(0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.3ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) select sqlite_version(*)  (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 ('0')  (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.3ms) select sqlite_version(*)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (2.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (2.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.2ms) select sqlite_version(*)  (1.0ms) 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 ('0')  (2.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.2ms) select sqlite_version(*)  (1.0ms) 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 ('0')  (2.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) select sqlite_version(*)  (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 ('0')  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) select sqlite_version(*)  (1.0ms) 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 ('0')  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) select sqlite_version(*)  (0.8ms) 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 ('0') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMingleHashtags (20140222105907)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140222105907"]]  (2.4ms) commit transaction Migrating to CreateMingleHashtaggings (20140222105956)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (1.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMingleHashtaggings (20140222105956)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.2ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "social_media_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id") SQLite3::SQLException: no such table: main.social_media_hashtaggings: CREATE UNIQUE INDEX "unique_hashtagging" ON "social_media_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.9ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMingleHashtaggings (20140222105956)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (1.1ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.1ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140222105956"]]  (2.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtaggabe' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtaggabe' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (2.7ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.8ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) 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 ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (2.4ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.7ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (2.5ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.6ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.6ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (2.5ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.7ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) 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 ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (2.5ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.7ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.7ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (2.7ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.7ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (2.8ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.8ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.6ms) 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 ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (2.8ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.2ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) 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 ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMingleTwitterTweets (20140222110925)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140222110925"]]  (2.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtaggabe' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtaggabe' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (2.6ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.8ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) 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 ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (2.6ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (1.0ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (2.8ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (2.5ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) 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 ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (2.5ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.2ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.7ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.6ms) 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 ('20140222110925')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (2.8ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.7ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.6ms) 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 ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMingleFacebookPosts (20140222112623)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140222112623"]]  (2.1ms) commit transaction Migrating to CreateMingleInstagramPhotos (20140222112741)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140222112741"]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_facebook_posts_on_post_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_facebook_posts_on_post_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtaggabe' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtaggabe' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (2.7ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.9ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) 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 ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (2.5ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.7ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.8ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (2.7ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.8ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) 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 ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (1.7ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.6ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.6ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.7ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.6ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.6ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (1.0ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.8ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.7ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (2.3ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.9ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (1.0ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) 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 ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (3.1ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (1.0ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (1.2ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623') Mingle::Facebook::Post Load (1.2ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" ORDER BY created_at DESC LIMIT 1 Mingle::Hashtag Load (0.1ms) SELECT "mingle_hashtags".* FROM "mingle_hashtags" Mingle::Facebook::Post Load (1.0ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" ORDER BY created_at DESC LIMIT 1 Mingle::Hashtag Load (0.1ms) SELECT "mingle_hashtags".* FROM "mingle_hashtags" Mingle::Facebook::Post Load (0.3ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" ORDER BY created_at DESC LIMIT 1 Mingle::Hashtag Load (0.1ms) SELECT "mingle_hashtags".* FROM "mingle_hashtags" Mingle::Facebook::Post Load (0.3ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" ORDER BY created_at DESC LIMIT 1 Mingle::Hashtag Load (0.1ms) SELECT "mingle_hashtags".* FROM "mingle_hashtags" Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_10151815607137134' LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "reitangruppen.mynewsdesk.com"], ["created_at", "2014-02-18 08:32:00.000000"], ["link", "http://www.mynewsdesk.com/no/reitangruppen/pressreleases/ny-sjef-for-miljoe-og-ansvarlige-innkjoep-i-rema-1000-962470?utm_source=realtime&utm_medium=email&utm_campaign=Subscription&utm_content"], ["message", "Vi er så heldige å ha mange dyktige og engasjerte folk i REMA 1000, og veldig bra er det når vi kan rekruttere fra egne rekker. Havva Kara, som tidligere har vært miljøsjef i vår driftsavdeling, er ansatt som ny sjef for miljø og ansvarlige innkjøp innenfor området samfunnsansvar. Arbeid med samfunnsansvar er en viktig del av vår virksomhet, og gjennom Havvas sterke engasjement og gjennomføringsevne vil vi styrke dette arbeidet ytterligere. Lykke til med nye og viktige oppgaver, Havva!"], ["name", "Ny sjef for miljø og ansvarlige innkjøp i REMA 1000"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQAfRWBwf2h4_Ey2&w=154&h=154&url=http%3A%2F%2Fa1.mndcdn.com%2Fimage%2Fupload%2Ft_article_v2%2Fcukhzdgxfwxcgjjnqsjr.jpg"], ["post_id", "133713366690788_10151815607137134"], ["type", "link"], ["updated_at", "2014-02-22 11:43:45.926789"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (2.0ms) commit transaction Mingle::Facebook::Post Load (0.2ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_677714135624039' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 08:53:02.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/677711752290944/?type=1&relevant_count=1"], ["message", "Sprekeste REMA 1000-butikken i landet? Kjøpmann Nina Langøy og nesten alle ansatte på REMA 1000 Vanse skal løpe 5-kilometeren under Farsund Maraton. Ikke bare trener de mot samme mål, de har også tenkt å passere målstreken som et samlet team. De mener selv at de blir en mer sammensveiset gjeng, får mer energi og jobber bedre av dette også. Det tror jeg på!"], ["picture", "https://fbcdn-photos-f-a.akamaihd.net/hphotos-ak-ash4/t1/1618534_677711752290944_564130432_s.jpg"], ["post_id", "133713366690788_677714135624039"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:45.933528"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_676342999094486' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-15 07:50:01.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/676340079094778/?type=1&relevant_count=1"], ["message", "I dag er det 35 år siden den første REMA-butikken åpnet på Bromstad i Trondheim. Visste du at den de første månedene faktisk het REMI 500 (Reitan Minipris, 500 varer), senere endret til REMA 600 (REMA=Reitan Mat). 1000-tallet kom først i mai året etter, da det ble åpnet en ny butikk i Mo i Rana med et litt større vareutvalg. Siden da har alle butikkene hatt navnet REMA 1000."], ["picture", "https://fbcdn-photos-e-a.akamaihd.net/hphotos-ak-frc1/v/t1/1904067_676340079094778_991802687_s.jpg?oh=db5fb4809ba896f01b13ec86c02afecc&oe=53899CED&__gda__=1401492709_914cee27136c184b41871a2fce78dab4"], ["post_id", "133713366690788_676342999094486"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:45.936317"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_603427326398924' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "e24.no"], ["created_at", "2014-02-13 15:23:19.000000"], ["description", "Rema 1000-sjefen mener tre aktører i dagligvarebransjen er for lite. Nå legger han Core-avtalen i skuffen, og ber Ica vurdere andre muligheter."], ["link", "http://e24.no/naeringsliv/reitan-haaper-ica-fortsetter-i-norge/22764918"], ["message", "Ica og NG har fått nei fra Konkurransetilsynet. Det er bra. Det behøver ikke bety slutten for ICA i Norge.\n\nhttp://e24.no/naeringsliv/reitan-haaper-ica-fortsetter-i-norge/22764918"], ["name", "Reitan håper Ica fortsetter i Norge"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQDrcFGhWR1nu5Pf&w=154&h=154&url=http%3A%2F%2F1.e24.vgc.no%2Fdrpublish%2Fimages%2Farticle%2F2014%2F02%2F13%2F22765197%2F1%2Fdefault%2Freitan.jpg"], ["post_id", "133713366690788_603427326398924"], ["type", "link"], ["updated_at", "2014-02-22 11:43:45.938846"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.5ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_674926185902834' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-12 15:16:09.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/674925422569577/?type=1&relevant_count=1"], ["message", "Butikk nr 530 åpnet i dag i Oslo, REMA 1000 Vulkan. Kjøpmann er Chris Carlsson. Han melder om jevnt og fint trykk siden i morges. Mange fornøyde kunder får nå et helhetlig handletilbud på Vulkanområdet, vegg i vegg med Mathallen. Praktisk er det også at de som parkerer og skal på Mathallen, kan ta rullebåndet rett opp i butikken. Lykke til med butikken, Chris!"], ["picture", "https://fbcdn-photos-c-a.akamaihd.net/hphotos-ak-prn2/t1/1794524_674925422569577_1327276758_s.jpg"], ["post_id", "133713366690788_674926185902834"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:45.941444"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_10151804203667134' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "rema1000.tv"], ["created_at", "2014-02-11 15:13:10.000000"], ["link", "http://rema1000.tv/rtv/v/3184616677001"], ["message", "REMA 1000 Kirkeby har de mest fornøyde kundene i landet, ifølge Hør og Gjør kundeundersøkelse. RTV har vært på besøk for å finne ut hva de gjør for å få en score på 4,99 av 5,00 mulige..."], ["name", "På topp i Hør og Gjør"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQBNrjKJyz43JzBV&w=154&h=154&url=http%3A%2F%2Fbrightcove.vo.llnwd.net%2Fd21%2Funsecured%2Fmedia%2F2432590724001%2F201402%2F3860%2F2432590724001_3184775131001_20140211-Paa-Topp-I-Hoer-Gjoer-160x90.jpg%3FpubId%3D2432590724001"], ["post_id", "133713366690788_10151804203667134"], ["type", "link"], ["updated_at", "2014-02-22 11:43:45.943879"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.5ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_10151802259352134' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "www.fjordingen.no"], ["created_at", "2014-02-10 08:42:08.000000"], ["link", "http://www.fjordingen.no/nyhende/article9101279.ece"], ["message", "Gratulerer til Kjøpmann Arne Tysnes og hans medarbeidere på REMA 1000 Stryn!"], ["name", "Rema 1000 vart \"Årets handelsbedrift\""], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQB6A6zkhvUtRuFU&w=154&h=154&url=http%3A%2F%2Fwww.fjordingen.no%2Fincoming%2Farticle9101281.ece%2FALTERNATES%2Fw380-default%2F10NYHRema%2B1000.jpg"], ["post_id", "133713366690788_10151802259352134"], ["type", "link"], ["updated_at", "2014-02-22 11:43:45.946232"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_601368419938148' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "www.vg.no"], ["created_at", "2014-02-09 12:35:26.000000"], ["description", "Den enkle politikken er ofte den beste, mener arbeids- og sosialminister Robert Eriksson. Nå lover han merkbare forenklinger i NAV-systemet innen året er omme."], ["link", "http://www.vg.no/nyheter/innenriks/frp/vil-forenkle-nav-med-rema-oppskrift/10129044/"], ["message", "Arbeids- og sosialminister Robert Eriksson vil forenkle NAV med REMA-oppskrift\n\nhttp://www.vg.no/nyheter/innenriks/frp/vil-forenkle-nav-med-rema-oppskrift/10129044/"], ["name", "Vil forenkle NAV med Rema-oppskrift - VG Nett om Frp"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQB6LYuF8Elp6EYZ&w=154&h=154&url=http%3A%2F%2Fwww.vg.no%2Fuploaded%2Fimage%2F2014%2F2%2F9%2Farbeidsminister0163--279.jpg"], ["post_id", "133713366690788_601368419938148"], ["type", "link"], ["updated_at", "2014-02-22 11:43:45.948617"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_10151797654042134' LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "rema1000.tv"], ["created_at", "2014-02-07 12:19:11.000000"], ["link", "http://rema1000.tv/rtv/v/3156420102001"], ["message", "RTV har vært på besøk hos frukt og grønt-leverandør BaRe som tidligere i år ble kåret til Årets Leverandør. "], ["name", "Årets leverandør 2013"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQBMjaJ1WuI0LmEK&w=154&h=154&url=http%3A%2F%2Fbrightcove.vo.llnwd.net%2Fd21%2Funsecured%2Fmedia%2F2432590724001%2F201402%2F3707%2F2432590724001_3156524847001_20140206-Aarets-Leverandor-2013-160x90.jpg%3FpubId%3D2432590724001"], ["post_id", "133713366690788_10151797654042134"], ["type", "link"], ["updated_at", "2014-02-22 11:43:45.951746"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_671305816264871' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-05 15:05:00.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/671305069598279/?type=1&relevant_count=1"], ["message", "Skal man bli bedre, så må man lære av de beste: MaxMat, vår egen leverandør av fisk og fiskemat, har i disse dager besøk av Bocuse d’Or-kokk Odd Ivar Solvold. Her gir han salgssjef Torstein og produktsjef Roy-Cato gode råd og tips om forbedring av eksisterende produkter, og utvikling av nye. Dette lover bra!"], ["picture", "https://fbcdn-photos-a-a.akamaihd.net/hphotos-ak-frc1/t1/1798258_671305069598279_1232962107_s.jpg"], ["post_id", "133713366690788_671305816264871"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:45.954619"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_671181679610618' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-05 09:39:30.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/671181109610675/?type=1&relevant_count=1"], ["message", "Mette Berg på REMA 1000 Vikhammer trives så godt i jobben sin at hun ga sjefen sin en stor bukett roser. Ros til Jannike og Frode Haug som skaper et godt og inkluderende arbeidsmiljø i butikken."], ["picture", "https://fbcdn-photos-g-a.akamaihd.net/hphotos-ak-frc1/t1/1660436_671181109610675_778709731_s.jpg"], ["post_id", "133713366690788_671181679610618"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:45.957526"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_10151792277332134' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "www.klikk.no"], ["created_at", "2014-02-04 08:59:13.000000"], ["description", "Vi har sammenlignet prisene på 75 forskjellige varer i åtte dagligvarekjeder."], ["link", "http://www.klikk.no/foreldre/article888652.ece"], ["message", "REMA 1000 vinner pristest. Mye penger å spare for de som velger smart."], ["name", "Du kan spare 24.000 i året"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQB-JPXHLrG15zZM&w=154&h=154&url=http%3A%2F%2Fwww.klikk.no%2Fmultimedia%2Farchive%2F00539%2Fklikk_kurven_sett_o_539901a.jpg"], ["post_id", "133713366690788_10151792277332134"], ["type", "link"], ["updated_at", "2014-02-22 11:43:45.959954"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_10151792215762134' LIMIT 1  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "www.adressa.no"], ["created_at", "2014-02-04 07:29:43.000000"], ["description", "Man skal være en god balansekunstner for å henge med på den teknologiske utviklingen og samtidig gjøre de rette valgene til rett tid."], ["link", "http://www.adressa.no/meninger/annenside/article9075703.ece"], ["message", "Min Signert-artikkel i Adressa i dag."], ["name", "En app for alt"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQB0PACdmt7Syyc-&w=154&h=154&url=http%3A%2F%2Fwww.adressa.no%2Fmeninger%2Fannenside%2Farticle9075701.ece%2FALTERNATES%2Fw980-default%2Fsignert%2B04.02.IMG"], ["post_id", "133713366690788_10151792215762134"], ["type", "link"], ["updated_at", "2014-02-22 11:43:45.962410"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_668031553258964' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-01-31 12:50:07.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/668031296592323/?type=1&relevant_count=1"], ["message", "Viet Duc Nguyen blir ny kjøpmann på REMA 1000 Marken fra i morgen, 1. februar. Viet gikk Talentprogrammet i 2011-12, og er nå klar og sulten på oppgaven som kjøpmann. Han har jobbet i REMA 1000 Drotningsvik i 11 år – de siste 6 årene som NK i butikken. Gratulerer Viet, lykke til som REMA 1000-kjøpmann."], ["picture", "https://fbcdn-photos-d-a.akamaihd.net/hphotos-ak-prn2/t1/1743612_668031296592323_1042785781_s.jpg"], ["post_id", "133713366690788_668031553258964"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:45.965551"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_667476206647832' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-01-30 12:34:42.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/667475819981204/?type=1&relevant_count=1"], ["message", "En strålende fornøyd Fredrik Syverud har åpnet en ny butikk på REMA 1000 Årvoll i dag. Fredrik har vært i REMA 1000 i 25 år, og har sammen med resten av den legendariske Syverudfamilien drevet REMA 1000 Bjerke de siste 10 årene. Gratulerer med ny butikk, et flott tilskudd til REMA 1000-butikkene i Oslo."], ["picture", "https://fbcdn-photos-b-a.akamaihd.net/hphotos-ak-frc3/t1/1656123_667475819981204_1995519818_s.jpg"], ["post_id", "133713366690788_667476206647832"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:45.968036"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_10151781971952134' LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "reitangruppen.mynewsdesk.com"], ["created_at", "2014-01-29 08:21:50.000000"], ["description", "REMA 1000 blir generalsponsor for Special Olympics Norge når det arrangeres EM i alpint for utviklingshemmede i Oslo Vinterpark på Tryvann og..."], ["link", "http://www.mynewsdesk.com/no/reitangruppen/pressreleases/rema-1000-blir-generalsponsor-for-special-olympics-norge-954654?utm_source=realtime&utm_medium=email&utm_campaign=Subscription&utm_content"], ["message", "Vi er utrolig stolte over å kunne bidra til årets idrettsarrangement for Special Olympics Norge. "], ["name", "REMA 1000 blir generalsponsor for Special Olympics Norge"], ["picture", "https://external.xx.fbcdn.net/safe_image.php?d=AQCul6ba3QIXRShl&w=154&h=154&url=http%3A%2F%2Fa4.mndcdn.com%2Fimage%2Fupload%2Ft_article_v2%2Fvh69bonvv05a9ahtaa0o.jpg&l"], ["post_id", "133713366690788_10151781971952134"], ["type", "link"], ["updated_at", "2014-02-22 11:43:45.970562"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_663554920373294' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-01-24 08:27:11.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/663544683707651/?type=1&relevant_count=1"], ["message", "Mange har lagt ut flotte bilder på Instagram, her er tre jeg liker godt! Vis oss hva som setter farge på din hverdag der du er - enten det er i butikken, på lageret, kontoret eller i en av våre industribedrifter. #1000colours."], ["picture", "https://fbcdn-photos-h-a.akamaihd.net/hphotos-ak-prn1/t1/1619502_663544683707651_506069399_s.jpg"], ["post_id", "133713366690788_663554920373294"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:45.973119"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_10151771009887134' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "www.oa.no"], ["created_at", "2014-01-22 14:41:10.000000"], ["description", "Gjøvik kan smykke seg med landets beste REMA 1000. Det er butikken på Kirkeby som er vinneren og best likt av sine lokale kunder."], ["link", "http://www.oa.no/nyheter/article7118793.ece"], ["message", "REMA 1000 Kirkeby på Gjøvik er den REMA 1000-butikken i landet med mest fornøyde kunder! Kjøpmann Stig Kristiansen og hans medarbeidere scoret 4,99 av 5,0 mulige på årets Hør og Gjør kundeundersøkelse. Vel fortjent - gratulerer!"], ["name", "Gjøvik har den beste REMA-butikken i Norge"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQBKwHZ5rQNzBkpP&w=154&h=154&url=http%3A%2F%2Fg.api.no%2Fobscura%2FAPI%2Fimage%2Fr1%2Fescenic%2F508x1000r%2F1390334454%2Farchive%2F05278%2FKirkeby_-_Stig_Kri_5278002a.png"], ["post_id", "133713366690788_10151771009887134"], ["type", "link"], ["updated_at", "2014-02-22 11:43:45.975459"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_661732363888883' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "message", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-01-21 08:10:26.000000"], ["message", "REMA 1000 Kjerreidviken, REMA 1000 Karasjok, REMA 1000 Byporten og REMA 1000 Ryggeveien kommer til 1000 colours of REMA 8. juni. Når skal du melde på deg og dine medarbeidere? Ingen grunn til å vente – meld på!"], ["post_id", "133713366690788_661732363888883"], ["type", "status"], ["updated_at", "2014-02-22 11:43:45.977980"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_661162870612499' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-01-20 08:50:44.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.310651995663590.77374.133713366690788/661162790612507/?type=1&relevant_count=1"], ["picture", "https://fbcdn-photos-c-a.akamaihd.net/hphotos-ak-ash3/t1/1551554_661162790612507_1700467497_s.jpg"], ["post_id", "133713366690788_661162870612499"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:45.980557"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_659831234078996' LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mingle_facebook_posts" ("created_at", "message", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-01-17 18:34:12.000000"], ["message", "En kunde på REMA 1000 Torggata sendte oss følgende hyggelige historie som jeg har lyst til å dele med dere: «Hei Rema 1000! Jeg vil bare benytte anledningen til å skryte litt av dere. Jeg jobber som kommunikasjonsrådgiver i et firma like ved Rema 1000 i Torggata. Jeg pleier derfor å handle lunsj daglig hos dere. I dag (som de fleste av arbeidsdagene mine) så var jeg innom dere for å handle litt etterlengtet lunsj. I det jeg nærmet meg kassen for å betale så ser jeg at medarbeideren som sitter i kassen er kanskje ikke helt a4. Den unge mannen i kassen har relativt kraftige og hyppige ticks. Mange i køen himlet oppgitt med øynene og så lettere irretert ut. Jeg skal innrømme at min umiddelbare tanke var at dette var et sjeldent syn, men jeg synes det er så fantastisk bra at dere tørr og våger å ha et bredt mangfold i arbeidsstokken deres. Dette blir ren spekulasjon, men jeg tipper at mange bedrifter ikke hadde ansatt vedkommende pga hans \"handikap\" eller i beste fall stuet han bak i et lager utenfor synsrekkevidden. Dette gjorde definitivt dagen min bedre, samt økte min respekt for Rema 1000! Det er kanskje ikek så rart at dere i 2012 ble kåret til Norges tredje beste store arbeidsplass av Great Place to Work Institute. Den unge mannen var forøvrig særdeles hyggelig og serviceminded! Keep up the good work.»\nI REMA 1000 er det muligheter for alle. \"1000 colours of REMA\"."], ["post_id", "133713366690788_659831234078996"], ["type", "status"], ["updated_at", "2014-02-22 11:43:45.983327"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_658608487534604' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-01-15 10:08:30.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/658607664201353/?type=1&relevant_count=1"], ["message", "Den 8. juni arrangerer vi Norges største, gladeste, kuleste og mest involverende event noensinne – «1000 colours of REMA». Følg med på nettsiden som er tilgjengelig via KLHD eller direkte på http://1000colours.rema.no."], ["picture", "https://fbcdn-photos-e-a.akamaihd.net/hphotos-ak-prn1/t1/1526903_658607664201353_1697800149_s.jpg"], ["post_id", "133713366690788_658608487534604"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:45.986200"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_658210104241109' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-01-14 15:31:27.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/658209557574497/?type=1&relevant_count=1"], ["message", "Etter halvgått runde med kjøpmannsmøter har vi delt ut flere gullnåler til kjøpmenn i den gjeve 100-millioner-klubben: Thore Sundby, REMA 1000 Nesbru, Johnny Karlsen, REMA 1000 Signaturgården, Fredrik Heidelberg, REMA 1000 Tønsberg, Lars Erik Kjendal, REMA 1000 Kragerø, Ann Erga, REMA 1000 Hundvåg, Bjørn Johnny Wågenes, REMA 1000 Frekhaug, Paal Kyllevik, REMA 1000 Skinsnes, Einar Hildenes, REMA 1000 Nordfjordeid."], ["picture", "https://fbcdn-photos-f-a.akamaihd.net/hphotos-ak-prn1/t1/1520608_658209557574497_1045345401_s.jpg"], ["post_id", "133713366690788_658210104241109"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:45.988667"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_657525264309593' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-01-13 09:23:03.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/657525240976262/?type=1&relevant_count=1"], ["message", "Kjøpmannsmøte i Molde i dag. For en jobb jeg har!"], ["picture", "https://fbcdn-photos-d-a.akamaihd.net/hphotos-ak-frc3/t1/1486644_657525240976262_1620290945_s.jpg"], ["post_id", "133713366690788_657525264309593"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:45.991009"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_654900334572086' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-01-08 13:48:42.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.654900327905420.1073741825.133713366690788/654900217905431/?type=1&relevant_count=1"], ["message", "Har snakket om hvordan vi lærer folk å drive butikk på NHO-konferansen i dag."], ["picture", "https://fbcdn-photos-b-a.akamaihd.net/hphotos-ak-prn1/t1/1521789_654900217905431_636746954_s.jpg"], ["post_id", "133713366690788_654900334572086"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:45.993375"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_10151748342247134' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "www.aftenposten.no"], ["created_at", "2014-01-08 11:36:53.000000"], ["description", "På laget vårt er vi 11.000 ansatte som alle er bedre enn meg i noe. Vi skal lære av hverandre, for å ta de beste beslutningene for fremtiden."], ["link", "http://bit.ly/1iSGUXG"], ["message", "Dagens kronikk i Aftenposten. http://bit.ly/1iSGUXG"], ["name", "Å utdanne gode beslutningstagere"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQBZlz7EIctZBe08&w=154&h=154&url=http%3A%2F%2Fap.mnocdn.no%2Fincoming%2Farticle6981053.ece%2FALTERNATES%2Fw1024c169%2Fafp000384827.jpg%3Fupdated%3D030920120957"], ["post_id", "133713366690788_10151748342247134"], ["type", "link"], ["updated_at", "2014-02-22 11:43:45.995803"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_653840411344745' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-01-06 11:00:14.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/653839501344836/?type=1&relevant_count=1"], ["message", "Tre nye kjøpmenn i 100-millionerklubben: Petter Myhre, REMA 1000 Ryggeveien, Rune Edén, REMA 1000 Mosseskogen og Frode Pettersen, REMA 1000 Mysen."], ["picture", "https://fbcdn-photos-e-a.akamaihd.net/hphotos-ak-ash3/t1/1525694_653839501344836_613521944_s.jpg"], ["post_id", "133713366690788_653840411344745"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:45.998532"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_653817171347069' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-01-06 09:29:48.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/653816904680429/?type=1&relevant_count=1"], ["message", "Årets kjøpmannsmøterunde er igang. Først ut er region Østre Østland, i vakre Son."], ["picture", "https://fbcdn-photos-c-a.akamaihd.net/hphotos-ak-ash3/t1/1528757_653816904680429_759937063_s.jpg"], ["post_id", "133713366690788_653817171347069"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.000902"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_653538414708278' LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mingle_facebook_posts" ("created_at", "message", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-01-05 18:30:10.000000"], ["message", "Gratulerer også til Bergen som ble Årets distribunal (for tredje gang!) og til BaRe som ble Årets leverandør."], ["post_id", "133713366690788_653538414708278"], ["type", "status"], ["updated_at", "2014-02-22 11:43:46.003566"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_653538014708318' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "reitangruppen.mynewsdesk.com"], ["created_at", "2014-01-05 18:28:44.000000"], ["description", "Region Sør ble kåret til Årets Region i REMA 1000. Under REMA 1000 sin egen kåring fredag 4. januar, ble også Bergen kåret til Årets distribunal og BaRe..."], ["link", "http://www.mynewsdesk.com/no/reitangruppen/pressreleases/rema-1000-best-i-soer-945587?utm_source=realtime&utm_medium=email&utm_campaign=Subscription&utm_content"], ["message", "Gratulerer til region Sør som for andre år på rad ble kåret til Årets region!"], ["name", "REMA 1000 best i sør"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQDBiVuxHq0Y8gHm&w=154&h=154&url=http%3A%2F%2Fa4.mndcdn.com%2Fimage%2Fupload%2Ft_article_v2%2Fkpvw8g8beoyom05mu4vs.jpg"], ["post_id", "133713366690788_653538014708318"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.006510"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_652172124844907' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "message", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-01-03 10:00:09.000000"], ["message", "Kundene i Danmark roper hipp hipp hurra for REMA 1000 http://politiken.dk/forbrugogliv/livsstil/indkoeb/ECE2172416/discountkaede-faar-topplacering-blandt-forbrugernes-favoritter/"], ["post_id", "133713366690788_652172124844907"], ["type", "status"], ["updated_at", "2014-02-22 11:43:46.009369"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_652142768181176' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "message", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-01-03 08:25:21.000000"], ["message", "Godt nytt år, alle sammen. I dag er det utvidet ledermøte i REMA 1000 i Norge. Vi skal ha en kort feiring av det som er bra, men bruke mesteparten av tiden på alt som kan bli enda bedre. Da sikrer vi at vi har noe å feire også neste år. Snart er det også klart om det blir storfest på Fornebu til sommeren. Det blir saker."], ["post_id", "133713366690788_652142768181176"], ["type", "status"], ["updated_at", "2014-02-22 11:43:46.011728"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_646741312054655' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "message", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-12-24 13:57:18.000000"], ["message", "Tidenes juleomsetning tikker inn på telefonen min. 1000 takk til alle som har jobbet mange og harde timer. Jeg gleder meg til å se om vi når målet vårt i 2013, og om det blir fest i pinsen. Har en veeldig god følelse.. Kun noen romjulsdager igjen.\nGod jul, alle REMA-venner."], ["post_id", "133713366690788_646741312054655"], ["type", "status"], ["updated_at", "2014-02-22 11:43:46.014192"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_646090678786385' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "rema1000.tv"], ["created_at", "2013-12-23 08:43:51.000000"], ["link", "http://rema1000.tv/rtv/v/2962862081001"], ["message", "Året 2013 går mot slutten. Det er tid for en liten oppsummering og et lite blikk mot året som kommer. \nNyt julen alle sammen, og lad opp for et krevende, men spennende 2014!"], ["name", "2013 oppsummert"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQA4aPWm6RnruK6w&w=154&h=154&url=http%3A%2F%2Fbrightcove.vo.llnwd.net%2Fd21%2Funsecured%2Fmedia%2F2432590724001%2F201312%2F312%2F2432590724001_2962791411001_20131223-2013-Oppsummert-160x90.jpg%3FpubId%3D2432590724001"], ["post_id", "133713366690788_646090678786385"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.016545"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_644652902263496' LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "www.adressa.no"], ["created_at", "2013-12-20 07:59:01.000000"], ["description", "Mitt største nyttårsønske for 2014 er at det fortsatt skal være sterk konkurranse i dagligvarebransjen. Til beste for kundene."], ["link", "http://www.adressa.no/meninger/annenside/article8836873.ece"], ["message", "Min artikkel under \"Signert\" i Adressa i dag."], ["name", "Nødutgang"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQD3v9lRWN0oRO6-&w=154&h=154&url=https%3A%2F%2Ffbcdn-sphotos-a-a.akamaihd.net%2Fhphotos-ak-ash3%2F1521599_644652672263519_534184212_n.jpg"], ["post_id", "133713366690788_644652902263496"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.019737"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_644300418965411' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "rema1000.tv"], ["created_at", "2013-12-19 14:44:45.000000"], ["link", "http://rema1000.tv/rtv/v/2949384949001"], ["message", "RTV har sjekket hvordan det går med julehandelen ute i butikkene. Her fra REMA 1000 Bromstad."], ["name", "Travel tid i butikk"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQBNOqJZKeKLqq5u&w=154&h=154&url=http%3A%2F%2Fbrightcove.vo.llnwd.net%2Fd21%2Funsecured%2Fmedia%2F2432590724001%2F201312%2F3477%2F2432590724001_2949447507001_20131219-Travel-Tid-I-Butikk-160x90.jpg%3FpubId%3D2432590724001"], ["post_id", "133713366690788_644300418965411"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.022685"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_643329172395869' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "rema1000.tv"], ["created_at", "2013-12-17 15:11:50.000000"], ["link", "http://rema1000.tv/rtv/v/2941192704001"], ["message", "REMA 1000 har en julekalender som er litt annerledes enn de fleste andre - en juleGLEDEkalender. Se mer i dette innslaget på RTV:"], ["name", "Julegledekalenderen"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQActLv9OpljHJXi&w=154&h=154&url=http%3A%2F%2Fbrightcove.vo.llnwd.net%2Fd21%2Funsecured%2Fmedia%2F2432590724001%2F201312%2F3445%2F2432590724001_2941356532001_20131217-Julegledekalenderen-160x90.jpg%3FpubId%3D2432590724001"], ["post_id", "133713366690788_643329172395869"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.025079"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_640986145963505' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "reitangruppen.mynewsdesk.com"], ["created_at", "2013-12-13 10:15:09.000000"], ["description", "Dersom Konkurransetilsynet helt eller delvis godkjenner ICA/NorgesGruppen-samarbeidet, starter COOP Norge Handel og REMA 1000 et felles innkjøpsselskap...."], ["link", "http://www.mynewsdesk.com/no/reitangruppen/pressreleases/coop-norge-handel-og-rema-1000-inngaar-innkjoepssamarbeid-940715"], ["message", "I dette øyeblikk holdes det pressekonferanse om CORE - REMA 1000s og COOPs felles innkjøpsselskap, som startes dersom NG/ICA-samarbeidet godkjennes."], ["name", "COOP Norge Handel og REMA 1000 inngår innkjøpssamarbeid"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQCik36JphRICkGF&w=154&h=154&url=https%3A%2F%2Ffbcdn-sphotos-g-a.akamaihd.net%2Fhphotos-ak-ash3%2F1476163_640985719296881_1639974124_n.png"], ["post_id", "133713366690788_640986145963505"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.027537"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_640946015967518' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-12-13 08:32:47.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/640946005967519/?type=1&relevant_count=1"], ["message", "VG har sjekket hvor julematen er billigst. REMA 1000 vinner for fjerde år på rad."], ["picture", "https://fbcdn-photos-f-a.akamaihd.net/hphotos-ak-ash4/t1/1472948_640946005967519_887885678_s.jpg"], ["post_id", "133713366690788_640946015967518"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.030555"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_639160042812782' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-12-09 21:00:00.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/639143672814419/?type=1&relevant_count=1"], ["message", "I lang tid har jeg ønsket å etablere en losje for alle REMA 1000-kjøpmenn som har fått utmerkelsen Årets Butikk siden prisen ble etablert i 1988. Altså de beste av de beste. Og i kveld har 20 av disse kjøpmennene vært samlet til middag. De fleste driver fortsatt butikken sin, et par har gått over i pensjonistenes rekker, og noen driver med andre ting - men har fortsatt et varmt hjerte for REMA 1000. Det er da en staselig gjeng, hva?"], ["picture", "https://fbcdn-photos-h-a.akamaihd.net/hphotos-ak-prn1/t1/1184847_639143672814419_205757783_s.jpg"], ["post_id", "133713366690788_639160042812782"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.033274"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_637331129662340' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-12-06 08:09:13.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/637331109662342/?type=1&relevant_count=1"], ["message", "På onsdag var jeg på besøk hos Oslo Røde Kors sitt kvinnesenter Stella sammen med Røde Kors-president Sven Mollekleiv for å se et eksempel på det viktige arbeidet REMA1000 sine kunder er med og støtter gjennom Pantelotteriet. Gjennom Stella ønsker Røde Kors å motivere kvinner til utdannelse og deltakelse på arbeidsmarkedet. Målet er å inspirere kvinnene til å ta tak i egne utfordringer og finne positive løsninger gjennom én-til-én veiledning og mentorordninger. Du kan se reportasjen på RTV her:\r\nhttp://rema1000.tv/rtv/v/2895768008001"], ["picture", "https://fbcdn-photos-b-a.akamaihd.net/hphotos-ak-ash3/t1/1424440_637331109662342_2051459220_s.jpg"], ["post_id", "133713366690788_637331129662340"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.036164"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_636345389760914' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-12-04 08:55:40.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/636345383094248/?type=1&relevant_count=1"], ["message", "Tove Wensel som driver REMA 1000 Andenes, feiret sine 40 år ved å selge egne lunsjposer. Inntekten fra disse går uavkortet til Fredrik Staves minnefond som jobber for kreftsaken. Bra tiltak, Tove, og gratulerer med de 40!"], ["picture", "https://fbcdn-photos-c-a.akamaihd.net/hphotos-ak-frc3/t1/1471387_636345383094248_2114400657_s.jpg"], ["post_id", "133713366690788_636345389760914"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.038892"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_635863709809082' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "www.handelsbladetfk.no"], ["created_at", "2013-12-03 09:08:15.000000"], ["link", "http://www.handelsbladetfk.no/id/29827"], ["message", "Ann Kristin Børresen på REMA 1000 Midtveien i Moss er kåret til Årets Kjøpmann 2013 av Handelsbladet FK. Ifølge bladet var konkurransen knalltøff i år, men ingen av de 32 andre kandidatene stilte helt i samme klasse som Ann Kristin. Og det vet vi jo godt: REMA 1000 Midtveien ble Årets Butikk på vårt Riksmøte i august! Gratulerer, Ann-Kristin, vel fortjent!"], ["name", "Ann Kristin er Årets kjøpmann! - Handelsbladet FK"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQB85wxSG7RV1LND&w=154&h=154&url=http%3A%2F%2Fwww.handelsbladetfk.no%2Fcache%2Fimage%2F7139%2F65%2F%25C3%25A5rets-kj%25C3%25B8pmann-2013.jpg"], ["post_id", "133713366690788_635863709809082"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.041273"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_635456306516489' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-12-02 15:25:34.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/635456276516492/?type=1&relevant_count=1"], ["message", "I full jobb på REMA 1000 Vikhammer i stedet for et liv på trygd. Til tross for en lettere psykisk utviklingshemming gjør Mette Berg en strålende jobb i butikken, og er ifølge kjøpmann Frode en kjemperessurs. Flott omtale av Mette i Malvikbladet!"], ["picture", "https://fbcdn-photos-e-a.akamaihd.net/hphotos-ak-frc3/t1/1424316_635456276516492_1763544089_s.jpg"], ["post_id", "133713366690788_635456306516489"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.043765"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.8ms) commit transaction Mingle::Facebook::Post Load (0.2ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_635333673195419' LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-12-02 09:41:22.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/635333659862087/?type=1&relevant_count=1"], ["message", "REMA 1000 har laget sin egen juleGLEDEkalender. I dag kan kanskje du være den som bidrar til å spre litt glede til noen som fortjener det.\r\nhttp://fb.st/d2xnch"], ["picture", "https://fbcdn-photos-g-a.akamaihd.net/hphotos-ak-prn1/t1/1486782_635333659862087_1437675116_s.png"], ["post_id", "133713366690788_635333673195419"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.086163"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_633396820055771' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-11-28 10:24:05.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/633396810055772/?type=1&relevant_count=1"], ["message", "Mange av våre kjøpmenn, som Øyvind Eskevik på REMA 1000 Vestby, samarbeider med lokale frivillige organisasjoner om henting av matvarer som ikke er salgbare, men fortsatt fullt spiselige. Maten kommer til nytte – og vi unngår å kaste mat."], ["picture", "https://fbcdn-photos-a-a.akamaihd.net/hphotos-ak-prn2/t1/1480487_633396810055772_92968899_s.jpg"], ["post_id", "133713366690788_633396820055771"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.089122"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_633381340057319' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "instagram.com"], ["created_at", "2013-11-28 09:25:38.000000"], ["description", "rektorvidar's video on Instagram"], ["link", "http://instagram.com/p/hMNa5BgQ7W/"], ["message", "Rektor Vidar er i disse dager i Tanzania for å besøke vårt samarbeidsprosjekt med Care og lære bort ledelse. Ingen REMA Skole uten REMA-sang - her trener crewet for å få de riktige moves."], ["name", "Instagram"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQAp0VPfjBFPSN8A&w=130&h=130&url=http%3A%2F%2Fdistilleryimage10.ak.instagram.com%2Fe4d2dad856d611e38a3712f5df62fd43_8.jpg"], ["post_id", "133713366690788_633381340057319"], ["type", "video"], ["updated_at", "2014-02-22 11:43:46.091500"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_632290900166363' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-11-26 11:00:58.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/632290876833032/?type=1&relevant_count=1"], ["message", "Denne uken åpner vi to nye REMA 1000 butikker, REMA Sandve i Sandnes og REMA Fjell i Bergen."], ["picture", "https://scontent-b.xx.fbcdn.net/hphotos-ash3/l/t1/602799_632290876833032_13760440_s.jpg"], ["post_id", "133713366690788_632290900166363"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.093953"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_630165397045580' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "link", "message", "name", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "www.rema1000.tv"], ["created_at", "2013-11-22 11:49:16.000000"], ["link", "http://www.rema1000.tv/#v_2858048762001"], ["message", "Nils Martin på REMA 1000 Røros inviterte sine ansatte til kokkekamp med de nye helgeoppskriftene som utgangspunkt. Fantastisk mulighet til å bli kjent med produktene og helgekonseptet. God ide for ditt neste personalmøte!\nhttp://www.rema1000.tv/#v_2858048762001"], ["name", "REMA TV"], ["post_id", "133713366690788_630165397045580"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.096315"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_628573983871388' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-11-19 08:55:10.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/628573977204722/?type=1&relevant_count=1"], ["message", "Tre nye REMA 1000-butikker åpner denne uken, i Bodø, Bergen og på Ås."], ["picture", "https://fbcdn-photos-d-a.akamaihd.net/hphotos-ak-prn2/t1/1468665_628573977204722_510208970_s.jpg"], ["post_id", "133713366690788_628573983871388"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.098889"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_628176477244472' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "message", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-11-18 13:48:31.000000"], ["message", "Jeg er gjest i radioprogrammet Verdens Rikeste Land på p3 nå kl 15:15. Vi skal snakke om mat og sånt."], ["post_id", "133713366690788_628176477244472"], ["type", "status"], ["updated_at", "2014-02-22 11:43:46.101209"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_625677777494342' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "www.aftenposten.no"], ["created_at", "2013-11-14 08:34:43.000000"], ["description", "Norgesgruppen og Rimi-eier Ica trosser Konkurransetilsynet og vil forhandle sammen med leverandørene. Konkurransetilsynet mener dette kan være ulovlig."], ["link", "http://www.aftenposten.no/okonomi/Matkjeder-trosser-Konkurransetilsynet-7372888.html"], ["message", "Norgesgruppen fortsetter å trosse konkurransetilsynet, og har allerede begynt å forhandle på vegne av ICA. Dette gjør de selv om KT har vært tydelige på at det kan være i strid med konk.loven og lagt ned et midlertidig forbud. Jeg er like \"grinat\" og fortsetter å kjempe for at dette ikke skal kunne gjennomføres. Dette skader oss, det skader konkurransen i dagligvarebransjen - og det er helt utvilsomt skadelig for alle forbrukere i Norge. \n\nhttp://mobil.aftenposten.no/okonomi/Matkjeder-trosser-Konkurransetilsynet-7372888.html"], ["name", "Matkjeder trosser Konkurransetilsynet"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQB65gfo-ldwhYN7&w=154&h=154&url=http%3A%2F%2Fap.mnocdn.no%2Fincoming%2Farticle7372891.ece%2FALTERNATES%2Fw1024c169%2Fafp000623441-pdp8ttlx1G.jpg%3Fupdated%3D141120130748"], ["post_id", "133713366690788_625677777494342"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.103531"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_625233327538787' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-11-13 15:55:21.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/625233094205477/?type=1&relevant_count=1"], ["message", "I dag er høstens #KLHD-turne over. Vi har besøkt 9 byer, vi har hatt 19 kursdager og nærmere 8.000 REMA 1000-ansatte har deltatt. Takk til REMA Skolen med Marit, Kirsti og Vidar og alle dere andre som har bidratt til å gjøre denne kunnskapsreisen mulig. Og selvfølgelig en stor takk til alle dere som har sittet i salen og vært med på å skape en magisk stemning. Dette har vært gøy!\r\nSe også innslaget på RTV: http://rema1000.tv/rtv/v/2834276399001"], ["picture", "https://fbcdn-photos-c-a.akamaihd.net/hphotos-ak-prn2/t1/1460255_625233094205477_882873713_s.jpg"], ["post_id", "133713366690788_625233327538787"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.106079"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_624993647562755' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "www.nrk.no"], ["created_at", "2013-11-13 08:06:48.000000"], ["description", "Vekkelsesmøte eller forretningsstrategi? Rema 1000-sjefen drar Norge rundt på frierferd."], ["link", "http://www.nrk.no/mr/slik-skal-butikkansatte-yte-mer-1.11353606"], ["message", "Mange er nysgjerrige på hva vi egentlig driver med på #KLHD. NRK Møre og Romsdal besøkte oss i går i Molde."], ["name", "Slik skal butikkansatte yte mer - NRK – Møre og Romsdal"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQBnMO1LLiZL_yaN&w=154&h=154&url=http%3A%2F%2Fwww.nrk.no%2Fserum%2Flatest%2Fviews%2Ftype%2Fpage%2Fimg%2Fdefault.png"], ["post_id", "133713366690788_624993647562755"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.108497"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.3ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_622950704433716' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "rema1000.tv"], ["created_at", "2013-11-09 14:06:59.000000"], ["link", "http://rema1000.tv/rtv/v/2819950001001"], ["message", "Rune Nesheim er en av ungdommene som har fått en ny start i livet gjennom Pøbelprosjektet. Fra en opprørsk ungdomstid til en ny hverdag med fast jobb på REMA 1000 Tasta."], ["name", "Pøbelprosjektet ble en ny start"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQCYLuC7TyCH5isN&w=154&h=154&url=http%3A%2F%2Fbrightcove.vo.llnwd.net%2Fd21%2Funsecured%2Fmedia%2F2432590724001%2F201311%2F2825%2F2432590724001_2820619087001_Pobelprosjektet-ble-en-ny-start-160x90.jpg%3FpubId%3D2432590724001"], ["post_id", "133713366690788_622950704433716"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.111173"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_621789101216543' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "www.okologi.dk"], ["created_at", "2013-11-07 14:32:21.000000"], ["description", "Lysten til at dele sine erfaringer med andre er sammen med økologien noget af det vigtigste brændstof bag opbygningen af Gram Slots succesrige, økologiske fødevarebrand"], ["link", "http://www.okologi.dk/oekologiske-frontloebere/2013/maj/svend-brodersen---gram-slot.aspx"], ["message", "I samarbeid med REMA 1000 i Danmark har dyktige Svend Brodersen i løpet av syv år utviklet Gram Slot til et økologisk kraftsenter."], ["name", "Stjernen på slottet - Økologi.dk"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQB731H7GYJ1Ddf6&w=154&h=154&url=https%3A%2F%2Ffbcdn-sphotos-e-a.akamaihd.net%2Fhphotos-ak-ash3%2Fp180x540%2F1401823_621789031216550_1725727738_o.jpg"], ["post_id", "133713366690788_621789101216543"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.113585"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_621748464553940' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "reitangruppen.mynewsdesk.com"], ["created_at", "2013-11-07 12:57:58.000000"], ["link", "http://www.mynewsdesk.com/no/reitangruppen/pressreleases/rema-1000-inngaar-samarbeid-med-carbon-disclosure-project-925828?utm_source=realtime&utm_medium=email&utm_campaign=Subscription&utm_content"], ["message", "REMA 1000 velger som første privateide virksomhet i Norden å rapportere sitt miljøarbeid til CDP. Åpenhet skal gjøre det enkelt for våre kunder å vurdere vår miljøinnsats."], ["name", "REMA 1000 inngår samarbeid med Carbon Disclosure Project"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQBdyUl3wtTepXC0&w=154&h=154&url=http%3A%2F%2Fa5.mndcdn.com%2Fimage%2Fupload%2Ft_article_v2%2Flziqqxphdpoc4wzgsgum.jpg"], ["post_id", "133713366690788_621748464553940"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.116084"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_621496354579151' LIMIT 1  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "rema1000.tv"], ["created_at", "2013-11-06 21:31:10.000000"], ["link", "http://rema1000.tv/rtv/v/2812978387001"], ["message", "Og her kan du se innslaget på RTV fra kåringen."], ["name", "Ole Robert Reitan kåret til Årets Pøbel"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQAg-W2ayIeAKqGQ&w=154&h=154&url=http%3A%2F%2Fbrightcove.vo.llnwd.net%2Fd21%2Funsecured%2Fmedia%2F2432590724001%2F201311%2F2061%2F2432590724001_2813001940001_Ole-Robert-Reitan-karet-til-Arets-Pobel-160x90.jpg%3FpubId%3D2432590724001"], ["post_id", "133713366690788_621496354579151"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.118813"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_621464311249022' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "reitangruppen.mynewsdesk.com"], ["created_at", "2013-11-06 20:02:16.000000"], ["description", "Administrerende direktør i REMA 1000, Ole Robert Reitan, er kåret til Årets Pøbel, en pris som gis til de som står på for samfunnets «pøbler» og som..."], ["link", "http://www.mynewsdesk.com/no/reitangruppen/pressreleases/ole-robert-reitan-ble-aarets-poebel-925723?utm_source=realtime&utm_medium=email&utm_campaign=Subscription&utm_content"], ["message", "Takknemlig og stolt over å bli kåret til Årets Pøbel."], ["name", "Ole Robert Reitan ble Årets Pøbel!"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQD1OtWEw1U5wfMS&w=154&h=154&url=http%3A%2F%2Fa5.mndcdn.com%2Fimage%2Fupload%2Ft_article_v2%2Ft8hbv1tvotot9mrawnvq.jpg"], ["post_id", "133713366690788_621464311249022"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.121991"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_621175667944553' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "www.osloby.no"], ["created_at", "2013-11-06 08:01:27.000000"], ["description", "Hver besøkende legger igjen 117 kroner i gourmet-sjappene i Mathallen. Det er ikke nok. Men nå kommer lavprisredningen."], ["link", "http://www.osloby.no/nyheter/Rema-1000-skal-redde-Mathallen-7363375.html"], ["message", "Det enkle er ofte det beste."], ["name", "Rema 1000 skal redde Mathallen"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQDA0fujIyd0JdlQ&w=154&h=154&url=http%3A%2F%2Fap.mnocdn.no%2Fincoming%2Farticle7363384.ece%2FALTERNATES%2Fw1024c169%2Fafp000617654-AbAw9Zd1jo.jpg%3Fupdated%3D051120131449"], ["post_id", "133713366690788_621175667944553"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.124743"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_620652841330169' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-11-05 08:30:42.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/620652827996837/?type=1&relevant_count=1"], ["message", "Dagens innlegg i Aftenposten."], ["picture", "https://fbcdn-photos-g-a.akamaihd.net/hphotos-ak-frc3/t1/1392020_620652827996837_662636926_s.png"], ["post_id", "133713366690788_620652841330169"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.127332"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_620068351388618' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "www.adressa.no"], ["created_at", "2013-11-04 08:33:32.000000"], ["description", "Mandag denne uka satt jeg i møte sammen med representanter fra de andre dagligvarekjedene hos landbruks- og matministeren. Sjelden har jeg sett så stor medieinteresse for mat- og landbrukspolitikk. Fantastisk! Køen av journalister inn døra til møterommet ville ingen ende ta."], ["link", "http://www.adressa.no/meninger/article8560223.ece"], ["message", "En ny Signert-artikkel på trykk i Adressa i dag."], ["name", "Rak i ryggen"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQBbn6kJQaXZhBkj&w=154&h=154&url=https%3A%2F%2Fscontent-a-ams.xx.fbcdn.net%2Fhphotos-ash3%2Fs720x720%2F1394404_620067778055342_357046320_n.png"], ["post_id", "133713366690788_620068351388618"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.130032"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_618627324866054' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "reitangruppen.mynewsdesk.com"], ["created_at", "2013-11-01 13:36:05.000000"], ["description", "God nyhet til miljøbevisste pepperkakebakere! REMA 1000 i Norge lanserer nå pepperkakedeig uten palmeolje. Palmeoljen er erstattet med nøytral rapsolje, og..."], ["link", "http://www.mynewsdesk.com/no/reitangruppen/pressreleases/rema-1000-lanserer-pepperkakedeig-uten-palmeolje-924034?utm_source=digest&utm_medium=email&utm_campaign=Subscription&utm_content"], ["message", "Endelig pepperkakedeig uten palmeolje. Vi er på rett vei!"], ["name", "REMA 1000 lanserer pepperkakedeig uten palmeolje!"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQBlcxTGF5bNopOU&w=154&h=154&url=http%3A%2F%2Fa2.mndcdn.com%2Fimage%2Fupload%2Ft_article_v2%2Fg5qsoclcacuwmv3kgzhx.jpg"], ["post_id", "133713366690788_618627324866054"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.132651"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_617895891605864' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-10-31 07:29:38.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/617895884939198/?type=1&relevant_count=1"], ["message", "Hele fire nye REMA 1000-butikker åpner denne uken: OTI ligger i Orkanger, Brattvåg i Haram kommune, Silovegen på Årnes og Sannidal i Kragerø."], ["picture", "https://fbcdn-photos-d-a.akamaihd.net/hphotos-ak-ash3/t1/554683_617895884939198_1571021785_s.jpg"], ["post_id", "133713366690788_617895891605864"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.135246"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_617393924989394' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-10-30 11:40:01.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/617365731658880/?type=1&relevant_count=1"], ["message", "I dag er det tredje dagen i Letohallen på Dal, med 700 deltakere i salen. Etter at denne dagen er over har 5.600 glade REMA-folk vært på #klhd."], ["picture", "https://fbcdn-photos-f-a.akamaihd.net/hphotos-ak-ash4/t1/1385573_617365731658880_173811322_s.jpg"], ["post_id", "133713366690788_617393924989394"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.137688"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_615945698467550' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-10-27 17:44:06.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/615945648467555/?type=1&relevant_count=1"], ["message", "Søndag kveld og forberedelse til tre dager med #klhd i Letohallen fra i morgen. Masse REMA-folk, entusiasme, glede og lærevilje. Æ glær mæ!"], ["picture", "https://fbcdn-photos-h-a.akamaihd.net/hphotos-ak-prn2/t1/1380468_615945648467555_1150637716_s.jpg"], ["post_id", "133713366690788_615945698467550"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.140278"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.8ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_614606635268123' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "message", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-10-25 07:10:27.000000"], ["message", "På runden rundt i landet med KLHD, møter jeg mange fantastiske REMA-folk. Alle har sin egen unike historie, enten det er etniske nordmenn, flyktninger, folk som har falt utenfor arbeidslivet, psykisk utviklingshemmede. Et lite Norge i miniatyr, og alle har de REMA 1000 felles. I går fikk jeg inn en hyggelig historie om 23 år gamle Espen som har Downs syndrom, som jobber hos Kjøpmann Arild Eide på REMA 1000 Bromstad. Faren hans, Torger, hadde lagt ut følgende melding på sin facebookside:\n\n«Espen har jobbet noen måneder hos Rema 1000 i Trondheim nå. Mandag kom han stolt hjem og fortalte at han skulle på kurs. YES - På hotell. Med mat, kanskje middag. Sjefen hadde spurt om han ville på kurs. Det finnes noen gyldene øyeblikk og dette var absolutt ett av dem. Fredag samler Rema nye medarbeidere til kurs. Tror nok det sitter en lojal, servicefokusert og meget motivert medarbeider i salen.»\n \nI dag er det en ny dag med KLHD i Trondheim. Jeg regner med at jeg treffer Espen der – sammen med mange andre flotte og entusiastiske medarbeiderne fra REMA 1000-butikkene i Midt-Norge!"], ["post_id", "133713366690788_614606635268123"], ["type", "status"], ["updated_at", "2014-02-22 11:43:46.142831"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_611062752289178' LIMIT 1  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "rema1000.tv"], ["created_at", "2013-10-18 14:43:16.000000"], ["description", "Se hvordan mesterkokken og grønnsaksbonden briljerer på et vanlig norsk kjøkken når de lager mat fra oppskriftsheftet til det nye helgekonseptet. Med alle råvarer fra REMA 1000."], ["link", "http://rema1000.tv/rtv/v/4b34e84a-e68c-4240-bdeb-a25b0108da86"], ["message", "Denne uken har det nye helgekonseptet blitt lansert ute i butikkene. RTV ble med mesterkokk Charles Tjessem hjem til grønnsaksbonde Odd Undhem, og han viser hvor enkelt det er å lage et godt måltid med råvarer av god kvalitet fra lokale produsenter. Og varene er kjøpt på REMA 1000 selvfølgelig."], ["name", "REMA 1000 tar Helg"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQCsYdoaYDteoX6F&w=154&h=154&url=http%3A%2F%2Fcdn1.cache.twofourdigital.net%2FMediafreedom%2FStorage%2Forigin%2Frema1000%2F4b34e84a-e68c-4240-bdeb-a25b0108da86%2Fimages%2F192%2F108%2F78bdfc06-9eee-4759-82f0-7e406605f1c8_Thumb.jpg"], ["post_id", "133713366690788_611062752289178"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.145314"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.8ms) commit transaction Mingle::Facebook::Post Load (0.2ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_610553299006790' LIMIT 1  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mingle_facebook_posts" ("created_at", "message", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-10-17 16:39:16.000000"], ["message", "Kl 21:30 deltar jeg i Debatten på NRK om mat og landbrukspolitikk. Bondeorganisasjonene frykter FrP i landbruksdepartementet, men er det egentlig så mye å være redd for? Følg med!"], ["post_id", "133713366690788_610553299006790"], ["type", "status"], ["updated_at", "2014-02-22 11:43:46.148760"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.2ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_610406532354800' LIMIT 1  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mingle_facebook_posts" ("created_at", "message", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-10-17 11:03:20.000000"], ["message", "En time til det braker løs med #klhd i Stavanger. Har vært og sett på Helg-kampanjematriell og varer i et par butikker på vei til hotellet. looking good!!"], ["post_id", "133713366690788_610406532354800"], ["type", "status"], ["updated_at", "2014-02-22 11:43:46.151791"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_609241392471314' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "rema1000.tv"], ["created_at", "2013-10-15 10:00:00.000000"], ["link", "http://rema1000.tv/rtv/v/17f85a72-36cf-49f2-a334-a25800b016d3"], ["message", "REMA 1000 Rosenørns Alle ble kåret til Danmarks beste REMA 1000-butikk under Riksmøtet på Gram Slot tidligere i høst. RTV har vært på besøk..."], ["name", "Årets butikk REMA 1000 Rosenørns Allé"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQC-9fYCJy4zFxLi&w=154&h=154&url=http%3A%2F%2Fcdn1.cache.twofourdigital.net%2FMediafreedom%2FStorage%2Forigin%2Frema1000%2F17f85a72-36cf-49f2-a334-a25800b016d3%2Fimages%2F192%2F108%2Ff6f3c7c7-c2df-4471-86a9-f2e0a5f19dc7_Thumb.jpg"], ["post_id", "133713366690788_609241392471314"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.154805"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_609206062474847' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-10-15 07:59:46.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/609206049141515/?type=1&relevant_count=1"], ["message", "Gårsdagens tåkehav i Bergen gjorde at vi måtte snu om på programmet for #KLHD, men stemingen var likevel på topp. Nå er det like før start på dagens #KLHD for resten av de totalt 800 vestlendingene."], ["picture", "https://fbcdn-photos-b-a.akamaihd.net/hphotos-ak-ash4/t1/1382305_609206049141515_800806062_s.jpg"], ["post_id", "133713366690788_609206062474847"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.157423"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_609178259144294' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "www.rema.no"], ["created_at", "2013-10-15 06:32:51.000000"], ["link", "http://www.rema.no/wordpress/"], ["message", "rema.no er blitt helt ny!"], ["name", "REMA 1000 -"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQA3vtZAKGWcY8Ko&w=154&h=154&url=http%3A%2F%2Fwww.rema.no%2Fwordpress%2Fwp-content%2Fuploads%2F2013%2F09%2Fuh_okt.jpg"], ["post_id", "133713366690788_609178259144294"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.160017"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_606844782710975' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-10-11 08:00:01.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/606827099379410/?type=1&relevant_count=1"], ["message", "REMA 1000 åpnet i går butikk nr 245 i Danmark. Ønsker Kjøpmann Ian Dalsgaard og hans team lykke til med den nye REMA 1000-butikken på Lilledal 18 i Allerød."], ["picture", "https://fbcdn-photos-c-a.akamaihd.net/hphotos-ak-prn2/t1/1382090_606827099379410_1320238874_s.png"], ["post_id", "133713366690788_606844782710975"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.162597"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_606820026046784' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-10-11 06:31:14.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/606820019380118/?type=1&relevant_count=1"], ["message", "REMA 1000 Løkkemyra fyller 25 år. Og det må da selvfølgelig feires med en 25 meter lang bursdagskake.. Gratulerer med jubileet, Kåre & co, håper mange kunder kommer for å feire med dere!"], ["picture", "https://fbcdn-photos-f-a.akamaihd.net/hphotos-ak-ash3/t1/564068_606820019380118_990168001_s.jpg"], ["post_id", "133713366690788_606820026046784"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.165023"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_606263886102398' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-10-10 08:21:58.000000"], ["description", "REMA 1000 er Norges ledende dagligvarekjede og har en av landets sterkeste merkevarer. Vi har over 500 butikker fra nord til sør og skal gi deg dagligvarer med god kvalitet til Norges laveste priser, solgt av hyggelige og dyktige folk.\n\nVi er i sosiale medier for å inspirere og gjøre din hverdag let..."], ["link", "https://www.facebook.com/REMA1000"], ["message", "REMA 1000 åpner nå en side for alle våre kunder. www.facebook.com/REMA1000"], ["name", "REMA 1000"], ["picture", "https://fbcdn-profile-a.akamaihd.net/hprofile-ak-ash3/t5/158020_540727935986032_1299357992_n.jpg"], ["post_id", "133713366690788_606263886102398"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.167359"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_605370746191712' LIMIT 1  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-10-08 10:00:01.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/605330249529095/?type=1&relevant_count=1"], ["message", "Ukens reåpninger og en helt ny REMA 1000-butikk som åpner denne uken!"], ["picture", "https://fbcdn-photos-d-a.akamaihd.net/hphotos-ak-ash4/t1/1380768_605330249529095_1507966586_s.jpg"], ["post_id", "133713366690788_605370746191712"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.169879"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_605295536199233' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "e24.no"], ["created_at", "2013-10-08 04:52:34.000000"], ["description", "Én har blitt hyllet av Ikea-grunlegger Kamprad. Her er oversikten over de seks største talentene i Nord-Norge."], ["link", "http://e24.no/jobb/ledertalentene/dette-er-nord-norges-fremste-ledertalenter/21620988"], ["message", "Regionsdirektør Ronny Repvik blant Nord-Norges beste ledertalenter!"], ["name", "Dette er Nord-Norges fremste ledertalenter"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQA2FIZx-BWu6l-h&w=154&h=154&url=http%3A%2F%2Fstatic.e24.no%2Fdrpublish%2Fimages%2Farticle%2F2013%2F10%2F07%2F22127373%2F1%2Fdefault%2F1904432.jpg"], ["post_id", "133713366690788_605295536199233"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.173185"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_10151570449182134' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "e24.no"], ["created_at", "2013-10-08 04:52:34.000000"], ["description", "Én har blitt hyllet av Ikea-grunlegger Kamprad. Her er oversikten over de seks største talentene i Nord-Norge."], ["link", "http://e24.no/jobb/ledertalentene/dette-er-nord-norges-fremste-ledertalenter/21620988"], ["message", "Regionsdirektør Ronny Repvik blant Nord-Norges beste ledertalenter!"], ["name", "Dette er Nord-Norges fremste ledertalenter"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQA2FIZx-BWu6l-h&w=154&h=154&url=http%3A%2F%2Fstatic.e24.no%2Fdrpublish%2Fimages%2Farticle%2F2013%2F10%2F07%2F22127373%2F1%2Fdefault%2F1904432.jpg"], ["post_id", "133713366690788_10151570449182134"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.175875"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_603245406404246' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-10-03 14:09:37.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/603245353070918/?type=1&relevant_count=1"], ["message", "Etter en ventetid på nærmere ti år, kunne REMA 1000 Bertnes endelig åpne dørene i dag. Butikken som ligger en mils vei utenfor Bodø, er REMA 1000-butikk nr 70 i region Nord, og nr 518 på landsbasis. Kjøpmann er Erik Forfang. Gratulerer med flott butikk, Erik!"], ["picture", "https://fbcdn-photos-b-a.akamaihd.net/hphotos-ak-ash3/t1/541871_603245353070918_1117005367_s.jpg"], ["post_id", "133713366690788_603245406404246"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.178404"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_602360056492781' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "nbb.magnews.no"], ["created_at", "2013-10-01 16:37:33.000000"], ["description", "REMA 1000 har landets mest lojale dagligvarekunder. Grunnen er enkel, ifølge informasjonssjef Marianne Moen: – Vi er opptatt av å alltid gjøre det beste for vår øverste sjef: Kunden."], ["link", "http://nbb.magnews.no/Hos-REMA-er-kunden-alltid-sjef"], ["message", "REMA 1000 har landets mest lojale dagligvarekunder."], ["name", "Hos REMA er kunden alltid sjef - Norges beste bedrifter - Mag Agenda"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQCEJeUfqJEy-O7b&w=154&h=154&url=http%3A%2F%2Fnbb.magnews.no%2Fupload%2Fmicrositepage%2F6401.jpg"], ["post_id", "133713366690788_602360056492781"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.180813"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.2ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_602255996503187' LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "magnews.no"], ["created_at", "2013-10-01 11:54:19.000000"], ["description", "Alle REMA 1000-butikker i Agder-fylkene får nå fersk fisk og skalldyr levert av Fiskelaget i Mandal, fem dager i uken. – Det vi har i fiskedisken i dag var i havet i går, forteller kjøpmann Paal Kyllevik."], ["link", "http://magnews.no/----Et-fiskehode-foran-konkurrentene"], ["message", "I havet i går, i disken i dag. Fersk fisk og skalldyr til alle REMA 1000-butikkene i region Sør, fem dager i uken. Får nesten ikke blitt ferskere enn det, med mindre man fisker selv."], ["name", "– Et fiskehode foran konkurrentene - Magnews"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQC7QMRmaVkPhrf_&w=154&h=154&url=http%3A%2F%2Fmagnews.no%2Fupload%2Fmicrositepage%2F6236.jpg"], ["post_id", "133713366690788_602255996503187"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.184070"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_602178109844309' LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-10-01 06:56:54.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/602178103177643/?type=1&relevant_count=1"], ["message", "I tillegg til en reåpning etter ombygging denne uken, har vi også åpning av en helt ny butikk, REMA 1000 Bertnes i Bodø."], ["picture", "https://fbcdn-photos-h-a.akamaihd.net/hphotos-ak-ash3/t1/1382042_602178103177643_1001580937_s.jpg"], ["post_id", "133713366690788_602178109844309"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.187457"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_601717713223682' LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-09-30 11:34:58.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/601717703223683/?type=1&relevant_count=1"], ["message", "Vår satsing på kvaltet gir resultater: Godehav fiskepuddinger best i VG-test i går."], ["picture", "https://fbcdn-photos-e-a.akamaihd.net/hphotos-ak-frc3/t1/1383994_601717703223683_1085151208_s.png"], ["post_id", "133713366690788_601717713223682"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.190581"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_601634369898683' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-09-30 06:58:36.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/601634319898688/?type=1&relevant_count=1"], ["message", "Bra artikkel om REMA Skole-rektor Vidar Andersen i avisa Sør-Trøndelag på lørdag."], ["picture", "https://fbcdn-photos-c-a.akamaihd.net/hphotos-ak-ash3/t1/1381972_601634319898688_1618311587_s.jpg"], ["post_id", "133713366690788_601634369898683"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.193138"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_600284593366994' LIMIT 1  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mingle_facebook_posts" ("created_at", "message", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-09-27 15:37:50.000000"], ["message", "I dag ble jeg nominert til Årets Pøbel av Pøbelprosjektet. Veldig stas! Eddi & Co gjør et viktig arbeid. http://www.pobelprosjektet.no/_files/files/pobelseminar-program.pdf"], ["post_id", "133713366690788_600284593366994"], ["type", "status"], ["updated_at", "2014-02-22 11:43:46.195702"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.8ms) commit transaction Mingle::Facebook::Post Load (0.2ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_600181606710626' LIMIT 1  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "rema1000.tv"], ["created_at", "2013-09-27 10:50:07.000000"], ["link", "http://rema1000.tv/rtv/v/de7e133c-cca5-49ad-9b12-a24600ce731a"], ["message", "Selv om det kunne se ut som vi var kommet til ville vesten, så gikk det hele pent for seg på forrige helgs Riksmøte på Gram Slot."], ["name", "Wild west på årets Riksmøte i Danmark"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQACTDmI1FT0jDk3&w=154&h=154&url=http%3A%2F%2Fcdn1.cache.twofourdigital.net%2FMediafreedom%2FStorage%2Forigin%2Frema1000%2Fde7e133c-cca5-49ad-9b12-a24600ce731a%2Fimages%2F192%2F108%2F01a95ae6-ab09-4c3d-bc84-f844d22b3ac5_Thumb.jpg"], ["post_id", "133713366690788_600181606710626"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.198882"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.2ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_600139566714830' LIMIT 1  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-09-27 07:42:48.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/600139556714831/?type=1&relevant_count=1"], ["message", "Her er noen spente deltakere som skal på #klhd i dag. Om et drøyt kvarter braker det løs!"], ["picture", "https://fbcdn-photos-a-a.akamaihd.net/hphotos-ak-prn1/t1/1381484_600139556714831_889854283_s.jpg"], ["post_id", "133713366690788_600139566714830"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.202131"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_600132686715518' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-09-27 07:26:54.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/600132670048853/?type=1&relevant_count=1"], ["message", "Klar for andre #klhd-dag i Sandefjord, med en ny gjeng hyggelige og dyktige butikkmedarbeidere. Her noen fra dagen i går."], ["picture", "https://fbcdn-photos-g-a.akamaihd.net/hphotos-ak-prn1/t1/1235298_600132670048853_1300589670_s.jpg"], ["post_id", "133713366690788_600132686715518"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.205080"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_599625310099589' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-09-26 07:19:02.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/599625303432923/?type=1&relevant_count=1"], ["message", "Etter en fantastisk tur til Galdhøpiggen med REMA 1000 Danmark i går er det nå snart klart for #klhd i Sandefjord. Glær mæ!"], ["picture", "https://fbcdn-photos-d-a.akamaihd.net/hphotos-ak-ash3/t1/552744_599625303432923_1071333726_s.jpg"], ["post_id", "133713366690788_599625310099589"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.207600"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_598281956900591' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "rema1000.tv"], ["created_at", "2013-09-23 12:26:12.000000"], ["link", "http://rema1000.tv/rtv/v/ec7d1686-2bbe-480e-b3c3-a24200de1aa1"], ["message", "Kjøpmennene i region Oslo var i helgen i Lofoten for å hente lam i verdensklasse ned fra fjellet. REMA 1000-kundene har noe å glede seg til!"], ["name", "Til Lofoten etter lam"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQDZ2NJnEXZZLLye&w=154&h=154&url=http%3A%2F%2Fcdn1.cache.twofourdigital.net%2FMediafreedom%2FStorage%2Forigin%2Frema1000%2Fec7d1686-2bbe-480e-b3c3-a24200de1aa1%2Fimages%2F192%2F108%2F20130921_Lammesanking_640x360.jpg"], ["post_id", "133713366690788_598281956900591"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.210002"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_598278970234223' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-09-23 12:17:10.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/598278940234226/?type=1&relevant_count=1"], ["message", "I dag er det KLHD-samling i Bodø Kulturhus! En ny gjeng butikkansatte å bli kjent med!"], ["picture", "https://fbcdn-photos-f-a.akamaihd.net/hphotos-ak-frc3/t1/1240435_598278940234226_789889093_s.jpg"], ["post_id", "133713366690788_598278970234223"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.212440"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.8ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_597555376973249' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-09-21 20:06:21.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/597555363639917/?type=1&relevant_count=1"], ["message", "Årets Butikk i Danmark: REMA 1000 Rosenørns Allé, kjøpmann Kenneth Holde. Til lykke!"], ["picture", "https://fbcdn-photos-e-a.akamaihd.net/hphotos-ak-prn1/t1/553668_597555363639917_833869097_s.jpg"], ["post_id", "133713366690788_597555376973249"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.215008"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_597313266997460' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-09-21 07:29:13.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/597313250330795/?type=1&relevant_count=1"], ["message", "Riksmøte i Danmark er straks i gang. God stemning!"], ["picture", "https://fbcdn-photos-c-a.akamaihd.net/hphotos-ak-ash3/t1/543939_597313250330795_1165074387_s.jpg"], ["post_id", "133713366690788_597313266997460"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.217344"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_596900960372024' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-09-20 08:29:50.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/596900943705359/?type=1&relevant_count=1"], ["message", "REMA 1000 billigst i Nordlys sin matbørs!"], ["picture", "https://scontent-a.xx.fbcdn.net/hphotos-prn1/l/t1/45948_596900943705359_205012286_s.png"], ["post_id", "133713366690788_596900960372024"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.219664"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_596897637039023' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "www.nordlys.no"], ["created_at", "2013-09-20 08:17:36.000000"], ["description", "SE VIDEO: Bevæpnet med entusiasme, engasjement og motorsag kaster Rema-Reitan seg for alvor inn i matkrigen i nord."], ["link", "http://www.nordlys.no/nyheter/article6873073.ece"], ["message", "Vi øker satsingen i nord og er klare for dagligvarekrig. Se videoinnslaget på Nordlys."], ["name", "Nå skal Rema-Reitan kutte prisene i Nord-Norge"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQBaAuu_jxzfhjXm&w=154&h=154&url=http%3A%2F%2Fg.api.no%2Fobscura%2FAPI%2Fimage%2Fr1%2Fescenic%2F508x1000r%2F1379625359%2Farchive%2F05099%2F4141992418_5099597a.jpg"], ["post_id", "133713366690788_596897637039023"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.221913"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_596496223745831' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "rema1000.tv"], ["created_at", "2013-09-19 17:03:02.000000"], ["link", "http://rema1000.tv/rtv/v/34576831-c3ed-409d-b78c-a23e00f9713b"], ["message", "To flotte dager i Tromsø er over, på mandag fortsetter KLHD-turneen i Bodø med neste gruppe entusiastiske butikkmedarbeidere. Her er noen glimt fra starten i går."], ["name", "#KLHD"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQCXsBMtu4aTurz-&w=154&h=154&url=http%3A%2F%2Fcdn1.cache.twofourdigital.net%2FMediafreedom%2FStorage%2Forigin%2Frema1000%2F34576831-c3ed-409d-b78c-a23e00f9713b%2Fimages%2F192%2F108%2F20130918_REMAklhd_FINAL_640x360.jpg"], ["post_id", "133713366690788_596496223745831"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.224365"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.2ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_595915183803935' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "ekstrabladet.dk"], ["created_at", "2013-09-18 08:45:38.000000"], ["description", "Rema 1000 modtager partnerskabs-prisen ved CSR-Awards, der blev uddelt tirsdag aften i Holstebro"], ["link", "http://ekstrabladet.dk/nyheder/samfund/article2100325.ece"], ["message", "REMA 1000 Danmark vant i går partnerskapsprisen ved CSR Awards for sitt arbeid for å redusere matspill."], ["name", "Supermarkedskæde vinder pris for kampagne mod madspild"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQCxTDs1Utxx9_lq&w=154&h=154&url=https%3A%2F%2Ffbcdn-photos-g-a.akamaihd.net%2Fhphotos-ak-ash3%2F1235349_595915053803948_1737138928_s.png"], ["post_id", "133713366690788_595915183803935"], ["type", "link"], ["updated_at", "2014-02-22 11:43:46.227542"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.7ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_595908780471242' LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-09-18 08:13:02.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/595908773804576/?type=1&relevant_count=1"], ["message", "Da er vi i gang! Den første av 19 dager med #KLHD gjennom hele høsten!"], ["picture", "https://fbcdn-photos-f-a.akamaihd.net/hphotos-ak-frc3/t1/1239542_595908773804576_449906768_s.jpg"], ["post_id", "133713366690788_595908780471242"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.230324"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '133713366690788_595670390495081' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "link", "message", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2013-09-17 17:29:45.000000"], ["link", "https://www.facebook.com/133713366690788/photos/a.133719816690143.26618.133713366690788/595670370495083/?type=1&relevant_count=1"], ["message", "I dag har det vært generalprøver på programmet til høstens REMA Skole-turne. I morgen braker det løs her i Tromsø med første pulje. Jeg gleder meg stort til å treffe tusenvis av flotte, engasjerte REMA-mennesker fra hele landet i ukene framover."], ["picture", "https://fbcdn-photos-d-a.akamaihd.net/hphotos-ak-ash4/t1/1002621_595670370495083_2027840287_s.jpg"], ["post_id", "133713366690788_595670390495081"], ["type", "photo"], ["updated_at", "2014-02-22 11:43:46.232685"], ["user_id", "133713366690788"], ["user_name", "Ole Robert Reitan, REMA 1000"]]  (0.6ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mingle_facebook_posts" Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" ORDER BY created_at DESC LIMIT 1 Mingle::Hashtag Load (0.1ms) SELECT "mingle_hashtags".* FROM "mingle_hashtags"  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE "mingle_hashtags"."tag_name" = '#eveonline' LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_hashtags" ("created_at", "tag_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-02-22 11:44:28.269635"], ["tag_name", "#eveonline"], ["updated_at", "2014-02-22 11:44:28.269635"]]  (2.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" ORDER BY created_at DESC LIMIT 1 Mingle::Hashtag Load (0.1ms) SELECT "mingle_hashtags".* FROM "mingle_hashtags" Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" ORDER BY created_at DESC LIMIT 1 Mingle::Hashtag Load (0.1ms) SELECT "mingle_hashtags".* FROM "mingle_hashtags" Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437187872379396096' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:31:25.000000"], ["text", "Toon strategy - How does my new Toonbee live and train? - http://t.co/bc8AUQStI0 #Eveonline #Tweetfleet"], ["tweet_id", "437187872379396096"], ["updated_at", "2014-02-22 11:45:43.845772"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:43.847057"], ["hashtag_id", 1], ["hashtaggable_id", 1], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:43.847057"]]  (2.4ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437184745412513792' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:19:00.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "437184745412513792"], ["updated_at", "2014-02-22 11:45:43.856710"], ["user_handle", "Maxwellpk"], ["user_id", "55624518"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000289626797/bb91c7644a1a005364f5d995267bcfb6_normal.jpeg"], ["user_name", "Raw"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:43.858137"], ["hashtag_id", 1], ["hashtaggable_id", 2], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:43.858137"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437184507427319808' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:18:03.000000"], ["text", "#eveonline RP News: Caldari Navy announces “Octopus” Squadron courts-martial http://t.co/8AdZdfIQL0 #tweetfleet"], ["tweet_id", "437184507427319808"], ["updated_at", "2014-02-22 11:45:43.864254"], ["user_handle", "GRN_EveRadio"], ["user_id", "289385883"], ["user_image_url", "https://pbs.twimg.com/profile_images/1330348287/50295_327682907856_328_q_normal.jpg"], ["user_name", "Eve Radio"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:43.865356"], ["hashtag_id", 1], ["hashtaggable_id", 3], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:43.865356"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437184417652830209' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:17:42.000000"], ["text", "Man it takes a long time to take down a PoS #eveonline #tweetfleet"], ["tweet_id", "437184417652830209"], ["updated_at", "2014-02-22 11:45:43.870802"], ["user_handle", "HoboEnderas"], ["user_id", "2348548578"], ["user_image_url", "https://pbs.twimg.com/profile_images/435419176023228416/IRzvV8Y7_normal.jpeg"], ["user_name", "Hobo Enderas"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:43.871900"], ["hashtag_id", 1], ["hashtaggable_id", 4], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:43.871900"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437184017289334784' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:16:06.000000"], ["text", "#eveonline Eve News: New Player Training Session: Mining Fleet on Saturday at 18:00 http://t.co/0kxyYG6IUz #tweetfleet"], ["tweet_id", "437184017289334784"], ["updated_at", "2014-02-22 11:45:43.878277"], ["user_handle", "GRN_EveRadio"], ["user_id", "289385883"], ["user_image_url", "https://pbs.twimg.com/profile_images/1330348287/50295_327682907856_328_q_normal.jpg"], ["user_name", "Eve Radio"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:43.879674"], ["hashtag_id", 1], ["hashtaggable_id", 5], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:43.879674"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437184007080390656' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:16:04.000000"], ["text", "#eveonline Eve News: Dark Horse Presents EVE: True Stories, Chapter 1! http://t.co/FO9xlZeKVg #tweetfleet"], ["tweet_id", "437184007080390656"], ["updated_at", "2014-02-22 11:45:43.886754"], ["user_handle", "GRN_EveRadio"], ["user_id", "289385883"], ["user_image_url", "https://pbs.twimg.com/profile_images/1330348287/50295_327682907856_328_q_normal.jpg"], ["user_name", "Eve Radio"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:43.888002"], ["hashtag_id", 1], ["hashtaggable_id", 6], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:43.888002"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437183835617644545' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:15:23.000000"], ["text", "RT @CCP_Help: Tip of the day: In #EveOnline a player-assigned bounty does not make a pilot a valid target in high-sec space. http://t.co/VC…"], ["tweet_id", "437183835617644545"], ["updated_at", "2014-02-22 11:45:43.893680"], ["user_handle", "CEOMCMXD"], ["user_id", "1478452476"], ["user_image_url", "https://pbs.twimg.com/profile_images/425997251702296576/RW-R7D_C_normal.jpeg"], ["user_name", "Maximus Aerelius"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:43.894733"], ["hashtag_id", 1], ["hashtaggable_id", 7], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:43.894733"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437183806668541953' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:15:16.000000"], ["text", "Return to #EveOnline or #STO ??? I need my space MMO fix again but what to chose? #mmorpg #decisions"], ["tweet_id", "437183806668541953"], ["updated_at", "2014-02-22 11:45:43.900228"], ["user_handle", "Dulayne"], ["user_id", "73269635"], ["user_image_url", "https://pbs.twimg.com/profile_images/3444210714/12703a9f97736402c48bfbda09ebceba_normal.png"], ["user_name", "Keith Movaro"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:43.901268"], ["hashtag_id", 1], ["hashtaggable_id", 8], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:43.901268"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437183775584575488' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:15:09.000000"], ["text", "RT @EveOnline: Even with the gankers, #eveonline mining is probably safer than RL space mining. #datphatrock http://t.co/yl5LPTp4I4 #tweetf…"], ["tweet_id", "437183775584575488"], ["updated_at", "2014-02-22 11:45:43.908013"], ["user_handle", "sfbotha"], ["user_id", "41118022"], ["user_image_url", "https://pbs.twimg.com/profile_images/1181514113/41416_597942343_1235_n_normal.jpg"], ["user_name", "Sam Botha"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:43.909639"], ["hashtag_id", 1], ["hashtaggable_id", 9], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:43.909639"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437181487104786433' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:06:03.000000"], ["text", "#Eveonline Devblog: Community Spotlight: Sir Squeebles http://t.co/HyDvff5O5D #tweetfleet"], ["tweet_id", "437181487104786433"], ["updated_at", "2014-02-22 11:45:43.915729"], ["user_handle", "GRN_EveRadio"], ["user_id", "289385883"], ["user_image_url", "https://pbs.twimg.com/profile_images/1330348287/50295_327682907856_328_q_normal.jpg"], ["user_name", "Eve Radio"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:43.957934"], ["hashtag_id", 1], ["hashtaggable_id", 10], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:43.957934"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437181331244851200' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:05:26.000000"], ["text", "Find your FLEET/PLAYER here. We give u a SEARCH FILTER: search directly for: CAREERS, GAMEMODE, API and more #eveonline #tweetfleet #eve"], ["tweet_id", "437181331244851200"], ["updated_at", "2014-02-22 11:45:43.964250"], ["user_handle", "Looking4Player"], ["user_id", "1697341290"], ["user_image_url", "https://pbs.twimg.com/profile_images/432946195439157249/TGr6Py-z_normal.png"], ["user_name", "Looking for Player"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:43.965395"], ["hashtag_id", 1], ["hashtaggable_id", 11], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:43.965395"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437167347397582848' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 10:09:52.000000"], ["text", "RT @merlininkazani: #EVEOnline'ın İlk Dijital Çizgi Romanı Ayağınız Alışsın Diye Bedava Yayınlandı!\n\nhttp://t.co/IkLD5SUTlp"], ["tweet_id", "437167347397582848"], ["updated_at", "2014-02-22 11:45:43.970997"], ["user_handle", "dtmertk"], ["user_id", "249571776"], ["user_image_url", "https://pbs.twimg.com/profile_images/2771833359/175b0d9ed04d42aa7a45deac4a076bb7_normal.jpeg"], ["user_name", "mert"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:43.972295"], ["hashtag_id", 1], ["hashtaggable_id", 12], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:43.972295"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437161296409427968' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 09:45:49.000000"], ["text", "Dual Toon strategy in action - Toonbee is born... - http://t.co/qLkdV0hL1A #Eveonline #Tweetfleet"], ["tweet_id", "437161296409427968"], ["updated_at", "2014-02-22 11:45:43.979316"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:43.980706"], ["hashtag_id", 1], ["hashtaggable_id", 13], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:43.980706"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437154982505508864' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 09:20:44.000000"], ["text", "Woop!! That’s my carrier prints finally starting to research. I don’t like not having a POS anymore. #tweetfleet #eveonline"], ["tweet_id", "437154982505508864"], ["updated_at", "2014-02-22 11:45:43.986529"], ["user_handle", "clanoriana"], ["user_id", "92226537"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000828112892/17a3246316f2b2e7e41ae0e99fe358ad_normal.jpeg"], ["user_name", "Seraphina Oriana"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:43.987657"], ["hashtag_id", 1], ["hashtaggable_id", 14], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:43.987657"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437153459964375040' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 09:14:41.000000"], ["text", "RT @Eve_Toon: Should I really have joined a new player friendly corporation? - http://t.co/np6pIETHDx #Eveonline #Tweetfleet"], ["tweet_id", "437153459964375040"], ["updated_at", "2014-02-22 11:45:43.993004"], ["user_handle", "Thecoffeerocks"], ["user_id", "1329607016"], ["user_image_url", "https://pbs.twimg.com/profile_images/3526669351/fd0f275e68a8f4d2500db29531989cfe_normal.jpeg"], ["user_name", "Coffee Rocks"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:43.994078"], ["hashtag_id", 1], ["hashtaggable_id", 15], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:43.994078"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437151770016768000' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 09:07:58.000000"], ["text", "A Billion Isk Bomb in my head and the fuse is lit - http://t.co/pb10qcMkMI #Eveonline #Tweetfleet"], ["tweet_id", "437151770016768000"], ["updated_at", "2014-02-22 11:45:43.999535"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.000589"], ["hashtag_id", 1], ["hashtaggable_id", 16], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.000589"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437149788883386368' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 09:00:06.000000"], ["text", "#ARLABShop Dominix BPO ME50 PE25 lottery\n393 tickets left, try your luck!\nhttp://t.co/uribvE4dbF #eveonline #lottery"], ["tweet_id", "437149788883386368"], ["updated_at", "2014-02-22 11:45:44.006020"], ["user_handle", "StevenTrux"], ["user_id", "1154985950"], ["user_image_url", "https://pbs.twimg.com/profile_images/3677608021/7a56b0ca119559f3072f356d9624467a_normal.jpeg"], ["user_name", "Steven Trux"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.007077"], ["hashtag_id", 1], ["hashtaggable_id", 17], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.007077"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437149786740129792' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 09:00:05.000000"], ["text", "#ARLABShop Manufacture stats:\nManufacture Orders: 22\nDelivered Items: 28,517\nQueued Orders: 0\nhttp://t.co/8ArNz0q7P5 #eveonline"], ["tweet_id", "437149786740129792"], ["updated_at", "2014-02-22 11:45:44.013311"], ["user_handle", "StevenTrux"], ["user_id", "1154985950"], ["user_image_url", "https://pbs.twimg.com/profile_images/3677608021/7a56b0ca119559f3072f356d9624467a_normal.jpeg"], ["user_name", "Steven Trux"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.014486"], ["hashtag_id", 1], ["hashtaggable_id", 18], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.014486"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437149783808290817' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 09:00:04.000000"], ["text", "#ARLABShop BPOs stats:\nTotal BPO Orders: 858\nDelivered BPOs: 753\nQueued BPO Orders: 46\nhttp://t.co/8ArNz0q7P5 #eveonline"], ["tweet_id", "437149783808290817"], ["updated_at", "2014-02-22 11:45:44.020351"], ["user_handle", "StevenTrux"], ["user_id", "1154985950"], ["user_image_url", "https://pbs.twimg.com/profile_images/3677608021/7a56b0ca119559f3072f356d9624467a_normal.jpeg"], ["user_name", "Steven Trux"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.021499"], ["hashtag_id", 1], ["hashtaggable_id", 19], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.021499"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437143374810722304' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 08:34:36.000000"], ["text", "@EveManny No problem! Easy to endorse the best canidate for #CSM9! #tweetfleet #eveonline"], ["tweet_id", "437143374810722304"], ["updated_at", "2014-02-22 11:45:44.027106"], ["user_handle", "eveskunk"], ["user_id", "567488152"], ["user_image_url", "https://pbs.twimg.com/profile_images/2908234672/bc7c760ef1d99e4519c51baf6c05f98c_normal.png"], ["user_name", "EVE Skunk"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.028202"], ["hashtag_id", 1], ["hashtaggable_id", 20], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.028202"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437136962278133760' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 08:09:08.000000"], ["text", "http://t.co/y22n3itW2S That is all N3. #tweetfleet #eveonline"], ["tweet_id", "437136962278133760"], ["updated_at", "2014-02-22 11:45:44.033536"], ["user_handle", "qu1ckkkk"], ["user_id", "599250234"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000658720438/a28a6837dabcbf3cf92de2c19799cbd2_normal.jpeg"], ["user_name", "qu1ckkkk"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.034584"], ["hashtag_id", 1], ["hashtaggable_id", 21], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.034584"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437136189187829760' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 08:06:03.000000"], ["image_url", "https://pbs.twimg.com/media/BhEFDDkCEAA3AWw.jpg"], ["text", "Quick Snap from Feb 21st 2014 Toronto #EveOnline Player Gathering http://t.co/74AN4qKTXp"], ["tweet_id", "437136189187829760"], ["updated_at", "2014-02-22 11:45:44.040588"], ["user_handle", "talus_veran"], ["user_id", "277342780"], ["user_image_url", "https://pbs.twimg.com/profile_images/3578872578/121c640319f8283e418dd60eea2b0ef9_normal.jpeg"], ["user_name", "Talus Veran"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.042035"], ["hashtag_id", 1], ["hashtaggable_id", 22], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.042035"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437136154186764289' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 08:05:55.000000"], ["text", "RT @Eve_Toon: Should I really have joined a new player friendly corporation? - http://t.co/np6pIETHDx #Eveonline #Tweetfleet"], ["tweet_id", "437136154186764289"], ["updated_at", "2014-02-22 11:45:44.050360"], ["user_handle", "rellecon"], ["user_id", "1362511021"], ["user_image_url", "https://pbs.twimg.com/profile_images/431140164446851072/YqpffG10_normal.png"], ["user_name", "Rapid"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.051754"], ["hashtag_id", 1], ["hashtaggable_id", 23], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.051754"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437134290858434560' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 07:58:31.000000"], ["image_url", "https://pbs.twimg.com/media/BhEDUkICEAAjDUW.jpg"], ["text", "Hey #Tweetfleet we had a good turnout at the Toronto #EveOnline Player Meetup last night http://t.co/10NLHncLO1"], ["tweet_id", "437134290858434560"], ["updated_at", "2014-02-22 11:45:44.058188"], ["user_handle", "talus_veran"], ["user_id", "277342780"], ["user_image_url", "https://pbs.twimg.com/profile_images/3578872578/121c640319f8283e418dd60eea2b0ef9_normal.jpeg"], ["user_name", "Talus Veran"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.059209"], ["hashtag_id", 1], ["hashtaggable_id", 24], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.059209"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437132770100649984' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 07:52:28.000000"], ["text", "RT @meanharri: Hold left and right mouse buttons and move mouse up or down to zoom in/out on your ship. Did not know I'll be damned #eveonl…"], ["tweet_id", "437132770100649984"], ["updated_at", "2014-02-22 11:45:44.065574"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.066734"], ["hashtag_id", 1], ["hashtaggable_id", 25], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.066734"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437132746277027840' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 07:52:22.000000"], ["text", "RT @evilflamingcat: I love it when you get caught in a warp with a random #EVEOnline"], ["tweet_id", "437132746277027840"], ["updated_at", "2014-02-22 11:45:44.072235"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.073376"], ["hashtag_id", 1], ["hashtaggable_id", 26], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.073376"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437126648446476288' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 07:28:09.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "437126648446476288"], ["updated_at", "2014-02-22 11:45:44.079802"], ["user_handle", "ckolonn"], ["user_id", "2224135046"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000813662080/dd5f0b715b26bb3489ab29c328dc8f0b_normal.jpeg"], ["user_name", "ckolonn"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.080918"], ["hashtag_id", 1], ["hashtaggable_id", 27], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.080918"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437124262181478400' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 07:18:40.000000"], ["text", "Should I really have joined a new player friendly corporation? - http://t.co/np6pIETHDx #Eveonline #Tweetfleet"], ["tweet_id", "437124262181478400"], ["updated_at", "2014-02-22 11:45:44.086282"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.087307"], ["hashtag_id", 1], ["hashtaggable_id", 28], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.087307"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437116941304889344' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 06:49:34.000000"], ["text", "First forays....and dying quickly - http://t.co/uTmkGL3iGc #Eveonline #Tweetfleet"], ["tweet_id", "437116941304889344"], ["updated_at", "2014-02-22 11:45:44.093444"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.094957"], ["hashtag_id", 1], ["hashtaggable_id", 29], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.094957"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437106415446929408' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 06:07:45.000000"], ["image_url", "https://pbs.twimg.com/media/BhDp9_TCAAACJVo.jpg"], ["text", "My updated #EVEOnline and #Dust514 battlestation. Tho I'm not playing Dust right now. http://t.co/OUW3uFWemF"], ["tweet_id", "437106415446929408"], ["updated_at", "2014-02-22 11:45:44.102351"], ["user_handle", "BaronVonJace"], ["user_id", "90612814"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000849194909/42d5eba0f3889c4be89584cec1a4cb24_normal.png"], ["user_name", "Marshall Zanella"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.103509"], ["hashtag_id", 1], ["hashtaggable_id", 30], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.103509"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437105504876126208' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 06:04:08.000000"], ["text", "WTB recording or fraps of Red Coat Conspiracy's comms from the fight with SSC yesterday. #eveonline #tweetfleet #gf"], ["tweet_id", "437105504876126208"], ["updated_at", "2014-02-22 11:45:44.108928"], ["user_handle", "EVE_Rhavas"], ["user_id", "178416163"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000581266514/960233b71e43a2105b33d6b6a48b2896_normal.jpeg"], ["user_name", "Rhavas"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.109973"], ["hashtag_id", 1], ["hashtaggable_id", 31], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.109973"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437100572957622273' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 05:44:32.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "437100572957622273"], ["updated_at", "2014-02-22 11:45:44.117626"], ["user_handle", "Celus_Ivara"], ["user_id", "2173296589"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000692027002/00482098d5bb801a366dd50250b0bb32_normal.jpeg"], ["user_name", "Celus Ivara"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.119362"], ["hashtag_id", 1], ["hashtaggable_id", 32], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.119362"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437094984647725056' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 05:22:19.000000"], ["text", "RT @InfinityDevil: \"Titanfall? I don't have time for that,\" he said as he clicked another asteroid to mine in #EVEOnline."], ["tweet_id", "437094984647725056"], ["updated_at", "2014-02-22 11:45:44.125546"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.126707"], ["hashtag_id", 1], ["hashtaggable_id", 33], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.126707"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437094714383147008' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 05:21:15.000000"], ["text", "Time for some #EVEOnline and Firefly."], ["tweet_id", "437094714383147008"], ["updated_at", "2014-02-22 11:45:44.132379"], ["user_handle", "BaronVonJace"], ["user_id", "90612814"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000849194909/42d5eba0f3889c4be89584cec1a4cb24_normal.png"], ["user_name", "Marshall Zanella"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.133417"], ["hashtag_id", 1], ["hashtaggable_id", 34], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.133417"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437094218646192128' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 05:19:17.000000"], ["text", "RT @EveOnline: Even with the gankers, #eveonline mining is probably safer than RL space mining. #datphatrock http://t.co/yl5LPTp4I4 #tweetf…"], ["tweet_id", "437094218646192128"], ["updated_at", "2014-02-22 11:45:44.138684"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.139676"], ["hashtag_id", 1], ["hashtaggable_id", 35], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.139676"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437093611457773569' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 05:16:52.000000"], ["text", "\"Titanfall? I don't have time for that,\" he said as he clicked another asteroid to mine in #EVEOnline."], ["tweet_id", "437093611457773569"], ["updated_at", "2014-02-22 11:45:44.147205"], ["user_handle", "InfinityDevil"], ["user_id", "91129524"], ["user_image_url", "https://pbs.twimg.com/profile_images/3512004684/b2219f4ac645a1c9f295eb96a5e7f1bb_normal.jpeg"], ["user_name", "Infinity Devil"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.148908"], ["hashtag_id", 1], ["hashtaggable_id", 36], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.148908"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437091685005545473' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 05:09:13.000000"], ["text", "Two-faced in Space: PUBLISHED. #pcpowerplay #pcpp #magazine #eve #eveonline #space http://t.co/AtvaLyxMb8"], ["tweet_id", "437091685005545473"], ["updated_at", "2014-02-22 11:45:44.155154"], ["user_handle", "alexskullz"], ["user_id", "63961782"], ["user_image_url", "https://pbs.twimg.com/profile_images/1447939576/alexskullz_normal.jpg"], ["user_name", "Alexander Raso"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.156285"], ["hashtag_id", 1], ["hashtaggable_id", 37], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.156285"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437087154896785408' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 04:51:13.000000"], ["text", "I love it when you get caught in a warp with a random #EVEOnline"], ["tweet_id", "437087154896785408"], ["updated_at", "2014-02-22 11:45:44.161765"], ["user_handle", "evilflamingcat"], ["user_id", "926705490"], ["user_image_url", "https://pbs.twimg.com/profile_images/421964772976783360/zD8ezXJE_normal.jpeg"], ["user_name", "Krispy Kreme "]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.163414"], ["hashtag_id", 1], ["hashtaggable_id", 38], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.163414"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437087043974217728' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 04:50:46.000000"], ["text", "@utopianmae I don't play #eveonline sorry ;;"], ["tweet_id", "437087043974217728"], ["updated_at", "2014-02-22 11:45:44.169292"], ["user_handle", "ihuntmoe"], ["user_id", "103187439"], ["user_image_url", "https://pbs.twimg.com/profile_images/433202208209788928/vEfpfSaW_normal.jpeg"], ["user_name", "asmy™ "]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.170449"], ["hashtag_id", 1], ["hashtaggable_id", 39], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.170449"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437086598740451329' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 04:49:00.000000"], ["image_url", "https://pbs.twimg.com/media/BhDX8haCYAEEX2P.jpg"], ["text", "@ihuntmoe Too right…that said, minus the bondage, it looks the same. #eveonline http://t.co/8hToUYtt3t"], ["tweet_id", "437086598740451329"], ["updated_at", "2014-02-22 11:45:44.176735"], ["user_handle", "utopianmae"], ["user_id", "48524097"], ["user_image_url", "https://pbs.twimg.com/profile_images/1172282252/onegai-teacher-4480_normal.jpg"], ["user_name", "@utopianmae"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.177919"], ["hashtag_id", 1], ["hashtaggable_id", 40], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.177919"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437085559781990400' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 04:44:52.000000"], ["text", "N3 Nope edition 1.) http://t.co/Kryodu3ewL \n\n2.) http://t.co/ati7tyKP4t #thankyoucomeagain #tweetfleet #eveonline"], ["tweet_id", "437085559781990400"], ["updated_at", "2014-02-22 11:45:44.183791"], ["user_handle", "Powersv2"], ["user_id", "449392396"], ["user_image_url", "https://pbs.twimg.com/profile_images/3270063992/e99fa3df48e604e0cb49d3f8a8d3bcc0_normal.png"], ["user_name", "Powers"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.184842"], ["hashtag_id", 1], ["hashtaggable_id", 41], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.184842"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437084524699074560' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 04:40:45.000000"], ["text", "Hold left and right mouse buttons and move mouse up or down to zoom in/out on your ship. Did not know I'll be damned #eveonline"], ["tweet_id", "437084524699074560"], ["updated_at", "2014-02-22 11:45:44.190185"], ["user_handle", "meanharri"], ["user_id", "232043440"], ["user_image_url", "https://pbs.twimg.com/profile_images/434485983464001536/9KZXHcxs_normal.jpeg"], ["user_name", "Harri"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.191368"], ["hashtag_id", 1], ["hashtaggable_id", 42], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.191368"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437082778958438400' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 04:33:49.000000"], ["image_url", "https://pbs.twimg.com/media/BhDUeLLCIAANyhC.jpg"], ["text", "the more I think about it….it looks like a Myrmidon in #eveonline http://t.co/rP0CNkD18l"], ["tweet_id", "437082778958438400"], ["updated_at", "2014-02-22 11:45:44.200678"], ["user_handle", "utopianmae"], ["user_id", "48524097"], ["user_image_url", "https://pbs.twimg.com/profile_images/1172282252/onegai-teacher-4480_normal.jpg"], ["user_name", "@utopianmae"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.202076"], ["hashtag_id", 1], ["hashtaggable_id", 43], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.202076"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437077930829955072' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 04:14:33.000000"], ["text", "First foraging and learning not to trust anything; ever! - http://t.co/OJKmt5kqcq #Eveonline #Tweetfleet"], ["tweet_id", "437077930829955072"], ["updated_at", "2014-02-22 11:45:44.207709"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.208735"], ["hashtag_id", 1], ["hashtaggable_id", 44], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.208735"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437076441734582272' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 04:08:38.000000"], ["text", "Whilst still dazed...how to build a strategy to stay alive with no skills - http://t.co/Z19APujRk1 #Eveonline #Tweetfleet"], ["tweet_id", "437076441734582272"], ["updated_at", "2014-02-22 11:45:44.214750"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.216059"], ["hashtag_id", 1], ["hashtaggable_id", 45], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.216059"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437050805074411520' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 02:26:46.000000"], ["text", "Wife is out, kids are in bed.. Time for some #bourbon and Internet spaceships... #eveonline #nerdlife"], ["tweet_id", "437050805074411520"], ["updated_at", "2014-02-22 11:45:44.221812"], ["user_handle", "xynie"], ["user_id", "28649163"], ["user_image_url", "https://pbs.twimg.com/profile_images/1497508906/Ant_normal.jpg"], ["user_name", "Anthony"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.222946"], ["hashtag_id", 1], ["hashtaggable_id", 46], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.222946"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437047337588764672' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 02:12:59.000000"], ["text", "Someone should introduce Frank Underwood to Eve Online. #tweetfleet #eveonline"], ["tweet_id", "437047337588764672"], ["updated_at", "2014-02-22 11:45:44.229005"], ["user_handle", "RayvonEVE"], ["user_id", "2324956526"], ["user_image_url", "https://pbs.twimg.com/profile_images/430228728057036800/XjJ_dJ0M_normal.jpeg"], ["user_name", "RayvonEVE"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.230188"], ["hashtag_id", 1], ["hashtaggable_id", 47], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.230188"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437041848897773568' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 01:51:11.000000"], ["text", "RT @EveOnline: Even with the gankers, #eveonline mining is probably safer than RL space mining. #datphatrock http://t.co/yl5LPTp4I4 #tweetf…"], ["tweet_id", "437041848897773568"], ["updated_at", "2014-02-22 11:45:44.235830"], ["user_handle", "NargiBen"], ["user_id", "398467501"], ["user_image_url", "https://pbs.twimg.com/profile_images/2907089918/3aeba1db8dc61a550d3a6c6174429e36_normal.jpeg"], ["user_name", " Ben Nargi "]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.236878"], ["hashtag_id", 1], ["hashtaggable_id", 48], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.236878"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437040810878861312' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 01:47:03.000000"], ["text", "RT @EVE_Biohazard: Can't promise, but going to try and run a frigate fleet tomorrow afternoon. #eveonline #tweetfleet"], ["tweet_id", "437040810878861312"], ["updated_at", "2014-02-22 11:45:44.242815"], ["user_handle", "RVikary"], ["user_id", "1880864420"], ["user_image_url", "https://pbs.twimg.com/profile_images/422782435403649024/2tJS84KE_normal.jpeg"], ["user_name", "Rodrik Vikary"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.244374"], ["hashtag_id", 1], ["hashtaggable_id", 49], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.244374"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437038657367977985' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 01:38:30.000000"], ["text", "@Eve_Toon oh wow, that's a lot of mileage bouncing around. At least 2AU #eveonline"], ["tweet_id", "437038657367977985"], ["updated_at", "2014-02-22 11:45:44.251552"], ["user_handle", "Allen_Estates"], ["user_id", "438565087"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000514718124/5ec9e1a21504b86a18e688c9b3be65b5_normal.jpeg"], ["user_name", "Chris Allen"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.252786"], ["hashtag_id", 1], ["hashtaggable_id", 50], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.252786"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437037777885335553' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 01:35:00.000000"], ["text", "RT @EVE_Biohazard: Can't promise, but going to try and run a frigate fleet tomorrow afternoon. #eveonline #tweetfleet"], ["tweet_id", "437037777885335553"], ["updated_at", "2014-02-22 11:45:44.258799"], ["user_handle", "AGIPodcast"], ["user_id", "2205725359"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000767647352/705a496da178163a92eb2953a9f239c2_normal.png"], ["user_name", "The Capsuleer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.260009"], ["hashtag_id", 1], ["hashtaggable_id", 51], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.260009"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437037392512708608' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 01:33:28.000000"], ["text", "The First Daze - http://t.co/52I8O9uvi8 #Eveonline #Tweetfleet"], ["tweet_id", "437037392512708608"], ["updated_at", "2014-02-22 11:45:44.266564"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.267859"], ["hashtag_id", 1], ["hashtaggable_id", 52], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.267859"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437036995664412672' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 01:31:54.000000"], ["text", "The journey begins - http://t.co/NSY39i4k9t #Eveonline #Tweetfleet"], ["tweet_id", "437036995664412672"], ["updated_at", "2014-02-22 11:45:44.273853"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.275282"], ["hashtag_id", 1], ["hashtaggable_id", 53], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.275282"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437033857356156928' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 01:19:25.000000"], ["text", "Horrible slow performance, need to learn how to optimise! #threejs #eveonline #galaxymap http://t.co/fcmDAkNbRD mostly @Zalifer2x !"], ["tweet_id", "437033857356156928"], ["updated_at", "2014-02-22 11:45:44.283924"], ["user_handle", "kirwan_david"], ["user_id", "453521810"], ["user_image_url", "https://pbs.twimg.com/profile_images/1730793082/image_normal.jpg"], ["user_name", "David Kirwan"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.285327"], ["hashtag_id", 1], ["hashtaggable_id", 54], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.285327"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437029335284080641' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 01:01:27.000000"], ["text", "True Cost of #EveOnline Can't be Measured in Cash Alone http://t.co/TKH3I1tU1e Watch Video Game Film on @IntenseCinema . WE LOVE STORIES"], ["tweet_id", "437029335284080641"], ["updated_at", "2014-02-22 11:45:44.291862"], ["user_handle", "IntenseCinema"], ["user_id", "1302050520"], ["user_image_url", "https://pbs.twimg.com/profile_images/3431615807/9262cab00b39251e102797e3b05e0933_normal.png"], ["user_name", "Intense Cinema"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.293764"], ["hashtag_id", 1], ["hashtaggable_id", 55], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.293764"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437029333358891008' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 01:01:27.000000"], ["text", "True Cost of #EveOnline Can't be Measured in Cash Alone http://t.co/v7cP9NXRiL Watch Video Game Film on @IntenseCinema . WE LOVE STORIES"], ["tweet_id", "437029333358891008"], ["updated_at", "2014-02-22 11:45:44.301171"], ["user_handle", "mangoprojects"], ["user_id", "45906018"], ["user_image_url", "https://pbs.twimg.com/profile_images/430542194986864642/8sOi_Ykq_normal.jpeg"], ["user_name", "Alex Mau"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.302385"], ["hashtag_id", 1], ["hashtaggable_id", 56], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.302385"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437025055533301760' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 00:44:27.000000"], ["text", "Can't promise, but going to try and run a frigate fleet tomorrow afternoon. #eveonline #tweetfleet"], ["tweet_id", "437025055533301760"], ["updated_at", "2014-02-22 11:45:44.308051"], ["user_handle", "EVE_Biohazard"], ["user_id", "1648333483"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000246182247/94643a3a0e1b0a177002cd4c8ec23b25_normal.jpeg"], ["user_name", "Biohazard"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.309101"], ["hashtag_id", 1], ["hashtaggable_id", 57], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.309101"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437017266094211072' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 00:13:30.000000"], ["text", "@The_MacCloud people have asked me if I could compare this game to another and I tell them it's impossible #eveonline #tweetfleet"], ["tweet_id", "437017266094211072"], ["updated_at", "2014-02-22 11:45:44.314439"], ["user_handle", "nitroxygen"], ["user_id", "112784101"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000528014919/252f30044f6466bc76f6146416900e8b_normal.png"], ["user_name", "Ni-Troxygen Gaming"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.315540"], ["hashtag_id", 1], ["hashtaggable_id", 58], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.315540"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437012712582049793' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 23:55:24.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "437012712582049793"], ["updated_at", "2014-02-22 11:45:44.322601"], ["user_handle", "Morthiesant"], ["user_id", "180936574"], ["user_image_url", "https://pbs.twimg.com/profile_images/1107892886/Halo_Wars_normal.jpg"], ["user_name", "Liam Ferguson"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.323798"], ["hashtag_id", 1], ["hashtaggable_id", 59], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.323798"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437012037403942912' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 23:52:43.000000"], ["text", "Running High-Sec L4's for ISK & Salvage, Care-bear's FTW! #tweetfleet #eveonline"], ["tweet_id", "437012037403942912"], ["updated_at", "2014-02-22 11:45:44.329785"], ["user_handle", "nevets_ph"], ["user_id", "31009750"], ["user_image_url", "https://pbs.twimg.com/profile_images/2862908892/e857bbd8c1d558ca88ce0774e4ba5b72_normal.jpeg"], ["user_name", "Steven Phelps"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.330923"], ["hashtag_id", 1], ["hashtaggable_id", 60], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.330923"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437008818766381056' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 23:39:56.000000"], ["text", "@nitroxygen #eveonline #tweetfleet that's one of the things I love about it. There's always something more to discover :)"], ["tweet_id", "437008818766381056"], ["updated_at", "2014-02-22 11:45:44.336777"], ["user_handle", "PvPizza"], ["user_id", "67110781"], ["user_image_url", "https://pbs.twimg.com/profile_images/426707266297815040/oqnr7sd__normal.jpeg"], ["user_name", "Mr Veda"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.337894"], ["hashtag_id", 1], ["hashtaggable_id", 61], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.337894"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437008767440261120' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 23:39:44.000000"], ["text", "Could of been playing #Toukiden, but been sitting here planning my future in space. Beginning to hate #EVEOnline. The good kind of hate."], ["tweet_id", "437008767440261120"], ["updated_at", "2014-02-22 11:45:44.343756"], ["user_handle", "redmarien"], ["user_id", "187031943"], ["user_image_url", "https://pbs.twimg.com/profile_images/417553499304382464/g0MWLRZ5_normal.png"], ["user_name", "uǝıɹɐɯpǝɹ"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.345215"], ["hashtag_id", 1], ["hashtaggable_id", 62], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.345215"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437008414196396032' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 23:38:19.000000"], ["text", "@AGIPodcast #tweetfleet #eveonline #angryfleet"], ["tweet_id", "437008414196396032"], ["updated_at", "2014-02-22 11:45:44.352364"], ["user_handle", "AGIPodcast"], ["user_id", "2205725359"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000767647352/705a496da178163a92eb2953a9f239c2_normal.png"], ["user_name", "The Capsuleer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.353548"], ["hashtag_id", 1], ["hashtaggable_id", 63], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.353548"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437007176494620672' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 23:33:24.000000"], ["text", "I have played #eveonline for 1 week and I feel like I have not learned a fraction of the game yet #tweetfleet"], ["tweet_id", "437007176494620672"], ["updated_at", "2014-02-22 11:45:44.359263"], ["user_handle", "nitroxygen"], ["user_id", "112784101"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000528014919/252f30044f6466bc76f6146416900e8b_normal.png"], ["user_name", "Ni-Troxygen Gaming"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.360308"], ["hashtag_id", 1], ["hashtaggable_id", 64], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.360308"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437006422333587456' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 23:30:24.000000"], ["text", "#EVEOnline'ın İlk Dijital Çizgi Romanı Ayağınız Alışsın Diye Bedava Yayınlandı!\n\nhttp://t.co/IkLD5SUTlp"], ["tweet_id", "437006422333587456"], ["updated_at", "2014-02-22 11:45:44.365854"], ["user_handle", "merlininkazani"], ["user_id", "41780130"], ["user_image_url", "https://pbs.twimg.com/profile_images/3055121412/65d9713ed3f3cf9b311f965e27911675_normal.jpeg"], ["user_name", "Merlin'in Kazanı"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.366942"], ["hashtag_id", 1], ["hashtaggable_id", 65], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.366942"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437005061013921792' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 23:25:00.000000"], ["text", "PvP really doesn't help my insomnia #anothercarrierbitesthedust #tweetfleet #eveonline"], ["tweet_id", "437005061013921792"], ["updated_at", "2014-02-22 11:45:44.373326"], ["user_handle", "PaulFreeman61"], ["user_id", "205934717"], ["user_image_url", "https://pbs.twimg.com/profile_images/1608916053/M6BE5JKF_normal"], ["user_name", "Paul Freeman"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.374489"], ["hashtag_id", 1], ["hashtaggable_id", 66], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.374489"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437004546817400832' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 23:22:57.000000"], ["text", "RT @SovWarsShalee: #tweetfleet #eveonline Why I need a magic spacewand: http://t.co/lA1uaIOqry"], ["tweet_id", "437004546817400832"], ["updated_at", "2014-02-22 11:45:44.380430"], ["user_handle", "JoniHariere"], ["user_id", "600660542"], ["user_image_url", "https://pbs.twimg.com/profile_images/428270461714051072/7hcSGIx-_normal.jpeg"], ["user_name", "Joni Hariere"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.381575"], ["hashtag_id", 1], ["hashtaggable_id", 67], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.381575"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437003704882200576' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 23:19:37.000000"], ["text", "Played long enough to get one good fight, slaughtered four guys in my Hawk. #tweetfleet #eveonline"], ["tweet_id", "437003704882200576"], ["updated_at", "2014-02-22 11:45:44.387402"], ["user_handle", "RixxJavix"], ["user_id", "315868674"], ["user_image_url", "https://pbs.twimg.com/profile_images/3655229394/1487dc41b39a3a1b6827984dc95072ea_normal.jpeg"], ["user_name", "Rixx Javix"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.388515"], ["hashtag_id", 1], ["hashtaggable_id", 68], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.388515"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '437001227378106368' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 23:09:46.000000"], ["text", "RT @EveOnline: Even with the gankers, #eveonline mining is probably safer than RL space mining. #datphatrock http://t.co/yl5LPTp4I4 #tweetf…"], ["tweet_id", "437001227378106368"], ["updated_at", "2014-02-22 11:45:44.394976"], ["user_handle", "MalefOcularis"], ["user_id", "235616426"], ["user_image_url", "https://pbs.twimg.com/profile_images/1210258485/ava12_normal.jpg"], ["user_name", "Utkin Alexandr"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.396443"], ["hashtag_id", 1], ["hashtaggable_id", 69], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.396443"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436999173507137536' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 23:01:36.000000"], ["text", "RT @EveOnline: Even with the gankers, #eveonline mining is probably safer than RL space mining. #datphatrock http://t.co/yl5LPTp4I4 #tweetf…"], ["tweet_id", "436999173507137536"], ["updated_at", "2014-02-22 11:45:44.403280"], ["user_handle", "cirrocolo"], ["user_id", "17065050"], ["user_image_url", "https://pbs.twimg.com/profile_images/1473185761/dniJ3T2k_normal"], ["user_name", "Henrik Johansson"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.404421"], ["hashtag_id", 1], ["hashtaggable_id", 70], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.404421"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436998945638584320' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 23:00:42.000000"], ["text", "Check out our very own robotic asian Jean on #eveonline at http://t.co/hXstfh5H73"], ["tweet_id", "436998945638584320"], ["updated_at", "2014-02-22 11:45:44.411165"], ["user_handle", "ManiacGamerCom"], ["user_id", "1142056262"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000546283441/b48e393b1273f933acfee5e230fb7d4b_normal.png"], ["user_name", "Maniac Gamer"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.412547"], ["hashtag_id", 1], ["hashtaggable_id", 71], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.412547"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436998893369585664' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 23:00:29.000000"], ["text", "Toonbee - Looking at brochures for a Destroyer! - http://t.co/b8LhKGbyI6 #Eveonline #Tweetfleet"], ["tweet_id", "436998893369585664"], ["updated_at", "2014-02-22 11:45:44.418555"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.419718"], ["hashtag_id", 1], ["hashtaggable_id", 72], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.419718"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436994819370786817' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 22:44:18.000000"], ["text", "I turn my back for a second and come back to find my beloved #Sleipnir is now a godamn #Hurricane. Wtf? #tweetfleet #EVEonline"], ["tweet_id", "436994819370786817"], ["updated_at", "2014-02-22 11:45:44.426119"], ["user_handle", "Mattia_Prosoxis"], ["user_id", "374039198"], ["user_image_url", "https://pbs.twimg.com/profile_images/1544300123/1575344075_normal.jpg"], ["user_name", "Mattia Prosoxis"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.427288"], ["hashtag_id", 1], ["hashtaggable_id", 73], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.427288"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436994583453782016' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 22:43:22.000000"], ["text", "I lost 7 Atrons in 5 days. I'm gonna say this is a cultural victory. #BNI #TweetFleet #EVEOnline"], ["tweet_id", "436994583453782016"], ["updated_at", "2014-02-22 11:45:44.433200"], ["user_handle", "TheMoatman"], ["user_id", "35390500"], ["user_image_url", "https://pbs.twimg.com/profile_images/427317802153033728/vFUmY0UW_normal.png"], ["user_name", "Ross"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.434374"], ["hashtag_id", 1], ["hashtaggable_id", 74], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.434374"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436992141773250560' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 22:33:40.000000"], ["text", "That Nyx ain't saving up for itself, people needed for a sweatshop job. #eveonline"], ["tweet_id", "436992141773250560"], ["updated_at", "2014-02-22 11:45:44.440131"], ["user_handle", "isune"], ["user_id", "38245673"], ["user_image_url", "https://pbs.twimg.com/profile_images/1572289576/deamon_normal.jpg"], ["user_name", "Dirty Glasses"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.441239"], ["hashtag_id", 1], ["hashtaggable_id", 75], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.441239"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436990315359002624' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 22:26:24.000000"], ["text", "Old , but good read: \"How EVE Online builds emotion out of its strict in-game economy\" http://t.co/yz98NGCytq #EveOnline #VirtualEconimy"], ["tweet_id", "436990315359002624"], ["updated_at", "2014-02-22 11:45:44.448265"], ["user_handle", "CrazyKinux"], ["user_id", "14434495"], ["user_image_url", "https://pbs.twimg.com/profile_images/413349840362278912/WvoIUXiN_normal.jpeg"], ["user_name", "David Perry"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.449803"], ["hashtag_id", 1], ["hashtaggable_id", 76], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.449803"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436988636400459777' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 22:19:44.000000"], ["text", "RT @EveOnline: Even with the gankers, #eveonline mining is probably safer than RL space mining. #datphatrock http://t.co/yl5LPTp4I4 #tweetf…"], ["tweet_id", "436988636400459777"], ["updated_at", "2014-02-22 11:45:44.455882"], ["user_handle", "juli1_roux"], ["user_id", "2301973518"], ["user_image_url", "https://pbs.twimg.com/profile_images/431952017099988992/6wiUtr-Y_normal.jpeg"], ["user_name", "julien roux"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.456970"], ["hashtag_id", 1], ["hashtaggable_id", 77], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.456970"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436988509610848256' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 22:19:14.000000"], ["text", "RT @evenews24: #tweetfleet * LIVE * Elise Randolph Presents: New Player Challenge ! http://t.co/z3VTULtNdI #Articles #eveonline"], ["tweet_id", "436988509610848256"], ["updated_at", "2014-02-22 11:45:44.462587"], ["user_handle", "BobmonEve"], ["user_id", "1233806161"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000697193457/ea5e4d71bffe58124548b57b9536ec3e_normal.jpeg"], ["user_name", "Bobmon"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.463679"], ["hashtag_id", 1], ["hashtaggable_id", 78], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.463679"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436988383249039360' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 22:18:44.000000"], ["text", "El #EVEOnline es pura belleza http://t.co/TFKWzlKeVW"], ["tweet_id", "436988383249039360"], ["updated_at", "2014-02-22 11:45:44.469132"], ["user_handle", "marianolozu"], ["user_id", "199344830"], ["user_image_url", "https://pbs.twimg.com/profile_images/1692832880/388328_2610183487423_1040049928_2752428_1853467070_n__1__normal.jpg"], ["user_name", "Mariano López"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.470155"], ["hashtag_id", 1], ["hashtaggable_id", 79], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.470155"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436988257474052096' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 22:18:14.000000"], ["text", "#tweetfleet * LIVE * Elise Randolph Presents: New Player Challenge ! http://t.co/z3VTULtNdI #Articles #eveonline"], ["tweet_id", "436988257474052096"], ["updated_at", "2014-02-22 11:45:44.476671"], ["user_handle", "evenews24"], ["user_id", "167901620"], ["user_image_url", "https://pbs.twimg.com/profile_images/3132214338/1eb456e723b00ed80b9ed3b0d59d18ec_normal.png"], ["user_name", "EveNews24.com"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.477841"], ["hashtag_id", 1], ["hashtaggable_id", 80], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.477841"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436988002821091328' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 22:17:13.000000"], ["text", "RT @EveOnline: Even with the gankers, #eveonline mining is probably safer than RL space mining. #datphatrock http://t.co/yl5LPTp4I4 #tweetf…"], ["tweet_id", "436988002821091328"], ["updated_at", "2014-02-22 11:45:44.483608"], ["user_handle", "S2N_Adan"], ["user_id", "2315787210"], ["user_image_url", "https://pbs.twimg.com/profile_images/428212360864473088/r3ixbIFf_normal.jpeg"], ["user_name", "Adan "]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.484746"], ["hashtag_id", 1], ["hashtaggable_id", 81], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.484746"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436986996041711617' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 22:13:13.000000"], ["text", "Tip of the day: In #EveOnline a player-assigned bounty does not make a pilot a valid target in high-sec space. http://t.co/VC99yudUss"], ["tweet_id", "436986996041711617"], ["updated_at", "2014-02-22 11:45:44.490802"], ["user_handle", "CCP_Help"], ["user_id", "2230427473"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000829762764/267e79ea2b7a81ff23fc888a998cd1e9_normal.png"], ["user_name", "CCP Customer Service"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.491974"], ["hashtag_id", 1], ["hashtaggable_id", 82], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.491974"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436986840768598016' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 22:12:36.000000"], ["text", "RT @EveOnline: Even with the gankers, #eveonline mining is probably safer than RL space mining. #datphatrock http://t.co/yl5LPTp4I4 #tweetf…"], ["tweet_id", "436986840768598016"], ["updated_at", "2014-02-22 11:45:44.499200"], ["user_handle", "JonathanPryde"], ["user_id", "2353707576"], ["user_image_url", "https://pbs.twimg.com/profile_images/436589716939366401/S8uNvtl9_normal.jpeg"], ["user_name", "Jonathan Pryde"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.500629"], ["hashtag_id", 1], ["hashtaggable_id", 83], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.500629"]]  (3.3ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436986748623945729' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 22:12:14.000000"], ["text", "RT @Anabaric_EVE: Another Singing Ransom :)\n\"Barbie Girl\" By @ZerosLetsPlay\nhttp://t.co/tO21NcP0WI\n#tweetfleet #eveonline #Thebastards"], ["tweet_id", "436986748623945729"], ["updated_at", "2014-02-22 11:45:44.509370"], ["user_handle", "ZerosLetsPlay"], ["user_id", "1378524547"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000408943216/e37bb5e32b10f4ed87a302a27975103e_normal.png"], ["user_name", "Zero"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.510520"], ["hashtag_id", 1], ["hashtaggable_id", 84], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.510520"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436985624055541761' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 22:07:46.000000"], ["text", "Watch my CEO and former CSM @EliseRandolph play EVE as a new player. http://t.co/wx58OkChzL #tweetfleet #eveonline"], ["tweet_id", "436985624055541761"], ["updated_at", "2014-02-22 11:45:44.567314"], ["user_handle", "DavidKMagnus"], ["user_id", "26276457"], ["user_image_url", "https://pbs.twimg.com/profile_images/2242256161/149_503545140879_153800528_30235538_4132_n_normal.jpg"], ["user_name", "David Keith Magnus"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.569092"], ["hashtag_id", 1], ["hashtaggable_id", 85], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.569092"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436984943759990784' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 22:05:04.000000"], ["text", "RT @EveOnline: Even with the gankers, #eveonline mining is probably safer than RL space mining. #datphatrock http://t.co/yl5LPTp4I4 #tweetf…"], ["tweet_id", "436984943759990784"], ["updated_at", "2014-02-22 11:45:44.575201"], ["user_handle", "Rafegarrzz"], ["user_id", "521113043"], ["user_image_url", "https://pbs.twimg.com/profile_images/1888188799/m_23d2bcd1c6bf43c8b4901ef8077bb4ab_normal.jpg"], ["user_name", "Lindowen5"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.576278"], ["hashtag_id", 1], ["hashtaggable_id", 86], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.576278"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436979579287506945' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 21:43:45.000000"], ["text", "RT @EveOnline: Even with the gankers, #eveonline mining is probably safer than RL space mining. #datphatrock http://t.co/yl5LPTp4I4 #tweetf…"], ["tweet_id", "436979579287506945"], ["updated_at", "2014-02-22 11:45:44.581778"], ["user_handle", "Rushlock"], ["user_id", "1295889902"], ["user_image_url", "https://pbs.twimg.com/profile_images/3424196695/fede3d4e190fa18595b00fd7506ae9ac_normal.gif"], ["user_name", "Rushlock"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.582847"], ["hashtag_id", 1], ["hashtaggable_id", 87], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.582847"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436978558808772608' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 21:39:41.000000"], ["text", "@fenjayminor @NicGermain63 @MillyMillGates @ZedrikCayne @ChingShi_Bonney Thanks! Added Added Added Added Added... #tweetfleet #eveonline"], ["tweet_id", "436978558808772608"], ["updated_at", "2014-02-22 11:45:44.588178"], ["user_handle", "este_destirr"], ["user_id", "2166887203"], ["user_image_url", "https://pbs.twimg.com/profile_images/431106048976379904/NPhIWv4C_normal.jpeg"], ["user_name", "Este DeStirr"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.589185"], ["hashtag_id", 1], ["hashtaggable_id", 88], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.589185"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436978309919150080' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 21:38:42.000000"], ["text", "RT @EveOnline: Even with the gankers, #eveonline mining is probably safer than RL space mining. #datphatrock http://t.co/yl5LPTp4I4 #tweetf…"], ["tweet_id", "436978309919150080"], ["updated_at", "2014-02-22 11:45:44.594987"], ["user_handle", "capstable"], ["user_id", "198910342"], ["user_image_url", "https://pbs.twimg.com/profile_images/1607048933/Itunes-logo_normal.jpg"], ["user_name", "Cap Stable"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.596459"], ["hashtag_id", 1], ["hashtaggable_id", 89], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.596459"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436978303732572160' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 21:38:40.000000"], ["text", "RT @talus_veran: 4 hours until the Toronto #EveOnline Player Meet @ the 3 Brewers https://t.co/FL7Jdvh4q8"], ["tweet_id", "436978303732572160"], ["updated_at", "2014-02-22 11:45:44.602188"], ["user_handle", "capstable"], ["user_id", "198910342"], ["user_image_url", "https://pbs.twimg.com/profile_images/1607048933/Itunes-logo_normal.jpg"], ["user_name", "Cap Stable"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.603331"], ["hashtag_id", 1], ["hashtaggable_id", 90], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.603331"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436977891487014913' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 21:37:02.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436977891487014913"], ["updated_at", "2014-02-22 11:45:44.609802"], ["user_handle", "CV514"], ["user_id", "298595821"], ["user_image_url", "https://pbs.twimg.com/profile_images/1353296158/701503201_normal.jpg"], ["user_name", "Dominix Johnson"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.610988"], ["hashtag_id", 1], ["hashtaggable_id", 91], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.610988"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436977772591087617' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 21:36:34.000000"], ["text", "RT @EveOnline: Even with the gankers, #eveonline mining is probably safer than RL space mining. #datphatrock http://t.co/yl5LPTp4I4 #tweetf…"], ["tweet_id", "436977772591087617"], ["updated_at", "2014-02-22 11:45:44.616545"], ["user_handle", "vashts6583"], ["user_id", "1159851638"], ["user_image_url", "https://pbs.twimg.com/profile_images/432192998303354881/_63fEqBD_normal.jpeg"], ["user_name", "Rob Metzger"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.617594"], ["hashtag_id", 1], ["hashtaggable_id", 92], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.617594"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436977667905454080' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 21:36:09.000000"], ["text", "#tweetfleet #eveonline Why I need a magic spacewand: http://t.co/lA1uaIOqry"], ["tweet_id", "436977667905454080"], ["updated_at", "2014-02-22 11:45:44.623206"], ["user_handle", "SovWarsShalee"], ["user_id", "402802686"], ["user_image_url", "https://pbs.twimg.com/profile_images/3312274339/fa0f2118006bfa1bd5313370609a8414_normal.jpeg"], ["user_name", "Shalee Lianne"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.624304"], ["hashtag_id", 1], ["hashtaggable_id", 93], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.624304"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436977201301692416' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 21:34:18.000000"], ["text", "RT @EveOnline: Even with the gankers, #eveonline mining is probably safer than RL space mining. #datphatrock http://t.co/yl5LPTp4I4 #tweetf…"], ["tweet_id", "436977201301692416"], ["updated_at", "2014-02-22 11:45:44.630764"], ["user_handle", "fxwllmusic"], ["user_id", "1240069610"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000852571943/ef6e5e3141ae83a61c24f14d3da8d95b_normal.jpeg"], ["user_name", "FXWLL"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.632257"], ["hashtag_id", 1], ["hashtaggable_id", 94], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.632257"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436977131084447744' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 21:34:01.000000"], ["text", "RT @EveOnline: Even with the gankers, #eveonline mining is probably safer than RL space mining. #datphatrock http://t.co/yl5LPTp4I4 #tweetf…"], ["tweet_id", "436977131084447744"], ["updated_at", "2014-02-22 11:45:44.639057"], ["user_handle", "nananonina_Eng"], ["user_id", "517322779"], ["user_image_url", "https://pbs.twimg.com/profile_images/434897983973240832/TbKWzCwM_normal.jpeg"], ["user_name", "nananonina"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.640203"], ["hashtag_id", 1], ["hashtaggable_id", 95], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.640203"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436977050847821824' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 21:33:42.000000"], ["text", "Even with the gankers, #eveonline mining is probably safer than RL space mining. #datphatrock http://t.co/yl5LPTp4I4 #tweetfleet"], ["tweet_id", "436977050847821824"], ["updated_at", "2014-02-22 11:45:44.646176"], ["user_handle", "EveOnline"], ["user_id", "121999927"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000735651808/0e7b3263b081669af039d3f682504aa0_normal.jpeg"], ["user_name", "EVE Online"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.647777"], ["hashtag_id", 1], ["hashtaggable_id", 96], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.647777"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436973831073579009' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 21:20:54.000000"], ["text", "RT @talus_veran: 4 hours until the Toronto #EveOnline Player Meet @ the 3 Brewers https://t.co/FL7Jdvh4q8"], ["tweet_id", "436973831073579009"], ["updated_at", "2014-02-22 11:45:44.653615"], ["user_handle", "CCP_Fozzie"], ["user_id", "378203789"], ["user_image_url", "https://pbs.twimg.com/profile_images/431411072570908674/h9wj5zJg_normal.jpeg"], ["user_name", "CCP Fozzie"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.654823"], ["hashtag_id", 1], ["hashtaggable_id", 97], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.654823"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436973158877261824' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 21:18:14.000000"], ["text", "If you're a STFR pilot, please reply so I can add you to my Unofficial STFR Twitter List. DItto for LUCHR! #eveonline #tweetfleet"], ["tweet_id", "436973158877261824"], ["updated_at", "2014-02-22 11:45:44.660837"], ["user_handle", "este_destirr"], ["user_id", "2166887203"], ["user_image_url", "https://pbs.twimg.com/profile_images/431106048976379904/NPhIWv4C_normal.jpeg"], ["user_name", "Este DeStirr"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.662078"], ["hashtag_id", 1], ["hashtaggable_id", 98], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.662078"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436972204933545984' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 21:14:26.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436972204933545984"], ["updated_at", "2014-02-22 11:45:44.668236"], ["user_handle", "deltebews"], ["user_id", "170582200"], ["user_image_url", "https://pbs.twimg.com/profile_images/2810116364/f8d1286db41fcb23f5997220474e2293_normal.png"], ["user_name", "Niko Bews"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.669320"], ["hashtag_id", 1], ["hashtaggable_id", 99], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.669320"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436971817941889024' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 21:12:54.000000"], ["text", "RT @mandrill: RT @gamerchick42: EVE Online: Origins http://t.co/yBBkfjrzxI #eveonline #tweetfleet // O M F G THIS! Please this, so much th…"], ["tweet_id", "436971817941889024"], ["updated_at", "2014-02-22 11:45:44.675014"], ["user_handle", "EVE_MP"], ["user_id", "149064372"], ["user_image_url", "https://pbs.twimg.com/profile_images/937821754/27545_127305473963288_2524_q_normal.jpg"], ["user_name", "EVE-MP"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:44.676099"], ["hashtag_id", 1], ["hashtaggable_id", 100], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:44.676099"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436970553896083457' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 21:07:53.000000"], ["text", "4 hours until the Toronto #EveOnline Player Meet @ the 3 Brewers https://t.co/FL7Jdvh4q8"], ["tweet_id", "436970553896083457"], ["updated_at", "2014-02-22 11:45:45.981236"], ["user_handle", "talus_veran"], ["user_id", "277342780"], ["user_image_url", "https://pbs.twimg.com/profile_images/3578872578/121c640319f8283e418dd60eea2b0ef9_normal.jpeg"], ["user_name", "Talus Veran"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:45.982346"], ["hashtag_id", 1], ["hashtaggable_id", 101], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:45.982346"]]  (2.4ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436969433945227264' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 21:03:26.000000"], ["text", "Why is Twitch chat so fail? It either eats messages, wwhatever that means, or won't connect at all. #eveonline"], ["tweet_id", "436969433945227264"], ["updated_at", "2014-02-22 11:45:45.991214"], ["user_handle", "meanharri"], ["user_id", "232043440"], ["user_image_url", "https://pbs.twimg.com/profile_images/434485983464001536/9KZXHcxs_normal.jpeg"], ["user_name", "Harri"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:45.992623"], ["hashtag_id", 1], ["hashtaggable_id", 102], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:45.992623"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436968965944791040' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 21:01:34.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436968965944791040"], ["updated_at", "2014-02-22 11:45:45.999027"], ["user_handle", "Chango82Loco"], ["user_id", "1318867284"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000277124826/0628b4afbda23b80b252366f60b73153_normal.jpeg"], ["user_name", "Chango Loco"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.000082"], ["hashtag_id", 1], ["hashtaggable_id", 103], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.000082"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436968596565405696' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 21:00:06.000000"], ["text", "#ARLABShop BPOs stats:\nTotal BPO Orders: 858\nDelivered BPOs: 753\nQueued BPO Orders: 47\nhttp://t.co/8ArNz0q7P5 #eveonline"], ["tweet_id", "436968596565405696"], ["updated_at", "2014-02-22 11:45:46.005375"], ["user_handle", "StevenTrux"], ["user_id", "1154985950"], ["user_image_url", "https://pbs.twimg.com/profile_images/3677608021/7a56b0ca119559f3072f356d9624467a_normal.jpeg"], ["user_name", "Steven Trux"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.006414"], ["hashtag_id", 1], ["hashtaggable_id", 104], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.006414"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436968594204033024' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 21:00:06.000000"], ["text", "#ARLABShop BPCs stats:\nTotal BPC Orders: 1,326\nDelivered BPCs: 185,656\nQueued BPC Orders: 75\nhttp://t.co/8ArNz0q7P5 #eveonline"], ["tweet_id", "436968594204033024"], ["updated_at", "2014-02-22 11:45:46.011755"], ["user_handle", "StevenTrux"], ["user_id", "1154985950"], ["user_image_url", "https://pbs.twimg.com/profile_images/3677608021/7a56b0ca119559f3072f356d9624467a_normal.jpeg"], ["user_name", "Steven Trux"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.013039"], ["hashtag_id", 1], ["hashtaggable_id", 105], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.013039"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436968174496800768' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 20:58:25.000000"], ["text", "And Tranquility then ticks on 1 Hz: http://t.co/Uk9opWlMNn #eveonline #dust514 #tweetfleet #tweetforce"], ["tweet_id", "436968174496800768"], ["updated_at", "2014-02-22 11:45:46.019321"], ["user_handle", "erlendur"], ["user_id", "30846470"], ["user_image_url", "https://pbs.twimg.com/profile_images/3008274003/d9bdcd1655e37cf795159a93bc609005_normal.jpeg"], ["user_name", "Erlendur"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.020448"], ["hashtag_id", 1], ["hashtaggable_id", 106], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.020448"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436967969743073280' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 20:57:37.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436967969743073280"], ["updated_at", "2014-02-22 11:45:46.026687"], ["user_handle", "nighsot2001"], ["user_id", "1960546028"], ["user_image_url", "https://abs.twimg.com/sticky/default_profile_images/default_profile_0_normal.png"], ["user_name", "Jeremy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.027819"], ["hashtag_id", 1], ["hashtaggable_id", 107], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.027819"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436962792252641280' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 20:37:02.000000"], ["text", "RT @evenews24: #tweetfleet PSA: CCP Sponsored New Player Mining Fleet due for this Saturday http://t.co/SH62Shwaw2 #Articles #eveonline"], ["tweet_id", "436962792252641280"], ["updated_at", "2014-02-22 11:45:46.033724"], ["user_handle", "BobmonEve"], ["user_id", "1233806161"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000697193457/ea5e4d71bffe58124548b57b9536ec3e_normal.jpeg"], ["user_name", "Bobmon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.034968"], ["hashtag_id", 1], ["hashtaggable_id", 108], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.034968"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436959404676481024' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 20:23:35.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436959404676481024"], ["updated_at", "2014-02-22 11:45:46.041757"], ["user_handle", "jacobpmiller09"], ["user_id", "1062000260"], ["user_image_url", "https://pbs.twimg.com/profile_images/3069818545/f3d1966a2f13d414b24f40271ab94004_normal.jpeg"], ["user_name", "Jacob Miller"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.042883"], ["hashtag_id", 1], ["hashtaggable_id", 109], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.042883"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436959065710006272' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 20:22:14.000000"], ["text", "Toonbee \"Today is a good day to die!\" - http://t.co/ZbJ0eD7TLI #Eveonline #Tweetfleet"], ["tweet_id", "436959065710006272"], ["updated_at", "2014-02-22 11:45:46.048585"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.049643"], ["hashtag_id", 1], ["hashtaggable_id", 110], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.049643"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436958240753348609' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 20:18:57.000000"], ["text", "Oh, the joy! The anatomy of a failed gank. - http://t.co/K0J2RQjtHe #Eveonline #Tweetfleet"], ["tweet_id", "436958240753348609"], ["updated_at", "2014-02-22 11:45:46.055020"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.056069"], ["hashtag_id", 1], ["hashtaggable_id", 111], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.056069"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436958179751387136' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 20:18:43.000000"], ["text", "Dark Horse сделала комикс по мотивам EVE Online - http://t.co/OTbesXRUmd #eveonline #mmo"], ["tweet_id", "436958179751387136"], ["updated_at", "2014-02-22 11:45:46.061624"], ["user_handle", "mmober"], ["user_id", "435799882"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000127605963/57289cc810b90d2bd47da584fbfcc945_normal.jpeg"], ["user_name", "MMOber"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.062701"], ["hashtag_id", 1], ["hashtaggable_id", 112], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.062701"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436957654112829440' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 20:16:37.000000"], ["text", "RT @evenews24: #tweetfleet PSA: CCP Sponsored New Player Mining Fleet due for this Saturday http://t.co/SH62Shwaw2 #Articles #eveonline"], ["tweet_id", "436957654112829440"], ["updated_at", "2014-02-22 11:45:46.069409"], ["user_handle", "capstable"], ["user_id", "198910342"], ["user_image_url", "https://pbs.twimg.com/profile_images/1607048933/Itunes-logo_normal.jpg"], ["user_name", "Cap Stable"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.070590"], ["hashtag_id", 1], ["hashtaggable_id", 113], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.070590"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436957260175003648' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 20:15:03.000000"], ["text", "#tweetfleet PSA: CCP Sponsored New Player Mining Fleet due for this Saturday http://t.co/SH62Shwaw2 #Articles #eveonline"], ["tweet_id", "436957260175003648"], ["updated_at", "2014-02-22 11:45:46.076462"], ["user_handle", "evenews24"], ["user_id", "167901620"], ["user_image_url", "https://pbs.twimg.com/profile_images/3132214338/1eb456e723b00ed80b9ed3b0d59d18ec_normal.png"], ["user_name", "EveNews24.com"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.077651"], ["hashtag_id", 1], ["hashtaggable_id", 114], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.077651"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436956435180965888' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 20:11:47.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436956435180965888"], ["updated_at", "2014-02-22 11:45:46.084829"], ["user_handle", "geistreiches"], ["user_id", "47906410"], ["user_image_url", "https://pbs.twimg.com/profile_images/3233212931/ca17f4ff7150263bddb1f7ef053a7a1d_normal.jpeg"], ["user_name", "harryforever"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.086255"], ["hashtag_id", 1], ["hashtaggable_id", 115], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.086255"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436956248572170240' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 20:11:02.000000"], ["text", "So @SindelPellion's CZ column from this week makes me all kinds of sad :( http://t.co/UeCNIW3UYa #tweetfleet #eveonline"], ["tweet_id", "436956248572170240"], ["updated_at", "2014-02-22 11:45:46.092679"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.093779"], ["hashtag_id", 1], ["hashtaggable_id", 116], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.093779"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436955905280995329' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 20:09:40.000000"], ["text", "4TH put a factory in: http://t.co/r68haWAXC8 this is a GOOD deployment but makes 3D- less useful. #tweetfleet #eveonline"], ["tweet_id", "436955905280995329"], ["updated_at", "2014-02-22 11:45:46.099180"], ["user_handle", "Banlish"], ["user_id", "357149468"], ["user_image_url", "https://pbs.twimg.com/profile_images/1500967320/banav1_normal.png"], ["user_name", "Banlish"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.100226"], ["hashtag_id", 1], ["hashtaggable_id", 117], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.100226"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436955881356292096' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 20:09:35.000000"], ["text", "RT @evenews24: #tweetfleet Exploration Loot Spew to Go. http://t.co/0AfFiCBSas #Articles #eveonline"], ["tweet_id", "436955881356292096"], ["updated_at", "2014-02-22 11:45:46.105582"], ["user_handle", "Caerfinon"], ["user_id", "481298777"], ["user_image_url", "https://pbs.twimg.com/profile_images/2292250250/uoklaugfyk6r3f2fghsy_normal.jpeg"], ["user_name", "Caerfinon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.106602"], ["hashtag_id", 1], ["hashtaggable_id", 118], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.106602"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436955415411449856' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 20:07:43.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436955415411449856"], ["updated_at", "2014-02-22 11:45:46.112733"], ["user_handle", "TimeServer55"], ["user_id", "291040264"], ["user_image_url", "https://pbs.twimg.com/profile_images/3424722716/eb2c13a5bcb388c1bcd1bcb69b7c59c5_normal.jpeg"], ["user_name", "Alex Drach"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.113806"], ["hashtag_id", 1], ["hashtaggable_id", 119], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.113806"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436954546565562368' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 20:04:16.000000"], ["text", "RT @evenews24: #tweetfleet Awesomesauce: Dark Horse presents EVE – True Stories – Issue #1 out now! http://t.co/5CcxaDImWp #Articles #eveo…"], ["tweet_id", "436954546565562368"], ["updated_at", "2014-02-22 11:45:46.120316"], ["user_handle", "BobmonEve"], ["user_id", "1233806161"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000697193457/ea5e4d71bffe58124548b57b9536ec3e_normal.jpeg"], ["user_name", "Bobmon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.121474"], ["hashtag_id", 1], ["hashtaggable_id", 120], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.121474"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436954536121733120' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 20:04:14.000000"], ["text", "RT @evenews24: #tweetfleet Jester’s Trek: Inflation http://t.co/NyVNMofw8E #Articles #eveonline"], ["tweet_id", "436954536121733120"], ["updated_at", "2014-02-22 11:45:46.129016"], ["user_handle", "BobmonEve"], ["user_id", "1233806161"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000697193457/ea5e4d71bffe58124548b57b9536ec3e_normal.jpeg"], ["user_name", "Bobmon"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.130647"], ["hashtag_id", 1], ["hashtaggable_id", 121], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.130647"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436954523366875136' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 20:04:11.000000"], ["text", "RT @evenews24: #tweetfleet Fiddler’s Edge: Blue Balls and Adverse Possession http://t.co/lQwYBgmdUE #Articles #eveonline"], ["tweet_id", "436954523366875136"], ["updated_at", "2014-02-22 11:45:46.136846"], ["user_handle", "BobmonEve"], ["user_id", "1233806161"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000697193457/ea5e4d71bffe58124548b57b9536ec3e_normal.jpeg"], ["user_name", "Bobmon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.137948"], ["hashtag_id", 1], ["hashtaggable_id", 122], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.137948"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436954510360330240' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 20:04:08.000000"], ["text", "RT @evenews24: #tweetfleet Battle Report: A Wormhole Present http://t.co/A0CicmmmTU #BattleReports #HardKnocksInc #eveonline"], ["tweet_id", "436954510360330240"], ["updated_at", "2014-02-22 11:45:46.143721"], ["user_handle", "BobmonEve"], ["user_id", "1233806161"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000697193457/ea5e4d71bffe58124548b57b9536ec3e_normal.jpeg"], ["user_name", "Bobmon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.144815"], ["hashtag_id", 1], ["hashtaggable_id", 123], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.144815"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436954499643883520' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 20:04:05.000000"], ["text", "RT @evenews24: #tweetfleet Snot Shot: A Message to a Null Sec Newbie – Propaganda 101 http://t.co/P3GUvx4Lpk #Articles #eveonline"], ["tweet_id", "436954499643883520"], ["updated_at", "2014-02-22 11:45:46.151412"], ["user_handle", "BobmonEve"], ["user_id", "1233806161"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000697193457/ea5e4d71bffe58124548b57b9536ec3e_normal.jpeg"], ["user_name", "Bobmon"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.153137"], ["hashtag_id", 1], ["hashtaggable_id", 124], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.153137"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436954487400697856' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 20:04:02.000000"], ["text", "RT @evenews24: #tweetfleet EVE Candy: These EVE wallpapers beg to be shared among capsuleers… http://t.co/A6BrcB4yr8 #Articles #eveonline"], ["tweet_id", "436954487400697856"], ["updated_at", "2014-02-22 11:45:46.160033"], ["user_handle", "BobmonEve"], ["user_id", "1233806161"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000697193457/ea5e4d71bffe58124548b57b9536ec3e_normal.jpeg"], ["user_name", "Bobmon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.161164"], ["hashtag_id", 1], ["hashtaggable_id", 125], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.161164"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436954445847736320' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 20:03:52.000000"], ["text", "RT @evenews24: #tweetfleet Open Thread: 0-W captured, now what? http://t.co/Ft2QQJibhG #News24 #CFC #eveonline"], ["tweet_id", "436954445847736320"], ["updated_at", "2014-02-22 11:45:46.166593"], ["user_handle", "BobmonEve"], ["user_id", "1233806161"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000697193457/ea5e4d71bffe58124548b57b9536ec3e_normal.jpeg"], ["user_name", "Bobmon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.167677"], ["hashtag_id", 1], ["hashtaggable_id", 126], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.167677"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436954432832831488' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 20:03:49.000000"], ["text", "RT @evenews24: #tweetfleet Jester’s Trek: Comment of the Week – Troll http://t.co/crzu5fG3eS #Articles #eveonline"], ["tweet_id", "436954432832831488"], ["updated_at", "2014-02-22 11:45:46.174027"], ["user_handle", "BobmonEve"], ["user_id", "1233806161"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000697193457/ea5e4d71bffe58124548b57b9536ec3e_normal.jpeg"], ["user_name", "Bobmon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.175183"], ["hashtag_id", 1], ["hashtaggable_id", 127], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.175183"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436954418618314752' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 20:03:46.000000"], ["text", "RT @evenews24: #tweetfleet Kirith Kodachi: Faction Warfare Wishlist http://t.co/i3JT254IPe #Articles #eveonline"], ["tweet_id", "436954418618314752"], ["updated_at", "2014-02-22 11:45:46.181020"], ["user_handle", "BobmonEve"], ["user_id", "1233806161"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000697193457/ea5e4d71bffe58124548b57b9536ec3e_normal.jpeg"], ["user_name", "Bobmon"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.182155"], ["hashtag_id", 1], ["hashtaggable_id", 128], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.182155"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436954406408691712' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 20:03:43.000000"], ["text", "RT @evenews24: #tweetfleet Exploration Loot Spew to Go. http://t.co/0AfFiCBSas #Articles #eveonline"], ["tweet_id", "436954406408691712"], ["updated_at", "2014-02-22 11:45:46.187821"], ["user_handle", "BobmonEve"], ["user_id", "1233806161"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000697193457/ea5e4d71bffe58124548b57b9536ec3e_normal.jpeg"], ["user_name", "Bobmon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.188909"], ["hashtag_id", 1], ["hashtaggable_id", 129], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.188909"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436952930370199552' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 19:57:51.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436952930370199552"], ["updated_at", "2014-02-22 11:45:46.195309"], ["user_handle", "Garetor_Ranchr"], ["user_id", "261663599"], ["user_image_url", "https://pbs.twimg.com/profile_images/419072974659289088/kkCtH8P__normal.jpeg"], ["user_name", "Ran'chr-G. Fírnen"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.196389"], ["hashtag_id", 1], ["hashtaggable_id", 130], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.196389"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436949837771460608' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 19:45:34.000000"], ["text", "I have literally been on the phone the entire freaking day! Sheesh. #tweetfleet #eveonline I need to explode something, if only there was..."], ["tweet_id", "436949837771460608"], ["updated_at", "2014-02-22 11:45:46.204121"], ["user_handle", "RixxJavix"], ["user_id", "315868674"], ["user_image_url", "https://pbs.twimg.com/profile_images/3655229394/1487dc41b39a3a1b6827984dc95072ea_normal.jpeg"], ["user_name", "Rixx Javix"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.205867"], ["hashtag_id", 1], ["hashtaggable_id", 131], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.205867"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436949284139712512' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 19:43:22.000000"], ["text", "Первый выпуск комикса EVE: True Stories уже доступен! - http://t.co/L6sB5o2SC3 | #EVETrueStories #EVEOnline #Игры #Новости"], ["tweet_id", "436949284139712512"], ["updated_at", "2014-02-22 11:45:46.212441"], ["user_handle", "Maximum_Games"], ["user_id", "162099332"], ["user_image_url", "https://pbs.twimg.com/profile_images/2478252636/gshakgf4drtwhea52kt4_normal.png"], ["user_name", "Maximum Games"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.213504"], ["hashtag_id", 1], ["hashtaggable_id", 132], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.213504"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436949261360824320' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 19:43:16.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436949261360824320"], ["updated_at", "2014-02-22 11:45:46.219665"], ["user_handle", "FurryFoxus"], ["user_id", "112233246"], ["user_image_url", "https://pbs.twimg.com/profile_images/681785209/red-panda_normal.jpg"], ["user_name", "FurryFoxus©"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.221368"], ["hashtag_id", 1], ["hashtaggable_id", 133], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.221368"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436948859609030656' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 19:41:40.000000"], ["text", "#teamstayfrosty this looks like a decent \"where should i roam today\" map. https://t.co/7CR5AGMCnK #eveonline #tweetfleet"], ["tweet_id", "436948859609030656"], ["updated_at", "2014-02-22 11:45:46.227457"], ["user_handle", "este_destirr"], ["user_id", "2166887203"], ["user_image_url", "https://pbs.twimg.com/profile_images/431106048976379904/NPhIWv4C_normal.jpeg"], ["user_name", "Este DeStirr"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.228607"], ["hashtag_id", 1], ["hashtaggable_id", 134], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.228607"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436948226227601408' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 19:39:09.000000"], ["text", "Back to bitching about gaming. Mining basically caught up from yesterdays war breaks in #EVEOnline. Break for Food, then #Toukiden time."], ["tweet_id", "436948226227601408"], ["updated_at", "2014-02-22 11:45:46.234684"], ["user_handle", "redmarien"], ["user_id", "187031943"], ["user_image_url", "https://pbs.twimg.com/profile_images/417553499304382464/g0MWLRZ5_normal.png"], ["user_name", "uǝıɹɐɯpǝɹ"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.235845"], ["hashtag_id", 1], ["hashtaggable_id", 135], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.235845"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436946004693491712' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 19:30:20.000000"], ["text", "And not soon enough it was. Random. RT @evenews24: #tweetfleet Exploration Loot Spew to Go. http://t.co/BlxUhgykwP #Articles #eveonline"], ["tweet_id", "436946004693491712"], ["updated_at", "2014-02-22 11:45:46.241539"], ["user_handle", "OCapsuleer"], ["user_id", "2313447315"], ["user_image_url", "https://pbs.twimg.com/profile_images/428836337467133952/9QC2Weh3_normal.jpeg"], ["user_name", "Occasional Capsuleer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.242612"], ["hashtag_id", 1], ["hashtaggable_id", 136], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.242612"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436945258057039873' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 19:27:22.000000"], ["text", "RT @gamerchick42: EVE Online: Origins http://t.co/yBBkfjrzxI #eveonline #tweetfleet // O M F G THIS! Please this, so much this it hurts."], ["tweet_id", "436945258057039873"], ["updated_at", "2014-02-22 11:45:46.248307"], ["user_handle", "mandrill"], ["user_id", "2456481"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000807519446/28bc751b53beb152a5660985a2e35c69_normal.jpeg"], ["user_name", "Keith Neilson"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.249718"], ["hashtag_id", 1], ["hashtaggable_id", 137], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.249718"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436944084263895041' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 19:22:42.000000"], ["text", "RT @gamerchick42: EVE Online: Origins http://t.co/hvuIwZiTRy #eveonline #tweetfleet"], ["tweet_id", "436944084263895041"], ["updated_at", "2014-02-22 11:45:46.256869"], ["user_handle", "DrVerikan"], ["user_id", "632360857"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000648755062/68816c8436b9260bef33ef17c63cab3e_normal.jpeg"], ["user_name", "Bronya Boga"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.258182"], ["hashtag_id", 1], ["hashtaggable_id", 138], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.258182"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436942961939857409' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 19:18:14.000000"], ["text", "About to dip back into #EveOnline. Hopefully I can find a group to play with this time rather than billy no mates...#gaming"], ["tweet_id", "436942961939857409"], ["updated_at", "2014-02-22 11:45:46.263828"], ["user_handle", "jameselsey1986"], ["user_id", "96212844"], ["user_image_url", "https://pbs.twimg.com/profile_images/1624798136/IMG_1509_normal.JPG"], ["user_name", "James Elsey"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.264847"], ["hashtag_id", 1], ["hashtaggable_id", 139], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.264847"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436942055256776704' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 19:14:38.000000"], ["text", "Avatar Doomsday Strikes Home http://t.co/SuSnvZC2In #eveonline"], ["tweet_id", "436942055256776704"], ["updated_at", "2014-02-22 11:45:46.270196"], ["user_handle", "wilhelm2451"], ["user_id", "178202332"], ["user_image_url", "https://pbs.twimg.com/profile_images/1129234265/TAGN_normal.png"], ["user_name", "Wilhelm Arcturus"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.271235"], ["hashtag_id", 1], ["hashtaggable_id", 140], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.271235"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436941660694392832' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 19:13:04.000000"], ["text", "#tweetfleet Exploration Loot Spew to Go. http://t.co/0AfFiCBSas #Articles #eveonline"], ["tweet_id", "436941660694392832"], ["updated_at", "2014-02-22 11:45:46.277748"], ["user_handle", "evenews24"], ["user_id", "167901620"], ["user_image_url", "https://pbs.twimg.com/profile_images/3132214338/1eb456e723b00ed80b9ed3b0d59d18ec_normal.png"], ["user_name", "EveNews24.com"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.278906"], ["hashtag_id", 1], ["hashtaggable_id", 141], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.278906"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436939366230134784' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 19:03:57.000000"], ["text", "\"@gamerchick42: EVE Online: Origins http://t.co/aQqG4vpXm9 #eveonline #tweetfleet\" This idea kicks ass. +10."], ["tweet_id", "436939366230134784"], ["updated_at", "2014-02-22 11:45:46.284772"], ["user_handle", "EVE_Rhavas"], ["user_id", "178416163"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000581266514/960233b71e43a2105b33d6b6a48b2896_normal.jpeg"], ["user_name", "Rhavas"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.285913"], ["hashtag_id", 1], ["hashtaggable_id", 142], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.285913"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436938135939723264' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 18:59:04.000000"], ["text", "Лучшие книги про космическую фантастику http://t.co/9AcJCtY8kD #eveonline В жанре космической фантастики вышло немало замечательных книг"], ["tweet_id", "436938135939723264"], ["updated_at", "2014-02-22 11:45:46.291580"], ["user_handle", "yar2r"], ["user_id", "1465081508"], ["user_image_url", "https://pbs.twimg.com/profile_images/3726326570/468a499eaac4e16c32f01ce5bd2e2a83_normal.png"], ["user_name", "Yar2R"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.292658"], ["hashtag_id", 1], ["hashtaggable_id", 143], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.292658"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436936816206544896' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 18:53:49.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Frigate Fleet Day! #tweetfleet #eveonline #TeamRomantics #Rushlock\n\nhttp://t.co/HFMlt7EyU5"], ["tweet_id", "436936816206544896"], ["updated_at", "2014-02-22 11:45:46.298275"], ["user_handle", "djlinn"], ["user_id", "28581302"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000838564016/3cc45aa67202c2548dc7cb441e9e87e7_normal.png"], ["user_name", "Nahku"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.299697"], ["hashtag_id", 1], ["hashtaggable_id", 144], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.299697"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436936686451175424' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 18:53:18.000000"], ["text", "Лучшие научно фантастические (Sci-Fi) сериалы на 2014 год http://t.co/PUqDLYCpCl #eveonline Это лишь несколько примеров удачных фильмов"], ["tweet_id", "436936686451175424"], ["updated_at", "2014-02-22 11:45:46.306793"], ["user_handle", "yar2r"], ["user_id", "1465081508"], ["user_image_url", "https://pbs.twimg.com/profile_images/3726326570/468a499eaac4e16c32f01ce5bd2e2a83_normal.png"], ["user_name", "Yar2R"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.308094"], ["hashtag_id", 1], ["hashtaggable_id", 145], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.308094"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436931682693029888' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 18:33:25.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436931682693029888"], ["updated_at", "2014-02-22 11:45:46.314405"], ["user_handle", "AlexHarveyuk"], ["user_id", "490295234"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000751773416/87a29905369a9667ed7841168e507081_normal.jpeg"], ["user_name", "Alex Harvey"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.315465"], ["hashtag_id", 1], ["hashtaggable_id", 146], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.315465"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436931323513421824' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 18:31:59.000000"], ["text", "RT @gamerchick42: EVE Online: Origins http://t.co/hvuIwZiTRy #eveonline #tweetfleet"], ["tweet_id", "436931323513421824"], ["updated_at", "2014-02-22 11:45:46.320889"], ["user_handle", "itwasdark"], ["user_id", "327034602"], ["user_image_url", "https://pbs.twimg.com/profile_images/2386415417/acqbn1x00qxipqma2xiv_normal.jpeg"], ["user_name", "Altaen"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.321956"], ["hashtag_id", 1], ["hashtaggable_id", 147], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.321956"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436930825754378240' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 18:30:01.000000"], ["text", "Лучшие космические сериалы на 2014 год | EVE Online Russia http://t.co/1ItXH4SM3X #eveonline Что можно ждать от наступившего года?"], ["tweet_id", "436930825754378240"], ["updated_at", "2014-02-22 11:45:46.328261"], ["user_handle", "yar2r"], ["user_id", "1465081508"], ["user_image_url", "https://pbs.twimg.com/profile_images/3726326570/468a499eaac4e16c32f01ce5bd2e2a83_normal.png"], ["user_name", "Yar2R"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.329415"], ["hashtag_id", 1], ["hashtaggable_id", 148], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.329415"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436929396339781632' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 18:24:20.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436929396339781632"], ["updated_at", "2014-02-22 11:45:46.335922"], ["user_handle", "Lukiahas"], ["user_id", "40429069"], ["user_image_url", "https://pbs.twimg.com/profile_images/827157671/n519918487_1730612_5386_normal.jpg"], ["user_name", "Nathaniel Mitchell"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.337088"], ["hashtag_id", 1], ["hashtaggable_id", 149], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.337088"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436928836861976576' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 18:22:07.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436928836861976576"], ["updated_at", "2014-02-22 11:45:46.343314"], ["user_handle", "EddieRi0"], ["user_id", "1453828128"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000623081093/aa53011109082d85f027af29e707e258_normal.jpeg"], ["user_name", "Eddie Rio"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.344424"], ["hashtag_id", 1], ["hashtaggable_id", 150], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.344424"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436928298396811264' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 18:19:58.000000"], ["text", "RT @gamerchick42: EVE Online: Origins http://t.co/hvuIwZiTRy #eveonline #tweetfleet"], ["tweet_id", "436928298396811264"], ["updated_at", "2014-02-22 11:45:46.350167"], ["user_handle", "RixxJavix"], ["user_id", "315868674"], ["user_image_url", "https://pbs.twimg.com/profile_images/3655229394/1487dc41b39a3a1b6827984dc95072ea_normal.jpeg"], ["user_name", "Rixx Javix"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.351569"], ["hashtag_id", 1], ["hashtaggable_id", 151], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.351569"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436928140351635456' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 18:19:21.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436928140351635456"], ["updated_at", "2014-02-22 11:45:46.359016"], ["user_handle", "Stephen_Theman"], ["user_id", "304285151"], ["user_image_url", "https://pbs.twimg.com/profile_images/419488661684883456/4IiYsazb_normal.jpeg"], ["user_name", "Stephen Theman"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.360186"], ["hashtag_id", 1], ["hashtaggable_id", 152], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.360186"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436927947350765568' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 18:18:35.000000"], ["text", "its a sad day in eve when rats almost killed me lol #eveonline #tweetfleet"], ["tweet_id", "436927947350765568"], ["updated_at", "2014-02-22 11:45:46.365685"], ["user_handle", "nitroxygen"], ["user_id", "112784101"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000528014919/252f30044f6466bc76f6146416900e8b_normal.png"], ["user_name", "Ni-Troxygen Gaming"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.366711"], ["hashtag_id", 1], ["hashtaggable_id", 153], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.366711"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436926163769110528' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 18:11:29.000000"], ["text", "So I go to dunkin donuts to do some mining on #eveonline and run into one of my clients. I buy him a… http://t.co/z1i0zcQgzf"], ["tweet_id", "436926163769110528"], ["updated_at", "2014-02-22 11:45:46.372002"], ["user_handle", "FreddieG_3"], ["user_id", "27835443"], ["user_image_url", "https://pbs.twimg.com/profile_images/423312694222258176/u4_IsqpZ_normal.jpeg"], ["user_name", "Frederick Grevenberg"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.373075"], ["hashtag_id", 1], ["hashtaggable_id", 154], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.373075"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436926100779053057' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 18:11:14.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436926100779053057"], ["updated_at", "2014-02-22 11:45:46.380149"], ["user_handle", "antiBILLotic"], ["user_id", "378185715"], ["user_image_url", "https://pbs.twimg.com/profile_images/1555064570/1119736_normal.jpg"], ["user_name", "antiBILLotic"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.381314"], ["hashtag_id", 1], ["hashtaggable_id", 155], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.381314"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436923487182016514' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 18:00:51.000000"], ["text", "Man forming your own business takes a lot of time away from Eve! #tweetfleet #eveonline"], ["tweet_id", "436923487182016514"], ["updated_at", "2014-02-22 11:45:46.387267"], ["user_handle", "RixxJavix"], ["user_id", "315868674"], ["user_image_url", "https://pbs.twimg.com/profile_images/3655229394/1487dc41b39a3a1b6827984dc95072ea_normal.jpeg"], ["user_name", "Rixx Javix"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.388408"], ["hashtag_id", 1], ["hashtaggable_id", 156], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.388408"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436922448223928320' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 17:56:43.000000"], ["text", "EVE Online: Origins http://t.co/hvuIwZiTRy #eveonline #tweetfleet"], ["tweet_id", "436922448223928320"], ["updated_at", "2014-02-22 11:45:46.394643"], ["user_handle", "gamerchick42"], ["user_id", "249491431"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000630166476/39ac5b65bde31ccd23863c2c2ee6c4ba_normal.jpeg"], ["user_name", "Susan Black"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.396380"], ["hashtag_id", 1], ["hashtaggable_id", 157], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.396380"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436920684691087360' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 17:49:43.000000"], ["text", "@RVikary I'm also stupid enough to publish my Isk holdings on the Blog in real-time. Oh hell, whatever! #tweetfleet #eveonline"], ["tweet_id", "436920684691087360"], ["updated_at", "2014-02-22 11:45:46.403705"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.405200"], ["hashtag_id", 1], ["hashtaggable_id", 158], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.405200"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436920279026372608' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 17:48:06.000000"], ["text", "RT @EveOnline: New Community spotlight on Sir Squeebles! #eveonline #tweetfleet http://t.co/z33C60qxK7"], ["tweet_id", "436920279026372608"], ["updated_at", "2014-02-22 11:45:46.411523"], ["user_handle", "capstable"], ["user_id", "198910342"], ["user_image_url", "https://pbs.twimg.com/profile_images/1607048933/Itunes-logo_normal.jpg"], ["user_name", "Cap Stable"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.412603"], ["hashtag_id", 1], ["hashtaggable_id", 159], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.412603"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436920033563140096' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 17:47:08.000000"], ["text", "First person frivolity or maybe not? - http://t.co/2IhWtIVAYi #Eveonline #Tweetfleet"], ["tweet_id", "436920033563140096"], ["updated_at", "2014-02-22 11:45:46.418090"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.419132"], ["hashtag_id", 1], ["hashtaggable_id", 160], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.419132"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436919782248841216' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 17:46:08.000000"], ["text", "Surviving Eve whilst making a living as a solo-miner - http://t.co/pJg2n1zbdV #Eveonline #Tweetfleet"], ["tweet_id", "436919782248841216"], ["updated_at", "2014-02-22 11:45:46.424457"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.425733"], ["hashtag_id", 1], ["hashtaggable_id", 161], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.425733"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436919692100665344' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 17:45:46.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436919692100665344"], ["updated_at", "2014-02-22 11:45:46.432807"], ["user_handle", "jj_wedemyer"], ["user_id", "109641532"], ["user_image_url", "https://pbs.twimg.com/profile_images/3246906090/2990a8bb4fb15a7eff0fa83d11103d8c_normal.jpeg"], ["user_name", "Jakob JJ Wedemyer"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.433990"], ["hashtag_id", 1], ["hashtaggable_id", 162], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.433990"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436918594644217856' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 17:41:25.000000"], ["text", "Hurricanes: http://t.co/vzuscFYNSA via @youtube #eveonline #awesome #mmo @CCPGames @EveOnline"], ["tweet_id", "436918594644217856"], ["updated_at", "2014-02-22 11:45:46.439872"], ["user_handle", "Dgamax"], ["user_id", "14242484"], ["user_image_url", "https://pbs.twimg.com/profile_images/418227473705598977/xsrAASHy_normal.jpeg"], ["user_name", "Maxence Bitterli"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.441023"], ["hashtag_id", 1], ["hashtaggable_id", 163], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.441023"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436918230901587968' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 17:39:58.000000"], ["text", "anyone wanna help a girl out and help me get a fed navy comet to go to 0.0 ?? #EveOnline"], ["tweet_id", "436918230901587968"], ["updated_at", "2014-02-22 11:45:46.446813"], ["user_handle", "AshleyGinter486"], ["user_id", "2185515372"], ["user_image_url", "https://pbs.twimg.com/profile_images/434721575951015936/vMHLCAhM_normal.jpeg"], ["user_name", "Ashley Ginter"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.447878"], ["hashtag_id", 1], ["hashtaggable_id", 164], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.447878"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436917141934059520' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 17:35:38.000000"], ["text", "RT @TheMittani: http://t.co/HZFy44Vp0c #tweetfleet #eveonline"], ["tweet_id", "436917141934059520"], ["updated_at", "2014-02-22 11:45:46.455865"], ["user_handle", "Powersv2"], ["user_id", "449392396"], ["user_image_url", "https://pbs.twimg.com/profile_images/3270063992/e99fa3df48e604e0cb49d3f8a8d3bcc0_normal.png"], ["user_name", "Powers"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.457721"], ["hashtag_id", 1], ["hashtaggable_id", 165], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.457721"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436917010878824448' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 17:35:07.000000"], ["text", "RT @TheMittani: TMC is back up, and this is the article they didn't want you to read: http://t.co/dQ0owGvE04 #tweetfleet #eveonline #babbys…"], ["tweet_id", "436917010878824448"], ["updated_at", "2014-02-22 11:45:46.463697"], ["user_handle", "Powersv2"], ["user_id", "449392396"], ["user_image_url", "https://pbs.twimg.com/profile_images/3270063992/e99fa3df48e604e0cb49d3f8a8d3bcc0_normal.png"], ["user_name", "Powers"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.464745"], ["hashtag_id", 1], ["hashtaggable_id", 166], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.464745"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436914421214875648' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 17:24:50.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436914421214875648"], ["updated_at", "2014-02-22 11:45:46.470772"], ["user_handle", "WhitePawn00"], ["user_id", "391152988"], ["user_image_url", "https://pbs.twimg.com/profile_images/432877941005893632/vixk05sr_normal.png"], ["user_name", "WhitePawn"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.471872"], ["hashtag_id", 1], ["hashtaggable_id", 167], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.471872"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436912834111606784' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 17:18:31.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436912834111606784"], ["updated_at", "2014-02-22 11:45:46.478815"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.480045"], ["hashtag_id", 1], ["hashtaggable_id", 168], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.480045"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436912653177335808' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 17:17:48.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436912653177335808"], ["updated_at", "2014-02-22 11:45:46.486860"], ["user_handle", "socks_the_fox"], ["user_id", "1226589362"], ["user_image_url", "https://pbs.twimg.com/profile_images/3317921408/ce26f1e307e7caf6e21ecbb58b6291aa_normal.png"], ["user_name", "Socks the Fox"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.488024"], ["hashtag_id", 1], ["hashtaggable_id", 169], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.488024"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436912408150704128' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 17:16:50.000000"], ["text", "RT @EveOnline: New Community spotlight on Sir Squeebles! #eveonline #tweetfleet http://t.co/z33C60qxK7"], ["tweet_id", "436912408150704128"], ["updated_at", "2014-02-22 11:45:46.493751"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.494861"], ["hashtag_id", 1], ["hashtaggable_id", 170], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.494861"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436912391247634432' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 17:16:46.000000"], ["text", "RT @EveOnline: Follow Friday! @CCP_Help -- a couple brave customer service reps now on Twitter. #eveonline #tweetfleet"], ["tweet_id", "436912391247634432"], ["updated_at", "2014-02-22 11:45:46.551365"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.552982"], ["hashtag_id", 1], ["hashtaggable_id", 171], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.552982"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436912113282732032' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 17:15:39.000000"], ["text", "Sorry for the delay in @SindelPellion's CZ piece today. Be up soon. It's a sad one :( #tweetfleet #eveonline"], ["tweet_id", "436912113282732032"], ["updated_at", "2014-02-22 11:45:46.559981"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.561133"], ["hashtag_id", 1], ["hashtaggable_id", 172], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.561133"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436911767390670848' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 17:14:17.000000"], ["text", "RT @EveOnline: New Community spotlight on Sir Squeebles! #eveonline #tweetfleet http://t.co/z33C60qxK7"], ["tweet_id", "436911767390670848"], ["updated_at", "2014-02-22 11:45:46.566677"], ["user_handle", "EVESirSqueebles"], ["user_id", "1042447310"], ["user_image_url", "https://pbs.twimg.com/profile_images/3033325171/87d83023813d75ed87cd2b10323ff880_normal.jpeg"], ["user_name", "Sir Squeebles"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.567725"], ["hashtag_id", 1], ["hashtaggable_id", 173], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.567725"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436909943565086720' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 17:07:02.000000"], ["text", "lol\n\nRT @TheMittani: http://t.co/OEzE0GOOEG #tweetfleet #eveonline"], ["tweet_id", "436909943565086720"], ["updated_at", "2014-02-22 11:45:46.573264"], ["user_handle", "jgschapa"], ["user_id", "211668846"], ["user_image_url", "https://pbs.twimg.com/profile_images/1159158561/Jess_and_Jor_normal.jpeg"], ["user_name", "Jose G Chapa"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.574337"], ["hashtag_id", 1], ["hashtaggable_id", 174], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.574337"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436909605156061185' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 17:05:41.000000"], ["text", "RT @erlendur: Tagging @EVESirSqueebles // RT @EveOnline: New Community spotlight on Sir Squeebles! #eveonline #tweetfleet http://t.co/ETPhP…"], ["tweet_id", "436909605156061185"], ["updated_at", "2014-02-22 11:45:46.579915"], ["user_handle", "EVESirSqueebles"], ["user_id", "1042447310"], ["user_image_url", "https://pbs.twimg.com/profile_images/3033325171/87d83023813d75ed87cd2b10323ff880_normal.jpeg"], ["user_name", "Sir Squeebles"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.581587"], ["hashtag_id", 1], ["hashtaggable_id", 175], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.581587"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436909308932915200' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 17:04:31.000000"], ["text", "#tweetfleet Community Spotlight: Sir Squeebles: \nThere are many streamers out there who have been ... http://t.co/XzS8U6HpYd #eveonline"], ["tweet_id", "436909308932915200"], ["updated_at", "2014-02-22 11:45:46.587821"], ["user_handle", "EVE_Virt"], ["user_id", "145632289"], ["user_image_url", "https://pbs.twimg.com/profile_images/1300622395/3d2eb5ee-e1e1-45f3-b8cb-3a4a830cb722_normal.png"], ["user_name", "Virtuozzo"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.589022"], ["hashtag_id", 1], ["hashtaggable_id", 176], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.589022"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436908963754676224' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 17:03:09.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Frigate Fleet Day! #tweetfleet #eveonline #TeamRomantics #Rushlock\n\nhttp://t.co/HFMlt7EyU5"], ["tweet_id", "436908963754676224"], ["updated_at", "2014-02-22 11:45:46.594776"], ["user_handle", "RVikary"], ["user_id", "1880864420"], ["user_image_url", "https://pbs.twimg.com/profile_images/422782435403649024/2tJS84KE_normal.jpeg"], ["user_name", "Rodrik Vikary"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.595915"], ["hashtag_id", 1], ["hashtaggable_id", 177], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.595915"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436907436088508416' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:57:04.000000"], ["text", "@helenbarrett @FT Anybody who's played #eveonline can tell you that spreadsheets are awesome..."], ["tweet_id", "436907436088508416"], ["updated_at", "2014-02-22 11:45:46.602575"], ["user_handle", "BuisnessWolf"], ["user_id", "2320512295"], ["user_image_url", "https://pbs.twimg.com/profile_images/429187419854757888/EjX_mayl_normal.jpeg"], ["user_name", "Wolf"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.604120"], ["hashtag_id", 1], ["hashtaggable_id", 178], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.604120"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436907231955517440' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:56:16.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/rjPjwhbmJ9\n\nMust be Amarr kit: Gallente would be prettier."], ["tweet_id", "436907231955517440"], ["updated_at", "2014-02-22 11:45:46.611233"], ["user_handle", "este_destirr"], ["user_id", "2166887203"], ["user_image_url", "https://pbs.twimg.com/profile_images/431106048976379904/NPhIWv4C_normal.jpeg"], ["user_name", "Este DeStirr"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.612363"], ["hashtag_id", 1], ["hashtaggable_id", 179], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.612363"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436905563327561728' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:49:38.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436905563327561728"], ["updated_at", "2014-02-22 11:45:46.618559"], ["user_handle", "lnsur"], ["user_id", "110250421"], ["user_image_url", "https://pbs.twimg.com/profile_images/668030383/maxpayne2x_normal.JPG"], ["user_name", "Insurgente"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.619620"], ["hashtag_id", 1], ["hashtaggable_id", 180], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.619620"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436903701861527552' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:42:14.000000"], ["text", "RT @evenews24: #tweetfleet Kirith Kodachi: Faction Warfare Wishlist http://t.co/i3JT254IPe #Articles #eveonline"], ["tweet_id", "436903701861527552"], ["updated_at", "2014-02-22 11:45:46.625355"], ["user_handle", "kirithkodachi"], ["user_id", "16665200"], ["user_image_url", "https://pbs.twimg.com/profile_images/434343905954234369/J9FA0W8g_normal.jpeg"], ["user_name", "Kirith Kodachi"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.626594"], ["hashtag_id", 1], ["hashtaggable_id", 181], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.626594"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436903634862100480' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:41:58.000000"], ["text", "New #eveonline Dev Blog #tweetfleet Community Spotlight: Sir Squeebles http://t.co/Ti9sXNTikc by CCP Eterne"], ["tweet_id", "436903634862100480"], ["updated_at", "2014-02-22 11:45:46.632552"], ["user_handle", "enkki"], ["user_id", "19195804"], ["user_image_url", "https://pbs.twimg.com/profile_images/2960607658/7883b776a943687771670b13c50a7091_normal.jpeg"], ["user_name", "Stuart Mitchell"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.633609"], ["hashtag_id", 1], ["hashtaggable_id", 182], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.633609"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436903266556071936' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:40:30.000000"], ["text", "RT @StevenTrux: #ARLAB #lottery lottery: Win a dominix BPO http://t.co/9LJGvDZd7P #eveonline"], ["tweet_id", "436903266556071936"], ["updated_at", "2014-02-22 11:45:46.640249"], ["user_handle", "YugoReventlov"], ["user_id", "159010443"], ["user_image_url", "https://pbs.twimg.com/profile_images/1318461695/1786641544_128_normal.jpg"], ["user_name", "Yugo Reventlov"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.641396"], ["hashtag_id", 1], ["hashtaggable_id", 183], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.641396"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436903207495671809' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:40:16.000000"], ["text", "RT @EveOnline: New Community spotlight on Sir Squeebles! #eveonline #tweetfleet http://t.co/z33C60qxK7"], ["tweet_id", "436903207495671809"], ["updated_at", "2014-02-22 11:45:46.647062"], ["user_handle", "CardSyn"], ["user_id", "319737326"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000158089268/3167dadc8212339a8ad3daaca4405e26_normal.jpeg"], ["user_name", "CardinalSyn"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.648209"], ["hashtag_id", 1], ["hashtaggable_id", 184], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.648209"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436903104072515584' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:39:51.000000"], ["text", "#tweetfleet Kirith Kodachi: Faction Warfare Wishlist http://t.co/i3JT254IPe #Articles #eveonline"], ["tweet_id", "436903104072515584"], ["updated_at", "2014-02-22 11:45:46.654885"], ["user_handle", "evenews24"], ["user_id", "167901620"], ["user_image_url", "https://pbs.twimg.com/profile_images/3132214338/1eb456e723b00ed80b9ed3b0d59d18ec_normal.png"], ["user_name", "EveNews24.com"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.656310"], ["hashtag_id", 1], ["hashtaggable_id", 185], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.656310"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436902861579223040' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:38:54.000000"], ["text", "RT @TheMittani: TMC is back up, and this is the article they didn't want you to read: http://t.co/dQ0owGvE04 #tweetfleet #eveonline #babbys…"], ["tweet_id", "436902861579223040"], ["updated_at", "2014-02-22 11:45:46.662184"], ["user_handle", "edmkone1"], ["user_id", "2333983615"], ["user_image_url", "https://pbs.twimg.com/profile_images/432372279322738690/mdXPLPN7_normal.png"], ["user_name", "Edmark1"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.663244"], ["hashtag_id", 1], ["hashtaggable_id", 186], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.663244"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436902246333546496' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:36:27.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436902246333546496"], ["updated_at", "2014-02-22 11:45:46.671006"], ["user_handle", "Kitsunami"], ["user_id", "882981542"], ["user_image_url", "https://pbs.twimg.com/profile_images/3724414888/c11c2c8be734ab23b54655d34d86cb95_normal.png"], ["user_name", "Kitsunami Lupo"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.672828"], ["hashtag_id", 1], ["hashtaggable_id", 187], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.672828"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436902199910998018' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:36:16.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436902199910998018"], ["updated_at", "2014-02-22 11:45:46.680218"], ["user_handle", "BusBadger"], ["user_id", "1219359300"], ["user_image_url", "https://pbs.twimg.com/profile_images/3307267965/a68f65c873ef25316a7fa4820e1613d1_normal.jpeg"], ["user_name", "Bus Badger"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.681378"], ["hashtag_id", 1], ["hashtaggable_id", 188], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.681378"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436901991470858240' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:35:26.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436901991470858240"], ["updated_at", "2014-02-22 11:45:46.687844"], ["user_handle", "KanibalThorne"], ["user_id", "30475868"], ["user_image_url", "https://pbs.twimg.com/profile_images/1465411646/2ndheadshotfoxdie_normal.jpg"], ["user_name", "Kanibal Thorne"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.689512"], ["hashtag_id", 1], ["hashtaggable_id", 189], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.689512"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436901986869739521' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:35:25.000000"], ["text", "Tagging @EVESirSqueebles // RT @EveOnline: New Community spotlight on Sir Squeebles! #eveonline #tweetfleet http://t.co/ETPhPvFAoL"], ["tweet_id", "436901986869739521"], ["updated_at", "2014-02-22 11:45:46.696250"], ["user_handle", "erlendur"], ["user_id", "30846470"], ["user_image_url", "https://pbs.twimg.com/profile_images/3008274003/d9bdcd1655e37cf795159a93bc609005_normal.jpeg"], ["user_name", "Erlendur"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.697864"], ["hashtag_id", 1], ["hashtaggable_id", 190], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.697864"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436901900848746496' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:35:05.000000"], ["text", "RT @EveOnline: New Community spotlight on Sir Squeebles! #eveonline #tweetfleet http://t.co/z33C60qxK7"], ["tweet_id", "436901900848746496"], ["updated_at", "2014-02-22 11:45:46.704010"], ["user_handle", "awanderingjon"], ["user_id", "246794034"], ["user_image_url", "https://pbs.twimg.com/profile_images/416928628232826881/qa6mBoOl_normal.jpeg"], ["user_name", "Mangala Solaris"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.705142"], ["hashtag_id", 1], ["hashtaggable_id", 191], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.705142"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436901548216827904' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:33:41.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436901548216827904"], ["updated_at", "2014-02-22 11:45:46.711411"], ["user_handle", "shackdavid"], ["user_id", "15430230"], ["user_image_url", "https://pbs.twimg.com/profile_images/1402747961/me_and_kitty_normal.jpg"], ["user_name", "shackcat"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.712538"], ["hashtag_id", 1], ["hashtaggable_id", 192], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.712538"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436901282687643648' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:32:37.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Frigate Fleet Day! #tweetfleet #eveonline #TeamRomantics #Rushlock\n\nhttp://t.co/HFMlt7EyU5"], ["tweet_id", "436901282687643648"], ["updated_at", "2014-02-22 11:45:46.718637"], ["user_handle", "Eastnq"], ["user_id", "320721244"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000244023687/ed868bd944ef2ef19af16c93a404a89c_normal.jpeg"], ["user_name", "EastNQ"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.720085"], ["hashtag_id", 1], ["hashtaggable_id", 193], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.720085"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436901272914886656' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:32:35.000000"], ["text", "RT @TheMittani: TMC is back up, and this is the article they didn't want you to read: http://t.co/dQ0owGvE04 #tweetfleet #eveonline #babbys…"], ["tweet_id", "436901272914886656"], ["updated_at", "2014-02-22 11:45:46.727134"], ["user_handle", "knkmotoh"], ["user_id", "707382475"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000803140264/584b5a3baab8495dfb6609c3a2641064_normal.png"], ["user_name", "motoh"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.728269"], ["hashtag_id", 1], ["hashtaggable_id", 194], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.728269"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436901170477826048' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:32:10.000000"], ["text", "RT @EveOnline: New Community spotlight on Sir Squeebles! #eveonline #tweetfleet http://t.co/z33C60qxK7"], ["tweet_id", "436901170477826048"], ["updated_at", "2014-02-22 11:45:46.733667"], ["user_handle", "RVikary"], ["user_id", "1880864420"], ["user_image_url", "https://pbs.twimg.com/profile_images/422782435403649024/2tJS84KE_normal.jpeg"], ["user_name", "Rodrik Vikary"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.734716"], ["hashtag_id", 1], ["hashtaggable_id", 195], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.734716"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436901096247005184' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:31:53.000000"], ["text", "New Community spotlight on Sir Squeebles! #eveonline #tweetfleet http://t.co/z33C60qxK7"], ["tweet_id", "436901096247005184"], ["updated_at", "2014-02-22 11:45:46.740471"], ["user_handle", "EveOnline"], ["user_id", "121999927"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000735651808/0e7b3263b081669af039d3f682504aa0_normal.jpeg"], ["user_name", "EVE Online"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.741849"], ["hashtag_id", 1], ["hashtaggable_id", 196], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.741849"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436901089707687938' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:31:51.000000"], ["text", "RT @FunkyBacon: 90 Day kill Tally: \nGal Mil: 83k\nCal Mil: 76k\nAmarr: 67k\nGoonswarm: 55k\nMinmatar: 47k\nRvB: 45k\n#tweetfleet #eveonline"], ["tweet_id", "436901089707687938"], ["updated_at", "2014-02-22 11:45:46.748329"], ["user_handle", "Julianus_Soter"], ["user_id", "183508700"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000707811902/aca9d4c5f0c5f47e2da037ef8f22ab9c_normal.jpeg"], ["user_name", "Julianus Soter"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.749483"], ["hashtag_id", 1], ["hashtaggable_id", 197], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.749483"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436900975144472576' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:31:24.000000"], ["text", "TMC is back up, and this is the article they didn't want you to read: http://t.co/dQ0owGvE04 #tweetfleet #eveonline #babbysfirstddos"], ["tweet_id", "436900975144472576"], ["updated_at", "2014-02-22 11:45:46.755163"], ["user_handle", "TheMittani"], ["user_id", "39600392"], ["user_image_url", "https://pbs.twimg.com/profile_images/301849563/yesmittensdid_normal.jpg"], ["user_name", "The Mittani"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.756296"], ["hashtag_id", 1], ["hashtaggable_id", 198], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.756296"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436900778385870848' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:30:37.000000"], ["text", "RT @EveOnline: Follow Friday! @CCP_Help -- a couple brave customer service reps now on Twitter. #eveonline #tweetfleet"], ["tweet_id", "436900778385870848"], ["updated_at", "2014-02-22 11:45:46.762095"], ["user_handle", "erlendur"], ["user_id", "30846470"], ["user_image_url", "https://pbs.twimg.com/profile_images/3008274003/d9bdcd1655e37cf795159a93bc609005_normal.jpeg"], ["user_name", "Erlendur"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.763182"], ["hashtag_id", 1], ["hashtaggable_id", 199], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.763182"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436899367623356416' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:25:01.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436899367623356416"], ["updated_at", "2014-02-22 11:45:46.770319"], ["user_handle", "DrazerEVE"], ["user_id", "87725493"], ["user_image_url", "https://pbs.twimg.com/profile_images/2043016674/image_normal.jpg"], ["user_name", "Drazer"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:46.771826"], ["hashtag_id", 1], ["hashtaggable_id", 200], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:46.771826"]]  (1.1ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436898780416589825' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:22:41.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436898780416589825"], ["updated_at", "2014-02-22 11:45:47.928522"], ["user_handle", "MobliMic"], ["user_id", "380189577"], ["user_image_url", "https://pbs.twimg.com/profile_images/1741284075/avatar_normal.png"], ["user_name", "Michael Craddock"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:47.929645"], ["hashtag_id", 1], ["hashtaggable_id", 201], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:47.929645"]]  (2.6ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436898035738894336' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:19:43.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436898035738894336"], ["updated_at", "2014-02-22 11:45:47.938087"], ["user_handle", "veetor_in_eve"], ["user_id", "2292581851"], ["user_image_url", "https://pbs.twimg.com/profile_images/428556850179883008/JqbsvxnC_normal.jpeg"], ["user_name", "Veetor'Nara"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:47.939184"], ["hashtag_id", 1], ["hashtaggable_id", 202], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:47.939184"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436897846332518400' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:18:58.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436897846332518400"], ["updated_at", "2014-02-22 11:45:47.945541"], ["user_handle", "HeftySchlumpf"], ["user_id", "168313489"], ["user_image_url", "https://pbs.twimg.com/profile_images/3630926384/350ebe3d264d769526f38eaabc023398_normal.png"], ["user_name", "LD"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:47.946601"], ["hashtag_id", 1], ["hashtaggable_id", 203], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:47.946601"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.1ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436895770814345216' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:10:43.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436895770814345216"], ["updated_at", "2014-02-22 11:45:47.952600"], ["user_handle", "Jetty255"], ["user_id", "166827267"], ["user_image_url", "https://pbs.twimg.com/profile_images/436711528968892416/gSWR0mUg_normal.jpeg"], ["user_name", "Jet"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:47.953679"], ["hashtag_id", 1], ["hashtaggable_id", 204], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:47.953679"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436895092557623296' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:08:01.000000"], ["text", "Лучшие научно-фантастические фильмы 2014 года | EVE Online Russia http://t.co/p2yJjFUcFk #eveonline Они стоят того, чтобы их увидели"], ["tweet_id", "436895092557623296"], ["updated_at", "2014-02-22 11:45:47.958909"], ["user_handle", "yar2r"], ["user_id", "1465081508"], ["user_image_url", "https://pbs.twimg.com/profile_images/3726326570/468a499eaac4e16c32f01ce5bd2e2a83_normal.png"], ["user_name", "Yar2R"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:47.960225"], ["hashtag_id", 1], ["hashtaggable_id", 205], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:47.960225"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436894859501514752' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 16:07:06.000000"], ["text", "About to break 2,500 subscribers on https://t.co/7rtqRGwSr1 That's pretty amazing, thank you! #tweetfleet #eveonline #uboat"], ["tweet_id", "436894859501514752"], ["updated_at", "2014-02-22 11:45:47.966486"], ["user_handle", "Asayanami"], ["user_id", "25164223"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000615855924/b570fa598da8eecd0c22206f510ffff5_normal.png"], ["user_name", "Asayanami Dei"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:47.967627"], ["hashtag_id", 1], ["hashtaggable_id", 206], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:47.967627"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436891407375421440' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:53:23.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436891407375421440"], ["updated_at", "2014-02-22 11:45:47.973881"], ["user_handle", "drapkos"], ["user_id", "608997743"], ["user_image_url", "https://pbs.twimg.com/profile_images/2311867134/kkghlcl719lv2q2vuso8_normal.jpeg"], ["user_name", "Drapko Nitzhonot"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:47.975015"], ["hashtag_id", 1], ["hashtaggable_id", 207], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:47.975015"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436890989631139842' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:51:43.000000"], ["text", "\"When in Roam, do as the roamers do.\" #tweetfleet #eveonline"], ["tweet_id", "436890989631139842"], ["updated_at", "2014-02-22 11:45:47.980756"], ["user_handle", "TweetOliveur"], ["user_id", "219150629"], ["user_image_url", "https://pbs.twimg.com/profile_images/1537518805/photo_1_normal.JPG"], ["user_name", "Oskar Romeo"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:47.981803"], ["hashtag_id", 1], ["hashtaggable_id", 208], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:47.981803"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436889429135740928' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:45:31.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436889429135740928"], ["updated_at", "2014-02-22 11:45:47.987953"], ["user_handle", "fruitbasket75"], ["user_id", "343712960"], ["user_image_url", "https://pbs.twimg.com/profile_images/1701210665/bunny_normal.jpg"], ["user_name", "Tom Mephistopheles"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:47.989185"], ["hashtag_id", 1], ["hashtaggable_id", 209], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:47.989185"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436889304510369792' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:45:01.000000"], ["text", "http://t.co/jRzFFmJ7fy that time of day eve friends! Pleas vote, share and listen! Let's get us to ohio! #tweetfleet #eveonline"], ["tweet_id", "436889304510369792"], ["updated_at", "2014-02-22 11:45:47.995416"], ["user_handle", "RyliaSzet"], ["user_id", "383347965"], ["user_image_url", "https://pbs.twimg.com/profile_images/1568287386/1534337289_128_normal.jpg"], ["user_name", "Rylia"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:47.996662"], ["hashtag_id", 1], ["hashtaggable_id", 210], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:47.996662"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436889041951133697' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:43:59.000000"], ["text", "RT @evenews24: #tweetfleet Open Thread: 0-W captured, now what? http://t.co/Ft2QQJibhG #News24 #CFC #eveonline"], ["tweet_id", "436889041951133697"], ["updated_at", "2014-02-22 11:45:48.002349"], ["user_handle", "fruitbasket75"], ["user_id", "343712960"], ["user_image_url", "https://pbs.twimg.com/profile_images/1701210665/bunny_normal.jpg"], ["user_name", "Tom Mephistopheles"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.003381"], ["hashtag_id", 1], ["hashtaggable_id", 211], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.003381"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436888301258043392' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:41:02.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436888301258043392"], ["updated_at", "2014-02-22 11:45:48.009891"], ["user_handle", "SigrunArbosa"], ["user_id", "2351861113"], ["user_image_url", "https://pbs.twimg.com/profile_images/436161912389136384/x_zjb1qq_normal.jpeg"], ["user_name", "Sigrun Arbosa"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.011390"], ["hashtag_id", 1], ["hashtaggable_id", 212], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.011390"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436887313843363840' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:37:07.000000"], ["text", "#tweetfleet Jester’s Trek: Comment of the Week – Troll http://t.co/crzu5fG3eS #Articles #eveonline"], ["tweet_id", "436887313843363840"], ["updated_at", "2014-02-22 11:45:48.017697"], ["user_handle", "evenews24"], ["user_id", "167901620"], ["user_image_url", "https://pbs.twimg.com/profile_images/3132214338/1eb456e723b00ed80b9ed3b0d59d18ec_normal.png"], ["user_name", "EveNews24.com"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.018848"], ["hashtag_id", 1], ["hashtaggable_id", 213], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.018848"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436887304406192128' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:37:05.000000"], ["text", "#tweetfleet Open Thread: 0-W captured, now what? http://t.co/Ft2QQJibhG #News24 #CFC #eveonline"], ["tweet_id", "436887304406192128"], ["updated_at", "2014-02-22 11:45:48.024722"], ["user_handle", "evenews24"], ["user_id", "167901620"], ["user_image_url", "https://pbs.twimg.com/profile_images/3132214338/1eb456e723b00ed80b9ed3b0d59d18ec_normal.png"], ["user_name", "EveNews24.com"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.025926"], ["hashtag_id", 1], ["hashtaggable_id", 214], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.025926"]]  (1.2ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436887287918780416' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:37:01.000000"], ["text", "#ARLABShop Dominix BPO ME50 PE25 lottery\n403 tickets left, try your luck!\nhttp://t.co/uribvE4dbF #eveonline #lottery"], ["tweet_id", "436887287918780416"], ["updated_at", "2014-02-22 11:45:48.032089"], ["user_handle", "StevenTrux"], ["user_id", "1154985950"], ["user_image_url", "https://pbs.twimg.com/profile_images/3677608021/7a56b0ca119559f3072f356d9624467a_normal.jpeg"], ["user_name", "Steven Trux"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.033138"], ["hashtag_id", 1], ["hashtaggable_id", 215], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.033138"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436886215623999488' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:32:45.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436886215623999488"], ["updated_at", "2014-02-22 11:45:48.040403"], ["user_handle", "beauduquette"], ["user_id", "52544436"], ["user_image_url", "https://pbs.twimg.com/profile_images/2948595342/17db0b315a42713b060668df101bfc53_normal.jpeg"], ["user_name", "beau duquette"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.041706"], ["hashtag_id", 1], ["hashtaggable_id", 216], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.041706"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436885157489147904' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:28:33.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436885157489147904"], ["updated_at", "2014-02-22 11:45:48.048686"], ["user_handle", "nJensen_HH"], ["user_id", "254799381"], ["user_image_url", "https://pbs.twimg.com/profile_images/422096323446185984/2Lxt1f7y_normal.jpeg"], ["user_name", "Nico Jensen"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.049883"], ["hashtag_id", 1], ["hashtaggable_id", 217], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.049883"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436885034344386560' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:28:03.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436885034344386560"], ["updated_at", "2014-02-22 11:45:48.056226"], ["user_handle", "zintrex"], ["user_id", "2284469783"], ["user_image_url", "https://pbs.twimg.com/profile_images/423566527745359872/OKlq1ajt_normal.png"], ["user_name", "zintrex reppola"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.057292"], ["hashtag_id", 1], ["hashtaggable_id", 218], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.057292"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436884767691513856' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:27:00.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436884767691513856"], ["updated_at", "2014-02-22 11:45:48.064179"], ["user_handle", "BleuCorbeau"], ["user_id", "158866863"], ["user_image_url", "https://pbs.twimg.com/profile_images/2561863128/2xy34fh80uuwoj5p2irn_normal.jpeg"], ["user_name", "Corbeau Bleu"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.065375"], ["hashtag_id", 1], ["hashtaggable_id", 219], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.065375"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436884753724481536' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:26:56.000000"], ["text", "Toon strategy - How does my new Toonbee live and train? - http://t.co/bc8AUQStI0 #Eveonline #Tweetfleet"], ["tweet_id", "436884753724481536"], ["updated_at", "2014-02-22 11:45:48.071121"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.072278"], ["hashtag_id", 1], ["hashtaggable_id", 220], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.072278"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436884672619229184' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:26:37.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Frigate Fleet Day! #tweetfleet #eveonline #TeamRomantics #Rushlock\n\nhttp://t.co/HFMlt7EyU5"], ["tweet_id", "436884672619229184"], ["updated_at", "2014-02-22 11:45:48.078142"], ["user_handle", "Momijisu"], ["user_id", "227137926"], ["user_image_url", "https://pbs.twimg.com/profile_images/412361085912489984/XUTcTXrN_normal.jpeg"], ["user_name", "Morgan Wellden"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.079327"], ["hashtag_id", 1], ["hashtaggable_id", 221], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.079327"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436884139938447360' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:24:30.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436884139938447360"], ["updated_at", "2014-02-22 11:45:48.085576"], ["user_handle", "vashts6583"], ["user_id", "1159851638"], ["user_image_url", "https://pbs.twimg.com/profile_images/432192998303354881/_63fEqBD_normal.jpeg"], ["user_name", "Rob Metzger"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.086623"], ["hashtag_id", 1], ["hashtaggable_id", 222], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.086623"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436883850489110528' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:23:21.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436883850489110528"], ["updated_at", "2014-02-22 11:45:48.094087"], ["user_handle", "Lord_Platypus"], ["user_id", "21547950"], ["user_image_url", "https://pbs.twimg.com/profile_images/1336767806/Lord_PlatypusIV_normal.jpg"], ["user_name", "Lord Platypus"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.095472"], ["hashtag_id", 1], ["hashtaggable_id", 223], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.095472"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436883680251088897' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:22:40.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436883680251088897"], ["updated_at", "2014-02-22 11:45:48.102207"], ["user_handle", "codextreme"], ["user_id", "40898024"], ["user_image_url", "https://pbs.twimg.com/profile_images/219255024/hardware01-300x205_normal.jpg"], ["user_name", "☢codeXtreme☢"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.103327"], ["hashtag_id", 1], ["hashtaggable_id", 224], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.103327"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436883378466717696' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:21:29.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436883378466717696"], ["updated_at", "2014-02-22 11:45:48.109554"], ["user_handle", "ROMANbl4"], ["user_id", "62584052"], ["user_image_url", "https://pbs.twimg.com/profile_images/2169513384/Kva_normal.png"], ["user_name", "Roman Grishenkov"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.110611"], ["hashtag_id", 1], ["hashtaggable_id", 225], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.110611"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436883189227716608' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:20:43.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436883189227716608"], ["updated_at", "2014-02-22 11:45:48.117821"], ["user_handle", "The0Antagonist"], ["user_id", "130541559"], ["user_image_url", "https://pbs.twimg.com/profile_images/3285417984/a17c679698dc75365b3e4559c295e8b6_normal.jpeg"], ["user_name", "TheAntagonist"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.119002"], ["hashtag_id", 1], ["hashtaggable_id", 226], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.119002"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436882811019350016' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:19:13.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436882811019350016"], ["updated_at", "2014-02-22 11:45:48.125423"], ["user_handle", "KobaltHusky"], ["user_id", "190070411"], ["user_image_url", "https://pbs.twimg.com/profile_images/1659532195/sirodderp1_FA2_normal.png"], ["user_name", "Lt. Robustin"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.126597"], ["hashtag_id", 1], ["hashtaggable_id", 227], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.126597"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436882739581943808' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:18:56.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436882739581943808"], ["updated_at", "2014-02-22 11:45:48.133149"], ["user_handle", "robot_online"], ["user_id", "106989602"], ["user_image_url", "https://pbs.twimg.com/profile_images/3313199098/c41970bbbb46211c7eda3cbff2477550_normal.jpeg"], ["user_name", "Бакшеев Сергей"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.134318"], ["hashtag_id", 1], ["hashtaggable_id", 228], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.134318"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436882571851735040' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:18:16.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436882571851735040"], ["updated_at", "2014-02-22 11:45:48.140827"], ["user_handle", "qu1ckkkk"], ["user_id", "599250234"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000658720438/a28a6837dabcbf3cf92de2c19799cbd2_normal.jpeg"], ["user_name", "qu1ckkkk"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.141979"], ["hashtag_id", 1], ["hashtaggable_id", 229], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.141979"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436882392054128640' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:17:33.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436882392054128640"], ["updated_at", "2014-02-22 11:45:48.149093"], ["user_handle", "GhostSights"], ["user_id", "433494543"], ["user_image_url", "https://pbs.twimg.com/profile_images/2570807795/f09mj9atgabh9joegxdr_normal.jpeg"], ["user_name", "Ghost Sights"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.150524"], ["hashtag_id", 1], ["hashtaggable_id", 230], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.150524"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436881872451538944' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:15:29.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436881872451538944"], ["updated_at", "2014-02-22 11:45:48.157578"], ["user_handle", "Millhauz"], ["user_id", "40341085"], ["user_image_url", "https://pbs.twimg.com/profile_images/1427386761/13574_normal.jpg"], ["user_name", "Filip Rybář"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.158726"], ["hashtag_id", 1], ["hashtaggable_id", 231], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.158726"]]  (9.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436881629152571392' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:14:31.000000"], ["text", "Dual Toon strategy in action - Toonbee is born... - http://t.co/qLkdV0hL1A #Eveonline #Tweetfleet"], ["tweet_id", "436881629152571392"], ["updated_at", "2014-02-22 11:45:48.174681"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.176203"], ["hashtag_id", 1], ["hashtaggable_id", 232], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.176203"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436880565388980224' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:10:18.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436880565388980224"], ["updated_at", "2014-02-22 11:45:48.183374"], ["user_handle", "PinkyStavo"], ["user_id", "177615078"], ["user_image_url", "https://pbs.twimg.com/profile_images/2803157710/d38329c230bd82969511dab435053f01_normal.png"], ["user_name", "Pinky Stavo"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.184537"], ["hashtag_id", 1], ["hashtaggable_id", 233], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.184537"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436880356134764545' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:09:28.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436880356134764545"], ["updated_at", "2014-02-22 11:45:48.190607"], ["user_handle", "jay_westen"], ["user_id", "1726025564"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000408804966/e3a296a03236bc597e9684caab29e536_normal.jpeg"], ["user_name", "Jay Westen"]] SQL (0.3ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.191975"], ["hashtag_id", 1], ["hashtaggable_id", 234], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.191975"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436880348509908992' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:09:26.000000"], ["image_url", "https://pbs.twimg.com/media/BfuFZheCUAAAd7j.jpg"], ["text", "RT @EVEUniverse: RT @EveOnline: Announcing a monument to #eveonline players to be built in #iceland http://t.co/wMr6pa9xRN #art http://t.co…"], ["tweet_id", "436880348509908992"], ["updated_at", "2014-02-22 11:45:48.201191"], ["user_handle", "PukingUnicornPo"], ["user_id", "592672441"], ["user_image_url", "https://pbs.twimg.com/profile_images/423113442812129280/ZXYxguZD_normal.jpeg"], ["user_name", "Puking Unicorn Pony"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.202866"], ["hashtag_id", 1], ["hashtaggable_id", 235], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.202866"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436880165122359296' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:08:42.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436880165122359296"], ["updated_at", "2014-02-22 11:45:48.209819"], ["user_handle", "Panterdjuret"], ["user_id", "7791482"], ["user_image_url", "https://pbs.twimg.com/profile_images/352343119/Paogosquare_tw_multi2_normal.PNG"], ["user_name", "Terrorkittens"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.210977"], ["hashtag_id", 1], ["hashtaggable_id", 236], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.210977"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436879942144372737' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:07:49.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Frigate Fleet Day! #tweetfleet #eveonline #TeamRomantics #Rushlock\n\nhttp://t.co/HFMlt7EyU5"], ["tweet_id", "436879942144372737"], ["updated_at", "2014-02-22 11:45:48.216725"], ["user_handle", "RJReed67"], ["user_id", "19339719"], ["user_image_url", "https://pbs.twimg.com/profile_images/72544187/Avatar-Hungover_normal.gif"], ["user_name", "Ronald Reed"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.217808"], ["hashtag_id", 1], ["hashtaggable_id", 237], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.217808"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436879841611497472' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:07:25.000000"], ["text", "Yeah, I play #eveonline #spaceaccountants"], ["tweet_id", "436879841611497472"], ["updated_at", "2014-02-22 11:45:48.223986"], ["user_handle", "Ledrayziez"], ["user_id", "2240241919"], ["user_image_url", "https://pbs.twimg.com/profile_images/413374857716305921/nHbxt-Ud_normal.jpeg"], ["user_name", "Aaron Ledray"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.225328"], ["hashtag_id", 1], ["hashtaggable_id", 238], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.225328"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436879706118713344' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:06:53.000000"], ["text", "#ARLABShop Lotteries\nTry your luck!\nhttp://t.co/qnsF2lor1E #eveonline #lottery"], ["tweet_id", "436879706118713344"], ["updated_at", "2014-02-22 11:45:48.231981"], ["user_handle", "StevenTrux"], ["user_id", "1154985950"], ["user_image_url", "https://pbs.twimg.com/profile_images/3677608021/7a56b0ca119559f3072f356d9624467a_normal.jpeg"], ["user_name", "Steven Trux"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.233137"], ["hashtag_id", 1], ["hashtaggable_id", 239], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.233137"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436879058690142208' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:04:19.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436879058690142208"], ["updated_at", "2014-02-22 11:45:48.239378"], ["user_handle", "MalefOcularis"], ["user_id", "235616426"], ["user_image_url", "https://pbs.twimg.com/profile_images/1210258485/ava12_normal.jpg"], ["user_name", "Utkin Alexandr"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.240432"], ["hashtag_id", 1], ["hashtaggable_id", 240], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.240432"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436879009469964289' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:04:07.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436879009469964289"], ["updated_at", "2014-02-22 11:45:48.246752"], ["user_handle", "StevenTrux"], ["user_id", "1154985950"], ["user_image_url", "https://pbs.twimg.com/profile_images/3677608021/7a56b0ca119559f3072f356d9624467a_normal.jpeg"], ["user_name", "Steven Trux"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.248467"], ["hashtag_id", 1], ["hashtaggable_id", 241], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.248467"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436878889210896384' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:03:38.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436878889210896384"], ["updated_at", "2014-02-22 11:45:48.255099"], ["user_handle", "Yankeevic"], ["user_id", "17616785"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000483628187/2b7d2ffe3688631cf91d81bee47c190c_normal.jpeg"], ["user_name", "Yankeevic"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.256245"], ["hashtag_id", 1], ["hashtaggable_id", 242], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.256245"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436878852359725056' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:03:29.000000"], ["text", "Follow Friday! @CCP_Help -- a couple brave customer service reps now on Twitter. #eveonline #tweetfleet"], ["tweet_id", "436878852359725056"], ["updated_at", "2014-02-22 11:45:48.262183"], ["user_handle", "EveOnline"], ["user_id", "121999927"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000735651808/0e7b3263b081669af039d3f682504aa0_normal.jpeg"], ["user_name", "EVE Online"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.263335"], ["hashtag_id", 1], ["hashtaggable_id", 243], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.263335"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436878712530018306' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:02:56.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436878712530018306"], ["updated_at", "2014-02-22 11:45:48.269861"], ["user_handle", "SilverArmanis"], ["user_id", "88295144"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000202540042/938ec1d02e6af9bde15130c88f9a3130_normal.png"], ["user_name", "Fanspastic Mr Foon"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.270962"], ["hashtag_id", 1], ["hashtaggable_id", 244], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.270962"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436878510947172352' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:02:08.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436878510947172352"], ["updated_at", "2014-02-22 11:45:48.278729"], ["user_handle", "powqo"], ["user_id", "500506735"], ["user_image_url", "https://pbs.twimg.com/profile_images/437044067608694784/xMammpgp_normal.png"], ["user_name", "毎度"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.280165"], ["hashtag_id", 1], ["hashtaggable_id", 245], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.280165"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436878342575628288' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:01:28.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436878342575628288"], ["updated_at", "2014-02-22 11:45:48.286682"], ["user_handle", "EVE_WOLFPACKED"], ["user_id", "1392354948"], ["user_image_url", "https://pbs.twimg.com/profile_images/3595908601/8525479432adf7328b77ef275d583e6d_normal.jpeg"], ["user_name", "ONE-MAN WOLF-PACK"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.340643"], ["hashtag_id", 1], ["hashtaggable_id", 246], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.340643"]]  (2.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436878289592803328' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:01:15.000000"], ["text", "RT @RixxJavix: NEW Post: Gooder Eve Tactical Bookmarks http://t.co/B2QKHV2vv1 #tweetfleet #eveonline Be sure to bookmark this idear!"], ["tweet_id", "436878289592803328"], ["updated_at", "2014-02-22 11:45:48.349498"], ["user_handle", "Cookie_Stein"], ["user_id", "532233341"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000630421621/02b72780c34fff83b144af788032260c_normal.jpeg"], ["user_name", "CookieStein"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.350647"], ["hashtag_id", 1], ["hashtaggable_id", 247], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.350647"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436878187487068160' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:00:51.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436878187487068160"], ["updated_at", "2014-02-22 11:45:48.357151"], ["user_handle", "CCP_Help"], ["user_id", "2230427473"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000829762764/267e79ea2b7a81ff23fc888a998cd1e9_normal.png"], ["user_name", "CCP Customer Service"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.358254"], ["hashtag_id", 1], ["hashtaggable_id", 248], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.358254"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436878140615688192' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:00:40.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436878140615688192"], ["updated_at", "2014-02-22 11:45:48.364420"], ["user_handle", "xiolaja"], ["user_id", "315216811"], ["user_image_url", "https://pbs.twimg.com/profile_images/1465731843/RavenH1_normal.jpg"], ["user_name", "Raven Hyperbollic"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.365469"], ["hashtag_id", 1], ["hashtaggable_id", 249], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.365469"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436878128716455936' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:00:37.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436878128716455936"], ["updated_at", "2014-02-22 11:45:48.371837"], ["user_handle", "SirTekki"], ["user_id", "2326056044"], ["user_image_url", "https://pbs.twimg.com/profile_images/430456866867408896/3bRTDrLQ_normal.jpeg"], ["user_name", "Tekki"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.372908"], ["hashtag_id", 1], ["hashtaggable_id", 250], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.372908"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436878106175873024' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:00:31.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436878106175873024"], ["updated_at", "2014-02-22 11:45:48.380063"], ["user_handle", "kizakiaoi"], ["user_id", "96763061"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000193089696/e2eded7b18951871cd22f9c048b43d7a_normal.png"], ["user_name", "希崎葵@学舎の園参加予定"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.381236"], ["hashtag_id", 1], ["hashtaggable_id", 251], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.381236"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436878098970451968' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:00:30.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436878098970451968"], ["updated_at", "2014-02-22 11:45:48.387690"], ["user_handle", "TsumeShiro"], ["user_id", "80315797"], ["user_image_url", "https://pbs.twimg.com/profile_images/1646137885/kUf5ik9Y_normal"], ["user_name", "爪"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.388828"], ["hashtag_id", 1], ["hashtaggable_id", 252], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.388828"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436878057581064192' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:00:20.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436878057581064192"], ["updated_at", "2014-02-22 11:45:48.395204"], ["user_handle", "TabureteVeloz"], ["user_id", "132325512"], ["user_image_url", "https://pbs.twimg.com/profile_images/3613491591/b109e445ccd06e9eea98d9d1684fa9c9_normal.jpeg"], ["user_name", "Iván"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.396309"], ["hashtag_id", 1], ["hashtaggable_id", 253], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.396309"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436878051142410241' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:00:18.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436878051142410241"], ["updated_at", "2014-02-22 11:45:48.402566"], ["user_handle", "MLGCoward"], ["user_id", "98192499"], ["user_image_url", "https://pbs.twimg.com/profile_images/429780162696458240/wbJGKDxK_normal.jpeg"], ["user_name", "Alex Coward Watson"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.403635"], ["hashtag_id", 1], ["hashtaggable_id", 254], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.403635"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436878030490058752' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:00:13.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436878030490058752"], ["updated_at", "2014-02-22 11:45:48.411501"], ["user_handle", "simonszu"], ["user_id", "14065732"], ["user_image_url", "https://pbs.twimg.com/profile_images/1817530979/avatar_normal.png"], ["user_name", "tatonka"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.412917"], ["hashtag_id", 1], ["hashtaggable_id", 255], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.412917"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436878004837711872' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 15:00:07.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436878004837711872"], ["updated_at", "2014-02-22 11:45:48.419396"], ["user_handle", "SMDFarley"], ["user_id", "610183624"], ["user_image_url", "https://pbs.twimg.com/profile_images/417475765920215040/PErgCim3_normal.png"], ["user_name", "SM Farley"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.420448"], ["hashtag_id", 1], ["hashtaggable_id", 256], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.420448"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436877886507585536' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:59:39.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436877886507585536"], ["updated_at", "2014-02-22 11:45:48.427003"], ["user_handle", "radiatalare"], ["user_id", "333315873"], ["user_image_url", "https://pbs.twimg.com/profile_images/425731612773335040/LpbLTRgP_normal.png"], ["user_name", "ラディアータ@Rorqual"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.428671"], ["hashtag_id", 1], ["hashtaggable_id", 257], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.428671"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436877822926147584' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:59:24.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436877822926147584"], ["updated_at", "2014-02-22 11:45:48.435331"], ["user_handle", "robespierresan"], ["user_id", "111214442"], ["user_image_url", "https://pbs.twimg.com/profile_images/436161058714025987/EKM_yZnJ_normal.jpeg"], ["user_name", "ステマではないロベピ"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.436490"], ["hashtag_id", 1], ["hashtaggable_id", 258], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.436490"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436877797223452672' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:59:18.000000"], ["text", "RT @TheMittani: 0-Where Is Your Progod Now, a station to be owned by Goontanamo Bay [WTRBD] in 0-W778 #tweetfleet #eveonline"], ["tweet_id", "436877797223452672"], ["updated_at", "2014-02-22 11:45:48.442451"], ["user_handle", "zakn"], ["user_id", "24337905"], ["user_image_url", "https://pbs.twimg.com/profile_images/416243707403190272/wzx3hjAg_normal.jpeg"], ["user_name", "Zakn"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.443584"], ["hashtag_id", 1], ["hashtaggable_id", 259], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.443584"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436877724926615552' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:59:01.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436877724926615552"], ["updated_at", "2014-02-22 11:45:48.449879"], ["user_handle", "SpcMonkeysDown"], ["user_id", "1213718924"], ["user_image_url", "https://pbs.twimg.com/profile_images/416281492768059392/jy0nhBO1_normal.png"], ["user_name", "Space Monkeys Down"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.450980"], ["hashtag_id", 1], ["hashtaggable_id", 260], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.450980"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436877557841936384' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:58:21.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436877557841936384"], ["updated_at", "2014-02-22 11:45:48.458008"], ["user_handle", "vanishing_fire"], ["user_id", "372639335"], ["user_image_url", "https://pbs.twimg.com/profile_images/421956643404800002/yKBk6NfA_normal.jpeg"], ["user_name", "くろつき@黒蟻社長"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.459441"], ["hashtag_id", 1], ["hashtaggable_id", 261], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.459441"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436877477022289920' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:58:02.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436877477022289920"], ["updated_at", "2014-02-22 11:45:48.466707"], ["user_handle", "ZetaTwo"], ["user_id", "34030964"], ["user_image_url", "https://pbs.twimg.com/profile_images/2742374181/16498905c6eb5feda4a1363b5985a6b5_normal.jpeg"], ["user_name", "Calle Svensson"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.467820"], ["hashtag_id", 1], ["hashtaggable_id", 262], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.467820"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436877435930689536' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:57:52.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436877435930689536"], ["updated_at", "2014-02-22 11:45:48.474129"], ["user_handle", "MiukuMac"], ["user_id", "254944117"], ["user_image_url", "https://pbs.twimg.com/profile_images/411697247370235904/jPMJ7QlR_normal.jpeg"], ["user_name", "Miuku"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.475184"], ["hashtag_id", 1], ["hashtaggable_id", 263], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.475184"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436877432235491328' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:57:51.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436877432235491328"], ["updated_at", "2014-02-22 11:45:48.481921"], ["user_handle", "ajcniz"], ["user_id", "14324528"], ["user_image_url", "https://pbs.twimg.com/profile_images/418191834142498816/gGcdtdRO_normal.jpeg"], ["user_name", "Aj Comfort"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.483172"], ["hashtag_id", 1], ["hashtaggable_id", 264], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.483172"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436877423703904256' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:57:49.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436877423703904256"], ["updated_at", "2014-02-22 11:45:48.489875"], ["user_handle", "Sakh_Ignis"], ["user_id", "191871295"], ["user_image_url", "https://pbs.twimg.com/profile_images/2084942859/200_normal.png"], ["user_name", "Danial Sha"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.491016"], ["hashtag_id", 1], ["hashtaggable_id", 265], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.491016"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436877342799970304' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:57:29.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436877342799970304"], ["updated_at", "2014-02-22 11:45:48.497525"], ["user_handle", "Onyx_Ex"], ["user_id", "341015390"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000529179887/09ee07d79b2ba85d4c2c3e962c30ec58_normal.jpeg"], ["user_name", "Hydra3000"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.498667"], ["hashtag_id", 1], ["hashtaggable_id", 266], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.498667"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436877325406597120' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:57:25.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436877325406597120"], ["updated_at", "2014-02-22 11:45:48.505013"], ["user_handle", "vv_troll_t"], ["user_id", "462963288"], ["user_image_url", "https://pbs.twimg.com/profile_images/430037294527950848/YpcgrblI_normal.png"], ["user_name", "Last Nerd"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.506166"], ["hashtag_id", 1], ["hashtaggable_id", 267], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.506166"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436877311170719744' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:57:22.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436877311170719744"], ["updated_at", "2014-02-22 11:45:48.512714"], ["user_handle", "kisara_G_nanasi"], ["user_id", "1272440593"], ["user_image_url", "https://pbs.twimg.com/profile_images/435082723334430720/_MqK8iGJ_normal.jpeg"], ["user_name", "名無し"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.513872"], ["hashtag_id", 1], ["hashtaggable_id", 268], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.513872"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436877136872214528' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:56:40.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436877136872214528"], ["updated_at", "2014-02-22 11:45:48.520161"], ["user_handle", "nakamz"], ["user_id", "14899132"], ["user_image_url", "https://pbs.twimg.com/profile_images/1226917468/profile_normal.png"], ["user_name", "らいる"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.521264"], ["hashtag_id", 1], ["hashtaggable_id", 269], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.521264"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436877112344338432' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:56:35.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436877112344338432"], ["updated_at", "2014-02-22 11:45:48.530370"], ["user_handle", "OliverJW"], ["user_id", "19013192"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000199080081/363b8310112ae08d1e94a6c5a9c58076_normal.jpeg"], ["user_name", "Oliver White"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.531749"], ["hashtag_id", 1], ["hashtaggable_id", 270], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.531749"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436877058292342784' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:56:22.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436877058292342784"], ["updated_at", "2014-02-22 11:45:48.538124"], ["user_handle", "Lofwyrian"], ["user_id", "24359931"], ["user_image_url", "https://pbs.twimg.com/profile_images/875467097/A_117143_normal.jpg"], ["user_name", "Hauke Uphues"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.539155"], ["hashtag_id", 1], ["hashtaggable_id", 271], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.539155"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436876970845298688' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:56:01.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436876970845298688"], ["updated_at", "2014-02-22 11:45:48.545360"], ["user_handle", "Sterryos"], ["user_id", "242447808"], ["user_image_url", "https://pbs.twimg.com/profile_images/432985358200889344/kX4aGzRE_normal.jpeg"], ["user_name", "Josh Sterry"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.546424"], ["hashtag_id", 1], ["hashtaggable_id", 272], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.546424"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436876930592542721' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:55:51.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436876930592542721"], ["updated_at", "2014-02-22 11:45:48.553332"], ["user_handle", "michaelbshane"], ["user_id", "16207941"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000513053531/a0c5bead266e6d6b332ccf40fbb3e2a1_normal.jpeg"], ["user_name", "Michael Shane"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.554524"], ["hashtag_id", 1], ["hashtaggable_id", 273], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.554524"]]  (4.3ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436876900037054464' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:55:44.000000"], ["text", "RT @TheMittani: 0-Where Is Your Progod Now, a station to be owned by Goontanamo Bay [WTRBD] in 0-W778 #tweetfleet #eveonline"], ["tweet_id", "436876900037054464"], ["updated_at", "2014-02-22 11:45:48.564113"], ["user_handle", "Tera_iG"], ["user_id", "2350591532"], ["user_image_url", "https://pbs.twimg.com/profile_images/435865789359353858/s_B8I7_N_normal.jpeg"], ["user_name", "Tera iG"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.565238"], ["hashtag_id", 1], ["hashtaggable_id", 274], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.565238"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436876893410041857' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:55:42.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "RT @EveOnline: Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436876893410041857"], ["updated_at", "2014-02-22 11:45:48.571643"], ["user_handle", "Tengushee"], ["user_id", "258964238"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000578207293/87580719a199e62db7314b5ab5fce0a6_normal.jpeg"], ["user_name", "Tengushee"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.573088"], ["hashtag_id", 1], ["hashtaggable_id", 275], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.573088"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436876841874247682' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:55:30.000000"], ["image_url", "https://pbs.twimg.com/media/BhAZLEICQAACWCB.jpg"], ["text", "Serious business armor tanking. #eveonline #tweetfleet http://t.co/MKkkmhHBBn"], ["tweet_id", "436876841874247682"], ["updated_at", "2014-02-22 11:45:48.581189"], ["user_handle", "EveOnline"], ["user_id", "121999927"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000735651808/0e7b3263b081669af039d3f682504aa0_normal.jpeg"], ["user_name", "EVE Online"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.582434"], ["hashtag_id", 1], ["hashtaggable_id", 276], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.582434"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436876293695885312' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:53:19.000000"], ["text", "#ARLABShop Manufacture stats:\nManufacture Orders: 22\nDelivered Items: 28,510\nQueued Orders: 0\nhttp://t.co/8ArNz0q7P5 #eveonline"], ["tweet_id", "436876293695885312"], ["updated_at", "2014-02-22 11:45:48.588080"], ["user_handle", "StevenTrux"], ["user_id", "1154985950"], ["user_image_url", "https://pbs.twimg.com/profile_images/3677608021/7a56b0ca119559f3072f356d9624467a_normal.jpeg"], ["user_name", "Steven Trux"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.589089"], ["hashtag_id", 1], ["hashtaggable_id", 277], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.589089"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436876291586158592' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:53:19.000000"], ["text", "#ARLABShop BPOs stats:\nTotal BPO Orders: 858\nDelivered BPOs: 750\nQueued BPO Orders: 51\nhttp://t.co/8ArNz0q7P5 #eveonline"], ["tweet_id", "436876291586158592"], ["updated_at", "2014-02-22 11:45:48.594494"], ["user_handle", "StevenTrux"], ["user_id", "1154985950"], ["user_image_url", "https://pbs.twimg.com/profile_images/3677608021/7a56b0ca119559f3072f356d9624467a_normal.jpeg"], ["user_name", "Steven Trux"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.595566"], ["hashtag_id", 1], ["hashtaggable_id", 278], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.595566"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436876289358958593' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:53:18.000000"], ["text", "#ARLABShop BPCs stats:\nTotal BPC Orders: 1,327\nDelivered BPCs: 185,656\nQueued BPC Orders: 76\nhttp://t.co/8ArNz0q7P5 #eveonline"], ["tweet_id", "436876289358958593"], ["updated_at", "2014-02-22 11:45:48.601083"], ["user_handle", "StevenTrux"], ["user_id", "1154985950"], ["user_image_url", "https://pbs.twimg.com/profile_images/3677608021/7a56b0ca119559f3072f356d9624467a_normal.jpeg"], ["user_name", "Steven Trux"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.602568"], ["hashtag_id", 1], ["hashtaggable_id", 279], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.602568"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436874167372087297' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:44:52.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Frigate Fleet Day! #tweetfleet #eveonline #TeamRomantics #Rushlock\n\nhttp://t.co/HFMlt7EyU5"], ["tweet_id", "436874167372087297"], ["updated_at", "2014-02-22 11:45:48.608914"], ["user_handle", "Jeffygun14"], ["user_id", "1482784002"], ["user_image_url", "https://abs.twimg.com/sticky/default_profile_images/default_profile_0_normal.png"], ["user_name", "Phyxius14"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.610031"], ["hashtag_id", 1], ["hashtaggable_id", 280], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.610031"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436871412201299968' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:33:56.000000"], ["text", "Being a pirate in EVE isn't that bad...I like the announcement every time I enter high sec, fear me innocent bystanders! =D #eveonline"], ["tweet_id", "436871412201299968"], ["updated_at", "2014-02-22 11:45:48.615713"], ["user_handle", "Samuel_Vokan"], ["user_id", "1919943992"], ["user_image_url", "https://pbs.twimg.com/profile_images/432935845742399488/PObJoowx_normal.jpeg"], ["user_name", "Samuel Vokan"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.616809"], ["hashtag_id", 1], ["hashtaggable_id", 281], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.616809"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436868022595100673' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:20:27.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Frigate Fleet Day! #tweetfleet #eveonline #TeamRomantics #Rushlock\n\nhttp://t.co/HFMlt7EyU5"], ["tweet_id", "436868022595100673"], ["updated_at", "2014-02-22 11:45:48.622535"], ["user_handle", "DJBahamut"], ["user_id", "1589563711"], ["user_image_url", "https://pbs.twimg.com/profile_images/436609886709751808/T-vVXQ-l_normal.jpeg"], ["user_name", "DJBahamut"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.624158"], ["hashtag_id", 1], ["hashtaggable_id", 282], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.624158"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436867232652488704' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:17:19.000000"], ["text", "Новая графика в EVE Online: Rubicon 1.1 http://t.co/AM2u8SdM98 #eveonline"], ["tweet_id", "436867232652488704"], ["updated_at", "2014-02-22 11:45:48.631473"], ["user_handle", "EveOnlineRussia"], ["user_id", "500962231"], ["user_image_url", "https://pbs.twimg.com/profile_images/1848540053/vimeo_logo_normal.png"], ["user_name", "«EVE Online Russia»"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.632658"], ["hashtag_id", 1], ["hashtaggable_id", 283], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.632658"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436865525520818176' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 14:10:32.000000"], ["text", "RT @FunkyBacon: 90 Day kill Tally: \nGal Mil: 83k\nCal Mil: 76k\nAmarr: 67k\nGoonswarm: 55k\nMinmatar: 47k\nRvB: 45k\n#tweetfleet #eveonline"], ["tweet_id", "436865525520818176"], ["updated_at", "2014-02-22 11:45:48.638344"], ["user_handle", "Samuel_Vokan"], ["user_id", "1919943992"], ["user_image_url", "https://pbs.twimg.com/profile_images/432935845742399488/PObJoowx_normal.jpeg"], ["user_name", "Samuel Vokan"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.639385"], ["hashtag_id", 1], ["hashtaggable_id", 284], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.639385"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436861172978311168' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 13:53:14.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Frigate Fleet Day! #tweetfleet #eveonline #TeamRomantics #Rushlock\n\nhttp://t.co/HFMlt7EyU5"], ["tweet_id", "436861172978311168"], ["updated_at", "2014-02-22 11:45:48.644707"], ["user_handle", "Belannaer_"], ["user_id", "299572373"], ["user_image_url", "https://pbs.twimg.com/profile_images/427183400575725568/0bMVD3sc_normal.jpeg"], ["user_name", "Belannaer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.645793"], ["hashtag_id", 1], ["hashtaggable_id", 285], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.645793"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436860995894792192' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 13:52:32.000000"], ["text", "EVE Droid 0.6.0 is released. See if modules fit before you try to add them. Plus a new icon - nice! #tweetfleet #eveonline"], ["tweet_id", "436860995894792192"], ["updated_at", "2014-02-22 11:45:48.651339"], ["user_handle", "EVEDroid"], ["user_id", "2343190667"], ["user_image_url", "https://pbs.twimg.com/profile_images/434619866612367360/bd5IuD7y_normal.png"], ["user_name", "EVE Droid"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.652345"], ["hashtag_id", 1], ["hashtaggable_id", 286], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.652345"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436858672522592256' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 13:43:18.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Frigate Fleet Day! #tweetfleet #eveonline #TeamRomantics #Rushlock\n\nhttp://t.co/HFMlt7EyU5"], ["tweet_id", "436858672522592256"], ["updated_at", "2014-02-22 11:45:48.658785"], ["user_handle", "ocsiever"], ["user_id", "93909590"], ["user_image_url", "https://pbs.twimg.com/profile_images/422420786595368960/roXPf35N_normal.jpeg"], ["user_name", "Troy Schmitt"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.659903"], ["hashtag_id", 1], ["hashtaggable_id", 287], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.659903"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436858410982985728' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 13:42:16.000000"], ["text", "#TwitchplaysGoonswarm #tweetfleet #eveonline"], ["tweet_id", "436858410982985728"], ["updated_at", "2014-02-22 11:45:48.665514"], ["user_handle", "ToitagL"], ["user_id", "91379437"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000599914031/b7d4c8472852066e8b02e4bf2598b4d7_normal.png"], ["user_name", "ToitagL"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.666603"], ["hashtag_id", 1], ["hashtaggable_id", 288], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.666603"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436858395644006400' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 13:42:12.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Frigate Fleet Day! #tweetfleet #eveonline #TeamRomantics #Rushlock\n\nhttp://t.co/HFMlt7EyU5"], ["tweet_id", "436858395644006400"], ["updated_at", "2014-02-22 11:45:48.672271"], ["user_handle", "CardSyn"], ["user_id", "319737326"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000158089268/3167dadc8212339a8ad3daaca4405e26_normal.jpeg"], ["user_name", "CardinalSyn"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.673391"], ["hashtag_id", 1], ["hashtaggable_id", 289], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.673391"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436857960275640321' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 13:40:28.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Frigate Fleet Day! #tweetfleet #eveonline #TeamRomantics #Rushlock\n\nhttp://t.co/HFMlt7EyU5"], ["tweet_id", "436857960275640321"], ["updated_at", "2014-02-22 11:45:48.678944"], ["user_handle", "glennjv5"], ["user_id", "2351903527"], ["user_image_url", "https://abs.twimg.com/sticky/default_profile_images/default_profile_1_normal.png"], ["user_name", "Glenn"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.679940"], ["hashtag_id", 1], ["hashtaggable_id", 290], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.679940"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436857435836280833' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 13:38:23.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Frigate Fleet Day! #tweetfleet #eveonline #TeamRomantics #Rushlock\n\nhttp://t.co/HFMlt7EyU5"], ["tweet_id", "436857435836280833"], ["updated_at", "2014-02-22 11:45:48.685512"], ["user_handle", "LaidBackGamer"], ["user_id", "117793828"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000755275037/dc66b1c3b42589f10f3452f470dd0d5c_normal.png"], ["user_name", "Laidbackgamer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.686544"], ["hashtag_id", 1], ["hashtaggable_id", 291], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.686544"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436857172304355328' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 13:37:20.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Frigate Fleet Day! #tweetfleet #eveonline #TeamRomantics #Rushlock\n\nhttp://t.co/HFMlt7EyU5"], ["tweet_id", "436857172304355328"], ["updated_at", "2014-02-22 11:45:48.692860"], ["user_handle", "digitalFatteh"], ["user_id", "1412327808"], ["user_image_url", "https://pbs.twimg.com/profile_images/3630419019/fa47366b28d11356382952a2aecebaf2_normal.jpeg"], ["user_name", "digitalFatteh"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.694245"], ["hashtag_id", 1], ["hashtaggable_id", 292], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.694245"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436857049125634049' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 13:36:51.000000"], ["text", "EVE \"Help Desk\" is Live! Frigate Fleet Day! #tweetfleet #eveonline #TeamRomantics #Rushlock\n\nhttp://t.co/HFMlt7EyU5"], ["tweet_id", "436857049125634049"], ["updated_at", "2014-02-22 11:45:48.701037"], ["user_handle", "Rushlock"], ["user_id", "1295889902"], ["user_image_url", "https://pbs.twimg.com/profile_images/3424196695/fede3d4e190fa18595b00fd7506ae9ac_normal.gif"], ["user_name", "Rushlock"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.702141"], ["hashtag_id", 1], ["hashtaggable_id", 293], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.702141"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436855792403501056' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 13:31:51.000000"], ["text", "RT @deQuafe: Nightmares of a nightmare http://t.co/gpGV70u4d4 #tweetfleet #eveonline"], ["tweet_id", "436855792403501056"], ["updated_at", "2014-02-22 11:45:48.708091"], ["user_handle", "eXeler0n"], ["user_id", "263851972"], ["user_image_url", "https://pbs.twimg.com/profile_images/2582287688/2uvg5n0l70waq54d6q7g_normal.png"], ["user_name", "eXeler0n"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.709686"], ["hashtag_id", 1], ["hashtaggable_id", 294], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.709686"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436855690335100928' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 13:31:27.000000"], ["text", "Nightmares of a nightmare http://t.co/gpGV70u4d4 #tweetfleet #eveonline"], ["tweet_id", "436855690335100928"], ["updated_at", "2014-02-22 11:45:48.715587"], ["user_handle", "deQuafe"], ["user_id", "234721257"], ["user_image_url", "https://pbs.twimg.com/profile_images/1425795533/quafe_normal.png"], ["user_name", "eXeler0n"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.716697"], ["hashtag_id", 1], ["hashtaggable_id", 295], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.716697"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436853955939667968' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 13:24:34.000000"], ["text", "#tweetfleet New Player Training Session: Mining Fleet on Saturday at 18:00 http://t.co/CdPlIUAA2d #eveonline"], ["tweet_id", "436853955939667968"], ["updated_at", "2014-02-22 11:45:48.722547"], ["user_handle", "EVE_Virt"], ["user_id", "145632289"], ["user_image_url", "https://pbs.twimg.com/profile_images/1300622395/3d2eb5ee-e1e1-45f3-b8cb-3a4a830cb722_normal.png"], ["user_name", "Virtuozzo"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.723665"], ["hashtag_id", 1], ["hashtaggable_id", 296], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.723665"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436853311921061889' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 13:22:00.000000"], ["image_url", "https://pbs.twimg.com/media/BhADxcMCQAA673Q.jpg"], ["text", "Picture of the day. Sums up some #eveonline players quite nicely(Also, great movie if you havent seen it) #tweetfleet http://t.co/ewnNp1mHmO"], ["tweet_id", "436853311921061889"], ["updated_at", "2014-02-22 11:45:48.730023"], ["user_handle", "EVE_Biohazard"], ["user_id", "1648333483"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000246182247/94643a3a0e1b0a177002cd4c8ec23b25_normal.jpeg"], ["user_name", "Biohazard"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.731078"], ["hashtag_id", 1], ["hashtaggable_id", 297], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.731078"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436853103582003200' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 13:21:10.000000"], ["text", "RT @RixxJavix: NEW Post: Gooder Eve Tactical Bookmarks http://t.co/B2QKHV2vv1 #tweetfleet #eveonline Be sure to bookmark this idear!"], ["tweet_id", "436853103582003200"], ["updated_at", "2014-02-22 11:45:48.736616"], ["user_handle", "JoniHariere"], ["user_id", "600660542"], ["user_image_url", "https://pbs.twimg.com/profile_images/428270461714051072/7hcSGIx-_normal.jpeg"], ["user_name", "Joni Hariere"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.737657"], ["hashtag_id", 1], ["hashtaggable_id", 298], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.737657"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436852751549861888' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 13:19:46.000000"], ["text", "A New EVE player guide to Null Sec Propaganda: http://t.co/DqKVkfkBfP #eveonline @massively @NCdawt @PLIRC #tweetfleet"], ["tweet_id", "436852751549861888"], ["updated_at", "2014-02-22 11:45:48.745071"], ["user_handle", "Snot_Shot"], ["user_id", "624216119"], ["user_image_url", "https://pbs.twimg.com/profile_images/429758824413949952/cqOVDrlt_normal.jpeg"], ["user_name", "Snot Shot"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.746721"], ["hashtag_id", 1], ["hashtaggable_id", 299], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.746721"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436849270604697600' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 13:05:57.000000"], ["text", "A Billion Isk Bomb in my head and the fuse is lit - http://t.co/pb10qcMkMI #Eveonline #Tweetfleet"], ["tweet_id", "436849270604697600"], ["updated_at", "2014-02-22 11:45:48.753357"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:48.754431"], ["hashtag_id", 1], ["hashtaggable_id", 300], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:48.754431"]]  (1.2ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436849079411560448' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 13:05:11.000000"], ["text", "Congratulations to @UbuntuInc for the successful production and deployment of 4TH's new outpost. RP name plz! ;) #tweetfleet #eveonline"], ["tweet_id", "436849079411560448"], ["updated_at", "2014-02-22 11:45:49.918884"], ["user_handle", "ADTurelus"], ["user_id", "447952450"], ["user_image_url", "https://pbs.twimg.com/profile_images/418811713153015808/93nf8kgh_normal.png"], ["user_name", "Turelus"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:49.919983"], ["hashtag_id", 1], ["hashtaggable_id", 301], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:49.919983"]]  (2.4ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436848436776681472' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 13:02:38.000000"], ["text", "NEW Post: Gooder Eve Tactical Bookmarks http://t.co/B2QKHV2vv1 #tweetfleet #eveonline Be sure to bookmark this idear!"], ["tweet_id", "436848436776681472"], ["updated_at", "2014-02-22 11:45:49.928240"], ["user_handle", "RixxJavix"], ["user_id", "315868674"], ["user_image_url", "https://pbs.twimg.com/profile_images/3655229394/1487dc41b39a3a1b6827984dc95072ea_normal.jpeg"], ["user_name", "Rixx Javix"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:49.929834"], ["hashtag_id", 1], ["hashtaggable_id", 302], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:49.929834"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436847774710398976' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 13:00:00.000000"], ["text", "Hey, Toonay just passed 5M skill points He will feel safer in New Eden with 10 x that much though! #eveonline #tweetfleet"], ["tweet_id", "436847774710398976"], ["updated_at", "2014-02-22 11:45:49.936348"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:49.937638"], ["hashtag_id", 1], ["hashtaggable_id", 303], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:49.937638"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436846405941227520' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 12:54:34.000000"], ["text", "Its lunchtime, im bored. Lets make more nosie to get summit going Glasgow's way! @CCP_Guard @CCP_Falcon #tweetfleet #eveonline"], ["tweet_id", "436846405941227520"], ["updated_at", "2014-02-22 11:45:49.943482"], ["user_handle", "glasgowdunlop"], ["user_id", "1346495760"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000123022790/03562988e5ae6f7f9af877dc068c05a5_normal.jpeg"], ["user_name", "glasgow dunlop"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:49.944704"], ["hashtag_id", 1], ["hashtaggable_id", 304], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:49.944704"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436843000908771329' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 12:41:02.000000"], ["text", "Should I really have joined a new player friendly corporation? - http://t.co/np6pIETHDx #Eveonline #Tweetfleet"], ["tweet_id", "436843000908771329"], ["updated_at", "2014-02-22 11:45:49.950328"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:49.951348"], ["hashtag_id", 1], ["hashtaggable_id", 305], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:49.951348"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436842709886988288' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 12:39:52.000000"], ["text", "RT @Niden_GMVA: Interested in joining Faction Warfare and Gallente Militia? Here's a list of corps with links https://t.co/cW9cXBrrvT #twee…"], ["tweet_id", "436842709886988288"], ["updated_at", "2014-02-22 11:45:49.956655"], ["user_handle", "AGIPodcast"], ["user_id", "2205725359"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000767647352/705a496da178163a92eb2953a9f239c2_normal.png"], ["user_name", "The Capsuleer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:49.957727"], ["hashtag_id", 1], ["hashtaggable_id", 306], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:49.957727"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436841114822520832' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 12:33:32.000000"], ["text", "@StrydenKaane Thanks for the follow Joe - you must get plenty of writing inspiration from playing #eveonline"], ["tweet_id", "436841114822520832"], ["updated_at", "2014-02-22 11:45:49.963583"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:49.964796"], ["hashtag_id", 1], ["hashtaggable_id", 307], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:49.964796"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436839600276127744' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 12:27:31.000000"], ["text", "HOOT! After 21 days - so nice to see \"This character has free room in the skill queue!\" #eveonline #tweetfleet"], ["tweet_id", "436839600276127744"], ["updated_at", "2014-02-22 11:45:49.970818"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:49.971944"], ["hashtag_id", 1], ["hashtaggable_id", 308], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:49.971944"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436838140155006976' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 12:21:43.000000"], ["text", "#myships #eve #eveonline #dust514 #games #rens http://t.co/jjdzyZYzX5"], ["tweet_id", "436838140155006976"], ["updated_at", "2014-02-22 11:45:49.978267"], ["user_handle", "DjAcmo"], ["user_id", "1029418976"], ["user_image_url", "https://pbs.twimg.com/profile_images/3234671757/2a01842098c2e1e815c23e828e032efc_normal.jpeg"], ["user_name", "Nic Dj Acmo Trybach"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:49.979389"], ["hashtag_id", 1], ["hashtaggable_id", 309], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:49.979389"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436835563594088448' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 12:11:29.000000"], ["text", "RT @TapToWin: I know I'll install #EveOnline again for 'research'... oh I'll just play it a bit... and whilst working... WHAT HAVE I DONE"], ["tweet_id", "436835563594088448"], ["updated_at", "2014-02-22 11:45:49.985271"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:49.986400"], ["hashtag_id", 1], ["hashtaggable_id", 310], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:49.986400"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436833541356535808' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 12:03:26.000000"], ["text", "RT @Niden_GMVA: Excellent Faction Warfare site: http://t.co/lrS1Bx222K Check it out! #tweetfleet #eveonline"], ["tweet_id", "436833541356535808"], ["updated_at", "2014-02-22 11:45:49.992192"], ["user_handle", "RegnerBA"], ["user_id", "341742933"], ["user_image_url", "https://pbs.twimg.com/profile_images/2582247835/tfqh0ibk90j4w98wo90b_normal.jpeg"], ["user_name", "Regner Blok-Andersen"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:49.993254"], ["hashtag_id", 1], ["hashtaggable_id", 311], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:49.993254"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436832947292090368' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 12:01:05.000000"], ["text", "RT @Niden_GMVA: Interested in joining Faction Warfare and Gallente Militia? Here's a list of corps with links https://t.co/cW9cXBrrvT #twee…"], ["tweet_id", "436832947292090368"], ["updated_at", "2014-02-22 11:45:49.999704"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.001069"], ["hashtag_id", 1], ["hashtaggable_id", 312], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.001069"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436832039732781056' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 11:57:28.000000"], ["text", "RT @TheMittani: Victory in 0-W778: http://t.co/dQ0owGeAY4 #tweetfleet #eveonline http://t.co/UVgtUaVcLD AK status: not used."], ["tweet_id", "436832039732781056"], ["updated_at", "2014-02-22 11:45:50.007752"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.008903"], ["hashtag_id", 1], ["hashtaggable_id", 313], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.008903"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436831051080798209' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 11:53:33.000000"], ["text", "RT @FunkyBacon: 90 Day kill Tally: \nGal Mil: 83k\nCal Mil: 76k\nAmarr: 67k\nGoonswarm: 55k\nMinmatar: 47k\nRvB: 45k\n#tweetfleet #eveonline"], ["tweet_id", "436831051080798209"], ["updated_at", "2014-02-22 11:45:50.015058"], ["user_handle", "AGIPodcast"], ["user_id", "2205725359"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000767647352/705a496da178163a92eb2953a9f239c2_normal.png"], ["user_name", "The Capsuleer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.016362"], ["hashtag_id", 1], ["hashtaggable_id", 314], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.016362"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436828130817630208' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 11:41:56.000000"], ["text", "RT @Niden_GMVA: Excellent Faction Warfare site: http://t.co/lrS1Bx222K Check it out! #tweetfleet #eveonline"], ["tweet_id", "436828130817630208"], ["updated_at", "2014-02-22 11:45:50.022350"], ["user_handle", "CCP_Help"], ["user_id", "2230427473"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000829762764/267e79ea2b7a81ff23fc888a998cd1e9_normal.png"], ["user_name", "CCP Customer Service"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.023475"], ["hashtag_id", 1], ["hashtaggable_id", 315], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.023475"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436828115093176320' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 11:41:53.000000"], ["text", "RT @Niden_GMVA: Interested in joining Faction Warfare and Gallente Militia? Here's a list of corps with links https://t.co/cW9cXBrrvT #twee…"], ["tweet_id", "436828115093176320"], ["updated_at", "2014-02-22 11:45:50.029695"], ["user_handle", "Drackarn"], ["user_id", "339067947"], ["user_image_url", "https://pbs.twimg.com/profile_images/2349538162/vd3oiraqo46uwdgr44xn_normal.jpeg"], ["user_name", "Drackarn"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.031167"], ["hashtag_id", 1], ["hashtaggable_id", 316], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.031167"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436825908411109376' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 11:33:07.000000"], ["text", "Interested in joining Faction Warfare and Gallente Militia? Here's a list of corps with links https://t.co/cW9cXBrrvT #tweetfleet #eveonline"], ["tweet_id", "436825908411109376"], ["updated_at", "2014-02-22 11:45:50.038161"], ["user_handle", "Niden_GMVA"], ["user_id", "1580099118"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000862103700/NzB6zksd_normal.jpeg"], ["user_name", "Niden"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.039309"], ["hashtag_id", 1], ["hashtaggable_id", 317], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.039309"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436822455047704577' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 11:19:23.000000"], ["text", "RT @Niden_GMVA: Excellent Faction Warfare site: http://t.co/lrS1Bx222K Check it out! #tweetfleet #eveonline"], ["tweet_id", "436822455047704577"], ["updated_at", "2014-02-22 11:45:50.045082"], ["user_handle", "PvPizza"], ["user_id", "67110781"], ["user_image_url", "https://pbs.twimg.com/profile_images/426707266297815040/oqnr7sd__normal.jpeg"], ["user_name", "Mr Veda"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.046156"], ["hashtag_id", 1], ["hashtaggable_id", 318], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.046156"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436821289785769984' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 11:14:45.000000"], ["text", "RT @Niden_GMVA: Excellent Faction Warfare site: http://t.co/lrS1Bx222K Check it out! #tweetfleet #eveonline"], ["tweet_id", "436821289785769984"], ["updated_at", "2014-02-22 11:45:50.051676"], ["user_handle", "PoeticStanziel"], ["user_id", "323518423"], ["user_image_url", "https://pbs.twimg.com/profile_images/3270086251/fb5553730158929e5bcb670d15fe1714_normal.png"], ["user_name", "Poetic Stanziel"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.052735"], ["hashtag_id", 1], ["hashtaggable_id", 319], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.052735"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436820363750952960' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 11:11:05.000000"], ["text", "RT @RixxJavix: We should be able to see bookmarks on the tactical overview #tweetfleet #eveonline @CCPGames"], ["tweet_id", "436820363750952960"], ["updated_at", "2014-02-22 11:45:50.059326"], ["user_handle", "PvPizza"], ["user_id", "67110781"], ["user_image_url", "https://pbs.twimg.com/profile_images/426707266297815040/oqnr7sd__normal.jpeg"], ["user_name", "Mr Veda"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.060468"], ["hashtag_id", 1], ["hashtaggable_id", 320], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.060468"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436820063870795776' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 11:09:53.000000"], ["text", "Excellent Faction Warfare site: http://t.co/lrS1Bx222K Check it out! #tweetfleet #eveonline"], ["tweet_id", "436820063870795776"], ["updated_at", "2014-02-22 11:45:50.066359"], ["user_handle", "Niden_GMVA"], ["user_id", "1580099118"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000862103700/NzB6zksd_normal.jpeg"], ["user_name", "Niden"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.067471"], ["hashtag_id", 1], ["hashtaggable_id", 321], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.067471"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436815334419742721' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 10:51:06.000000"], ["text", "RT @RixxJavix: We should be able to see bookmarks on the tactical overview #tweetfleet #eveonline @CCPGames"], ["tweet_id", "436815334419742721"], ["updated_at", "2014-02-22 11:45:50.073051"], ["user_handle", "Unisol_314"], ["user_id", "1360185457"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000278527245/91ea1cd898e7a6f6a6a0954f4460d430_normal.png"], ["user_name", "Pavel Yakushevich"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.074132"], ["hashtag_id", 1], ["hashtaggable_id", 322], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.074132"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436812068743036929' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 10:38:07.000000"], ["text", "RT @Eve_Toon: First forays....and dying quickly - http://t.co/uTmkGL3iGc #Eveonline #Tweetfleet"], ["tweet_id", "436812068743036929"], ["updated_at", "2014-02-22 11:45:50.080502"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.081967"], ["hashtag_id", 1], ["hashtaggable_id", 323], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.081967"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436811800781520896' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 10:37:03.000000"], ["text", "First forays....and dying quickly - http://t.co/uTmkGL3iGc #Eveonline #Tweetfleet"], ["tweet_id", "436811800781520896"], ["updated_at", "2014-02-22 11:45:50.088993"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.090114"], ["hashtag_id", 1], ["hashtaggable_id", 324], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.090114"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436810615798386688' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 10:32:21.000000"], ["text", "I know I'll install #EveOnline again for 'research'... oh I'll just play it a bit... and whilst working... WHAT HAVE I DONE"], ["tweet_id", "436810615798386688"], ["updated_at", "2014-02-22 11:45:50.095876"], ["user_handle", "TapToWin"], ["user_id", "225402697"], ["user_image_url", "https://pbs.twimg.com/profile_images/1272125774/ProfilePic73x73_normal.jpg"], ["user_name", "Tap to Win"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.096931"], ["hashtag_id", 1], ["hashtaggable_id", 325], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.096931"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436809094331367424' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 10:26:18.000000"], ["text", "RT @CCP_Help: #EveOnline Tip of the day: CCP staff will never ask you for your password. Never tell your password to anyone or your account…"], ["tweet_id", "436809094331367424"], ["updated_at", "2014-02-22 11:45:50.102363"], ["user_handle", "CCP_karkur"], ["user_id", "542658826"], ["user_image_url", "https://pbs.twimg.com/profile_images/435936377163624449/6KBAftIs_normal.jpeg"], ["user_name", "Bára / CCP karkur"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.103433"], ["hashtag_id", 1], ["hashtaggable_id", 326], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.103433"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436808303885438976' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 10:23:09.000000"], ["text", "#ARLAB #lottery lottery: Win a dominix BPO http://t.co/9LJGvDZd7P #eveonline"], ["tweet_id", "436808303885438976"], ["updated_at", "2014-02-22 11:45:50.109836"], ["user_handle", "StevenTrux"], ["user_id", "1154985950"], ["user_image_url", "https://pbs.twimg.com/profile_images/3677608021/7a56b0ca119559f3072f356d9624467a_normal.jpeg"], ["user_name", "Steven Trux"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.111003"], ["hashtag_id", 1], ["hashtaggable_id", 327], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.111003"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436801729783676928' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 09:57:02.000000"], ["text", "@JoffyAulxGao I had better update the software! Even #eveonline is easy than this!"], ["tweet_id", "436801729783676928"], ["updated_at", "2014-02-22 11:45:50.116846"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.117982"], ["hashtag_id", 1], ["hashtaggable_id", 328], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.117982"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436799891919339520' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 09:49:44.000000"], ["text", "First foraging and learning not to trust anything; ever! - http://t.co/OJKmt5kqcq #Eveonline #Tweetfleet"], ["tweet_id", "436799891919339520"], ["updated_at", "2014-02-22 11:45:50.123708"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.124840"], ["hashtag_id", 1], ["hashtaggable_id", 329], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.124840"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436797532358705154' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 09:40:21.000000"], ["text", "RT @RixxJavix: We should be able to see bookmarks on the tactical overview #tweetfleet #eveonline @CCPGames"], ["tweet_id", "436797532358705154"], ["updated_at", "2014-02-22 11:45:50.131168"], ["user_handle", "JPBoirelle_EVE"], ["user_id", "2208160572"], ["user_image_url", "https://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png"], ["user_name", "JP Boirelle"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.132576"], ["hashtag_id", 1], ["hashtaggable_id", 330], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.132576"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436790981045014528' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 09:14:19.000000"], ["text", "RT @CCP_Help: #EveOnline Tip of the day: CCP staff will never ask you for your password. Never tell your password to anyone or your account…"], ["tweet_id", "436790981045014528"], ["updated_at", "2014-02-22 11:45:50.139515"], ["user_handle", "Broadcastorm"], ["user_id", "72917077"], ["user_image_url", "https://pbs.twimg.com/profile_images/436779051844239360/EmbXWTVX_normal.jpeg"], ["user_name", "Vladislav Perge"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.140738"], ["hashtag_id", 1], ["hashtaggable_id", 331], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.140738"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436790980613013505' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 09:14:19.000000"], ["text", "RT @CCP_Help: #EveOnline Tip of the day: CCP staff will never ask you for your password. Never tell your password to anyone or your account…"], ["tweet_id", "436790980613013505"], ["updated_at", "2014-02-22 11:45:50.146724"], ["user_handle", "CCP_Frame"], ["user_id", "589430664"], ["user_image_url", "https://pbs.twimg.com/profile_images/420022645745147904/jMcYsa67_normal.jpeg"], ["user_name", "CCP Frame"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.147866"], ["hashtag_id", 1], ["hashtaggable_id", 332], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.147866"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436790698030137345' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 09:13:12.000000"], ["text", "RT @CCP_Help: #EveOnline Tip of the day: CCP staff will never ask you for your password. Never tell your password to anyone or your account…"], ["tweet_id", "436790698030137345"], ["updated_at", "2014-02-22 11:45:50.153640"], ["user_handle", "erlendur"], ["user_id", "30846470"], ["user_image_url", "https://pbs.twimg.com/profile_images/3008274003/d9bdcd1655e37cf795159a93bc609005_normal.jpeg"], ["user_name", "Erlendur"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.154851"], ["hashtag_id", 1], ["hashtaggable_id", 333], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.154851"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436786534675910656' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 08:56:39.000000"], ["text", "RT @RixxJavix: We should be able to see bookmarks on the tactical overview #tweetfleet #eveonline @CCPGames"], ["tweet_id", "436786534675910656"], ["updated_at", "2014-02-22 11:45:50.162303"], ["user_handle", "RVikary"], ["user_id", "1880864420"], ["user_image_url", "https://pbs.twimg.com/profile_images/422782435403649024/2tJS84KE_normal.jpeg"], ["user_name", "Rodrik Vikary"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.221184"], ["hashtag_id", 1], ["hashtaggable_id", 334], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.221184"]]  (1.5ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436784924331618304' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 08:50:15.000000"], ["text", "RT @TheMittani: Victory in 0-W778: http://t.co/dQ0owGeAY4 #tweetfleet #eveonline http://t.co/UVgtUaVcLD AK status: not used."], ["tweet_id", "436784924331618304"], ["updated_at", "2014-02-22 11:45:50.230584"], ["user_handle", "LordXanderEVE"], ["user_id", "1954659440"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000635765817/bc85967dbb7ce73d2e6e3303f61e6dc7_normal.jpeg"], ["user_name", "Lord Xander"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.232687"], ["hashtag_id", 1], ["hashtaggable_id", 335], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.232687"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436783111113048064' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 08:43:03.000000"], ["text", "RT @Powersv2: Everyone can relax, good guys win again http://t.co/ZBtjJ7v8oz #tweetfleet #eveonline"], ["tweet_id", "436783111113048064"], ["updated_at", "2014-02-22 11:45:50.240242"], ["user_handle", "LordXanderEVE"], ["user_id", "1954659440"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000635765817/bc85967dbb7ce73d2e6e3303f61e6dc7_normal.jpeg"], ["user_name", "Lord Xander"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.241354"], ["hashtag_id", 1], ["hashtaggable_id", 336], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.241354"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436781827010080768' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 08:37:57.000000"], ["text", "Is Canary Wharf to Jita 4:4 a legitimate move in Mornington Crescent? #eveonline #tweetfleet"], ["tweet_id", "436781827010080768"], ["updated_at", "2014-02-22 11:45:50.247007"], ["user_handle", "EVEMarcCallan"], ["user_id", "568215429"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000608418694/f55c721402d170ecc628858188654d5b_normal.jpeg"], ["user_name", "Marc Callan"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.248082"], ["hashtag_id", 1], ["hashtaggable_id", 337], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.248082"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436778966590840832' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 08:26:35.000000"], ["text", "RT @TheMittani: http://t.co/HZFy44Vp0c #tweetfleet #eveonline"], ["tweet_id", "436778966590840832"], ["updated_at", "2014-02-22 11:45:50.253502"], ["user_handle", "tegiminis"], ["user_id", "56181322"], ["user_image_url", "https://pbs.twimg.com/profile_images/760694042/itsyoursecret-100av_normal.jpg"], ["user_name", "Tegiminis"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.254545"], ["hashtag_id", 1], ["hashtaggable_id", 338], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.254545"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436778750395842560' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 08:25:43.000000"], ["text", "RT @TheMittani: http://t.co/HZFy44Vp0c #tweetfleet #eveonline"], ["tweet_id", "436778750395842560"], ["updated_at", "2014-02-22 11:45:50.260785"], ["user_handle", "Tubrug1"], ["user_id", "1558551956"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000340134181/3572dfde9ad366266d5f2d749ca94bab_normal.png"], ["user_name", "Tubrug1"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.261951"], ["hashtag_id", 1], ["hashtaggable_id", 339], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.261951"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436776999466848256' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 08:18:46.000000"], ["text", "RT @erlendur: The EVE forums are back to normal. The software that is. The posting is your problem #tweetfleet #eveonline @CCP_Help @EVE_st…"], ["tweet_id", "436776999466848256"], ["updated_at", "2014-02-22 11:45:50.267770"], ["user_handle", "CCP_Help"], ["user_id", "2230427473"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000829762764/267e79ea2b7a81ff23fc888a998cd1e9_normal.png"], ["user_name", "CCP Customer Service"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.268893"], ["hashtag_id", 1], ["hashtaggable_id", 340], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.268893"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436775009139183617' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 08:10:52.000000"], ["image_url", "https://pbs.twimg.com/media/Bg-8joMCUAAvf2A.png"], ["text", "SICK WITH IT! #eveonline true stories comics by darkhorse with #gorgeous art.\n(req acct.)\nhttps://t.co/Z7n3f5vx7z http://t.co/tZV8nOw39F"], ["tweet_id", "436775009139183617"], ["updated_at", "2014-02-22 11:45:50.275422"], ["user_handle", "GarretSidzaka"], ["user_id", "321877095"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000598677595/cc391758ba67355c9bd4fff1c5c026c8_normal.png"], ["user_name", "Tony GarretSidzaka"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.276576"], ["hashtag_id", 1], ["hashtaggable_id", 341], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.276576"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436771172320313344' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 07:55:36.000000"], ["text", "RT @Eve_Toon: Whilst still dazed...how to build a strategy to stay alive with no skills - http://t.co/Z19APujRk1 #Eveonline #Tweetfleet"], ["tweet_id", "436771172320313344"], ["updated_at", "2014-02-22 11:45:50.283733"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.285208"], ["hashtag_id", 1], ["hashtaggable_id", 342], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.285208"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436769810551439361' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 07:50:12.000000"], ["text", "RT @RixxJavix: We should be able to see bookmarks on the tactical overview #tweetfleet #eveonline @CCPGames"], ["tweet_id", "436769810551439361"], ["updated_at", "2014-02-22 11:45:50.291614"], ["user_handle", "d347hm4n"], ["user_id", "20513942"], ["user_image_url", "https://pbs.twimg.com/profile_images/2353342430/bzflzvsehja4eumbdink_normal.jpeg"], ["user_name", "Efraya"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.292698"], ["hashtag_id", 1], ["hashtaggable_id", 343], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.292698"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436769756063232000' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 07:49:59.000000"], ["image_url", "https://pbs.twimg.com/media/Bg-antxCQAA7uI5.png"], ["text", "RT @sad_mayu: Сегодня моему альянсу исполнилось 9 лет! :) С праздником, #RedAlliance! #eveonline http://t.co/LPBZ0NQXRv"], ["tweet_id", "436769756063232000"], ["updated_at", "2014-02-22 11:45:50.299210"], ["user_handle", "Prygoon"], ["user_id", "2291661616"], ["user_image_url", "https://pbs.twimg.com/profile_images/424954461056798720/dFhHA3at_normal.jpeg"], ["user_name", "Геннадий Прыгунов"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.300451"], ["hashtag_id", 1], ["hashtaggable_id", 344], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.300451"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436769595845005312' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 07:49:21.000000"], ["text", "Whilst still dazed...how to build a strategy to stay alive with no skills - http://t.co/Z19APujRk1 #Eveonline #Tweetfleet"], ["tweet_id", "436769595845005312"], ["updated_at", "2014-02-22 11:45:50.306339"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.3ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.307380"], ["hashtag_id", 1], ["hashtaggable_id", 345], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.307380"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436769377493737472' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 07:48:29.000000"], ["text", "RT @FunkyBacon: 90 Day kill Tally: \nGal Mil: 83k\nCal Mil: 76k\nAmarr: 67k\nGoonswarm: 55k\nMinmatar: 47k\nRvB: 45k\n#tweetfleet #eveonline"], ["tweet_id", "436769377493737472"], ["updated_at", "2014-02-22 11:45:50.315802"], ["user_handle", "Niden_GMVA"], ["user_id", "1580099118"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000862103700/NzB6zksd_normal.jpeg"], ["user_name", "Niden"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.317378"], ["hashtag_id", 1], ["hashtaggable_id", 346], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.317378"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436765290622631936' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 07:32:14.000000"], ["text", "The First Daze - http://t.co/52I8O9uvi8 #Eveonline #Tweetfleet"], ["tweet_id", "436765290622631936"], ["updated_at", "2014-02-22 11:45:50.323526"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.324645"], ["hashtag_id", 1], ["hashtaggable_id", 347], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.324645"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436762055757283328' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 07:19:23.000000"], ["text", "I'm reading True Stories digital #comics @DarkHorseComics https://t.co/Q5OjbpseLG #eveonline @EveOnline"], ["tweet_id", "436762055757283328"], ["updated_at", "2014-02-22 11:45:50.330888"], ["user_handle", "javierprovecho"], ["user_id", "172244013"], ["user_image_url", "https://pbs.twimg.com/profile_images/2405397572/sdbihkxqw5hiter394h3_normal.png"], ["user_name", "Javier Provecho"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.332115"], ["hashtag_id", 1], ["hashtaggable_id", 348], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.332115"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436760768143306752' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 07:14:16.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436760768143306752"], ["updated_at", "2014-02-22 11:45:50.338514"], ["user_handle", "JonathanPryde"], ["user_id", "2353707576"], ["user_image_url", "https://pbs.twimg.com/profile_images/436589716939366401/S8uNvtl9_normal.jpeg"], ["user_name", "Jonathan Pryde"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.339741"], ["hashtag_id", 1], ["hashtaggable_id", 349], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.339741"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436753332200566784' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 06:44:43.000000"], ["text", "RT @BaronVonJace: Oh hello there mining crystals. #EVEOnline"], ["tweet_id", "436753332200566784"], ["updated_at", "2014-02-22 11:45:50.346136"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.347540"], ["hashtag_id", 1], ["hashtaggable_id", 350], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.347540"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436753329809420289' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 06:44:42.000000"], ["text", "@EVEDownUnder You mean I might have to undock or something? That's crazy talk! #tweetfleet #eveonline"], ["tweet_id", "436753329809420289"], ["updated_at", "2014-02-22 11:45:50.354646"], ["user_handle", "BamStroker"], ["user_id", "27596607"], ["user_image_url", "https://pbs.twimg.com/profile_images/424896880447737856/ZGXTc_WD_normal.jpeg"], ["user_name", "Bam Stroker"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.355822"], ["hashtag_id", 1], ["hashtaggable_id", 351], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.355822"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436753140583387137' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 06:43:57.000000"], ["text", "RT @EVEDownUnder: EVE Down Under Show will NOT be live tonight (or next week), but will return on Friday 7 March. #tweetfleet #eveonline"], ["tweet_id", "436753140583387137"], ["updated_at", "2014-02-22 11:45:50.361877"], ["user_handle", "BamStroker"], ["user_id", "27596607"], ["user_image_url", "https://pbs.twimg.com/profile_images/424896880447737856/ZGXTc_WD_normal.jpeg"], ["user_name", "Bam Stroker"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.363503"], ["hashtag_id", 1], ["hashtaggable_id", 352], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.363503"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436752235402641408' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 06:40:22.000000"], ["text", "RT @InkyArrow: Начал свой путь в #eveonline, но пока дальше первой учебки я не долетел"], ["tweet_id", "436752235402641408"], ["updated_at", "2014-02-22 11:45:50.369393"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.370494"], ["hashtag_id", 1], ["hashtaggable_id", 353], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.370494"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436749304460738560' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 06:28:43.000000"], ["text", "RT @TheMittani: Victory in 0-W778: http://t.co/dQ0owGeAY4 #tweetfleet #eveonline http://t.co/UVgtUaVcLD AK status: not used."], ["tweet_id", "436749304460738560"], ["updated_at", "2014-02-22 11:45:50.376560"], ["user_handle", "edmkone1"], ["user_id", "2333983615"], ["user_image_url", "https://pbs.twimg.com/profile_images/432372279322738690/mdXPLPN7_normal.png"], ["user_name", "Edmark1"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.377828"], ["hashtag_id", 1], ["hashtaggable_id", 354], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.377828"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436749160574767105' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 06:28:08.000000"], ["text", "Oh hello there mining crystals. #EVEOnline"], ["tweet_id", "436749160574767105"], ["updated_at", "2014-02-22 11:45:50.383731"], ["user_handle", "BaronVonJace"], ["user_id", "90612814"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000849194909/42d5eba0f3889c4be89584cec1a4cb24_normal.png"], ["user_name", "Marshall Zanella"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.384744"], ["hashtag_id", 1], ["hashtaggable_id", 355], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.384744"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436748306405138432' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 06:24:45.000000"], ["text", "#Eveonline #Tweetfleet where is a good place to mine thats in 0.7 to 0.4 ???"], ["tweet_id", "436748306405138432"], ["updated_at", "2014-02-22 11:45:50.390298"], ["user_handle", "nitroxygen"], ["user_id", "112784101"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000528014919/252f30044f6466bc76f6146416900e8b_normal.png"], ["user_name", "Ni-Troxygen Gaming"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.391346"], ["hashtag_id", 1], ["hashtaggable_id", 356], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.391346"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436747453099151360' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 06:21:21.000000"], ["image_url", "https://pbs.twimg.com/media/Bg8LmDjIgAAUo9L.jpg"], ["text", "RT @FirstlyEve: I can think of about 500,000 people who would beg to differ. #tweetfleet #eveonline #comehereandletmeshowyou http://t.co/Qz…"], ["tweet_id", "436747453099151360"], ["updated_at", "2014-02-22 11:45:50.398913"], ["user_handle", "ToviThibault"], ["user_id", "528585460"], ["user_image_url", "https://pbs.twimg.com/profile_images/1906394143/90800471_normal.jpg"], ["user_name", "Tovi Thibault"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.400460"], ["hashtag_id", 1], ["hashtaggable_id", 357], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.400460"]]  (1.1ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436745408987951104' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 06:13:14.000000"], ["text", "EVE Down Under Show will NOT be live tonight (or next week), but will return on Friday 7 March. #tweetfleet #eveonline"], ["tweet_id", "436745408987951104"], ["updated_at", "2014-02-22 11:45:50.407170"], ["user_handle", "EVEDownUnder"], ["user_id", "1465895952"], ["user_image_url", "https://pbs.twimg.com/profile_images/3725089050/dea4b2221b0aebb1c5ca94c8af505ead_normal.jpeg"], ["user_name", "EVEDownUnder"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.408280"], ["hashtag_id", 1], ["hashtaggable_id", 358], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.408280"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436745372673650688' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 06:13:05.000000"], ["text", "http://t.co/HZFy44Vp0c #tweetfleet #eveonline"], ["tweet_id", "436745372673650688"], ["updated_at", "2014-02-22 11:45:50.414596"], ["user_handle", "TheMittani"], ["user_id", "39600392"], ["user_image_url", "https://pbs.twimg.com/profile_images/301849563/yesmittensdid_normal.jpg"], ["user_name", "The Mittani"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.415791"], ["hashtag_id", 1], ["hashtaggable_id", 359], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.415791"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436745192742592512' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 06:12:22.000000"], ["image_url", "https://pbs.twimg.com/media/BfuFZheCUAAAd7j.jpg"], ["text", "RT @dust514: RT @EveOnline: Announcing a monument to #eveonline players to be built in #iceland http://t.co/WTmYT1y7ew #art http://t.co/b7t…"], ["tweet_id", "436745192742592512"], ["updated_at", "2014-02-22 11:45:50.422372"], ["user_handle", "JMatrix76"], ["user_id", "348908513"], ["user_image_url", "https://pbs.twimg.com/profile_images/2912262372/009df92eb136d203cc3a399efa927198_normal.jpeg"], ["user_name", "Jason Clark"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.423510"], ["hashtag_id", 1], ["hashtaggable_id", 360], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.423510"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436740220608733185' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:52:37.000000"], ["text", "Victory in 0-W778: http://t.co/dQ0owGeAY4 #tweetfleet #eveonline http://t.co/UVgtUaVcLD AK status: not used."], ["tweet_id", "436740220608733185"], ["updated_at", "2014-02-22 11:45:50.429433"], ["user_handle", "TheMittani"], ["user_id", "39600392"], ["user_image_url", "https://pbs.twimg.com/profile_images/301849563/yesmittensdid_normal.jpg"], ["user_name", "The Mittani"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.430549"], ["hashtag_id", 1], ["hashtaggable_id", 361], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.430549"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436738796127010816' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:46:57.000000"], ["image_url", "https://pbs.twimg.com/media/Bg-WcRCCEAE-fTG.jpg"], ["text", "RT @Zimzat_EVE: Herp n Derp, #tweetfleet #EVEonline #NotEVE http://t.co/C2ycyU2I1W"], ["tweet_id", "436738796127010816"], ["updated_at", "2014-02-22 11:45:50.436783"], ["user_handle", "Choc_Salties"], ["user_id", "96983542"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000805224062/b5a57e6e0d474e7df113cee80635cdaf_normal.jpeg"], ["user_name", "Reinhard R-Kleist"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.437815"], ["hashtag_id", 1], ["hashtaggable_id", 362], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.437815"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436738376243630080' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:45:17.000000"], ["text", "RT @ChaosShikari: So, finally sorted out ingame recording and editing, here comes some sweet videos #tweetfleet #EVEonline"], ["tweet_id", "436738376243630080"], ["updated_at", "2014-02-22 11:45:50.443269"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.444320"], ["hashtag_id", 1], ["hashtaggable_id", 363], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.444320"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436738355230171136' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:45:12.000000"], ["image_url", "https://pbs.twimg.com/media/Bg-antxCQAA7uI5.png"], ["text", "RT @sad_mayu: Сегодня моему альянсу исполнилось 9 лет! :) С праздником, #RedAlliance! #eveonline http://t.co/LPBZ0NQXRv"], ["tweet_id", "436738355230171136"], ["updated_at", "2014-02-22 11:45:50.451942"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.453352"], ["hashtag_id", 1], ["hashtaggable_id", 364], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.453352"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436737695964872704' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:42:35.000000"], ["image_url", "https://pbs.twimg.com/media/Bg-antxCQAA7uI5.png"], ["text", "Сегодня моему альянсу исполнилось 9 лет! :) С праздником, #RedAlliance! #eveonline http://t.co/LPBZ0NQXRv"], ["tweet_id", "436737695964872704"], ["updated_at", "2014-02-22 11:45:50.460111"], ["user_handle", "sad_mayu"], ["user_id", "135542415"], ["user_image_url", "https://pbs.twimg.com/profile_images/416155076978155520/3XvPSY4U_normal.png"], ["user_name", "Mayumi Yuki"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.461172"], ["hashtag_id", 1], ["hashtaggable_id", 365], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.461172"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436737638511689728' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:42:21.000000"], ["text", "So, finally sorted out ingame recording and editing, here comes some sweet videos #tweetfleet #EVEonline"], ["tweet_id", "436737638511689728"], ["updated_at", "2014-02-22 11:45:50.467863"], ["user_handle", "ChaosShikari"], ["user_id", "609390170"], ["user_image_url", "https://pbs.twimg.com/profile_images/418704856396738560/H3ci7gWR_normal.jpeg"], ["user_name", "Chaos Shikari"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.469055"], ["hashtag_id", 1], ["hashtaggable_id", 366], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.469055"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436735874328702976' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:35:21.000000"], ["text", "#tweetfleet так попробую #eveonline"], ["tweet_id", "436735874328702976"], ["updated_at", "2014-02-22 11:45:50.474965"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.476082"], ["hashtag_id", 1], ["hashtaggable_id", 367], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.476082"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436735289357504512' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:33:01.000000"], ["image_url", "https://pbs.twimg.com/media/Bg-WcRCCEAE-fTG.jpg"], ["text", "RT @Zimzat_EVE: Herp n Derp, #tweetfleet #EVEonline #NotEVE http://t.co/C2ycyU2I1W"], ["tweet_id", "436735289357504512"], ["updated_at", "2014-02-22 11:45:50.483378"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.484652"], ["hashtag_id", 1], ["hashtaggable_id", 368], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.484652"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436735214027833344' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:32:43.000000"], ["text", "чет депутатов в фоловерах поприбавилось, мода штолле у ботов терь такая, депутатами называться ))) специально для #eveonline )))"], ["tweet_id", "436735214027833344"], ["updated_at", "2014-02-22 11:45:50.490801"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.491862"], ["hashtag_id", 1], ["hashtaggable_id", 369], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.491862"]]  (1.3ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436733101339705345' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:24:20.000000"], ["image_url", "https://pbs.twimg.com/media/Bg-WcRCCEAE-fTG.jpg"], ["text", "Herp n Derp, #tweetfleet #EVEonline #NotEVE http://t.co/C2ycyU2I1W"], ["tweet_id", "436733101339705345"], ["updated_at", "2014-02-22 11:45:50.500537"], ["user_handle", "Zimzat_EVE"], ["user_id", "1324593931"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000788130369/28fdbb661e4d019028b91a49b770f856_normal.jpeg"], ["user_name", "Zimzat"]] SQL (0.3ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.502277"], ["hashtag_id", 1], ["hashtaggable_id", 370], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.502277"]]  (1.2ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436732510681440256' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:21:59.000000"], ["text", "The journey begins - http://t.co/NSY39i4k9t #Eveonline #Tweetfleet"], ["tweet_id", "436732510681440256"], ["updated_at", "2014-02-22 11:45:50.509164"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.510212"], ["hashtag_id", 1], ["hashtaggable_id", 371], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.510212"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436730537001365505' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:14:08.000000"], ["image_url", "https://pbs.twimg.com/media/Bg8LmDjIgAAUo9L.jpg"], ["text", "RT @FirstlyEve: I can think of about 500,000 people who would beg to differ. #tweetfleet #eveonline #comehereandletmeshowyou http://t.co/Qz…"], ["tweet_id", "436730537001365505"], ["updated_at", "2014-02-22 11:45:50.517512"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.518664"], ["hashtag_id", 1], ["hashtaggable_id", 372], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.518664"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436730534300233728' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:14:08.000000"], ["text", "@SindelPellion @nubland you about to splode, just FYI #tweetfleet #EVEonline"], ["tweet_id", "436730534300233728"], ["updated_at", "2014-02-22 11:45:50.524760"], ["user_handle", "Zimzat_EVE"], ["user_id", "1324593931"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000788130369/28fdbb661e4d019028b91a49b770f856_normal.jpeg"], ["user_name", "Zimzat"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.525906"], ["hashtag_id", 1], ["hashtaggable_id", 373], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.525906"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436730434731655168' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:13:44.000000"], ["image_url", "https://pbs.twimg.com/media/BgdKAA4CQAIAG2I.png"], ["text", "RT @Hi7ch: This is Purgatory. She is my Black Ops Battleship from the Sin line. Even Ninja's are scared of her. #eveonline http://t.co/L5Gv…"], ["tweet_id", "436730434731655168"], ["updated_at", "2014-02-22 11:45:50.532321"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.533435"], ["hashtag_id", 1], ["hashtaggable_id", 374], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.533435"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436730355627073537' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:13:25.000000"], ["image_url", "https://pbs.twimg.com/media/BZSyNuiCQAA00nm.png"], ["text", "RT @SindelPellion: ... besides this. #tweetfleet #eveonline http://t.co/iJiWsfxxlJ"], ["tweet_id", "436730355627073537"], ["updated_at", "2014-02-22 11:45:50.539864"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.540917"], ["hashtag_id", 1], ["hashtaggable_id", 375], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.540917"]]  (3.4ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436729572328210432' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:10:18.000000"], ["image_url", "https://pbs.twimg.com/media/Bg-Sx4QCcAA-KDT.png"], ["text", "RT @winterblink: Left behind. #empiresentryproblems #eveonline #tweetfleet http://t.co/hcAVUBNvYW"], ["tweet_id", "436729572328210432"], ["updated_at", "2014-02-22 11:45:50.552358"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.554170"], ["hashtag_id", 1], ["hashtaggable_id", 376], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.554170"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436729501654200320' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:10:01.000000"], ["text", "@PyroRona pity, #tweetfleet i call to arms, Help @nitroxygen find a place in your corp, he is an avid miner. #EVEonline"], ["tweet_id", "436729501654200320"], ["updated_at", "2014-02-22 11:45:50.560795"], ["user_handle", "Zimzat_EVE"], ["user_id", "1324593931"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000788130369/28fdbb661e4d019028b91a49b770f856_normal.jpeg"], ["user_name", "Zimzat"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.561868"], ["hashtag_id", 1], ["hashtaggable_id", 377], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.561868"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436729366408859648' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:09:29.000000"], ["text", "чет депутатов в фоловерах поприбавилось, мода штолле у ботов терь такая, депутатами называться ))) специально для #EVEonline )))"], ["tweet_id", "436729366408859648"], ["updated_at", "2014-02-22 11:45:50.568447"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.569614"], ["hashtag_id", 1], ["hashtaggable_id", 378], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.569614"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436729074480738304' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:08:20.000000"], ["image_url", "https://pbs.twimg.com/media/Bg-Sx4QCcAA-KDT.png"], ["text", "Left behind. #empiresentryproblems #eveonline #tweetfleet http://t.co/hcAVUBNvYW"], ["tweet_id", "436729074480738304"], ["updated_at", "2014-02-22 11:45:50.576313"], ["user_handle", "winterblink"], ["user_id", "7588102"], ["user_image_url", "https://pbs.twimg.com/profile_images/426220223/n548706787_8719_normal.jpg"], ["user_name", "Winterblink"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.577484"], ["hashtag_id", 1], ["hashtaggable_id", 379], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.577484"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436728541288628224' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:06:12.000000"], ["text", "@nitroxygen @PyroRona if it's a mining corp they should have mining boosts out, orca and haulers. do it right. #tweetfleet #EVEonline"], ["tweet_id", "436728541288628224"], ["updated_at", "2014-02-22 11:45:50.584266"], ["user_handle", "Zimzat_EVE"], ["user_id", "1324593931"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000788130369/28fdbb661e4d019028b91a49b770f856_normal.jpeg"], ["user_name", "Zimzat"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.585353"], ["hashtag_id", 1], ["hashtaggable_id", 380], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.585353"]]  (6.1ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436728392659259392' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:05:37.000000"], ["text", "RT @FunkyBacon: 90 Day kill Tally: \nGal Mil: 83k\nCal Mil: 76k\nAmarr: 67k\nGoonswarm: 55k\nMinmatar: 47k\nRvB: 45k\n#tweetfleet #eveonline"], ["tweet_id", "436728392659259392"], ["updated_at", "2014-02-22 11:45:50.598693"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.600476"], ["hashtag_id", 1], ["hashtaggable_id", 381], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.600476"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436728342902235137' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:05:25.000000"], ["text", "RT @nitroxygen: @Zimzat_EVE @PyroRona The corp that i am in is a small 8 person corp and the CEO is almost never on lol #gottolook #eveonli…"], ["tweet_id", "436728342902235137"], ["updated_at", "2014-02-22 11:45:50.608824"], ["user_handle", "Zimzat_EVE"], ["user_id", "1324593931"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000788130369/28fdbb661e4d019028b91a49b770f856_normal.jpeg"], ["user_name", "Zimzat"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.610129"], ["hashtag_id", 1], ["hashtaggable_id", 382], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.610129"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436728293652701185' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:05:13.000000"], ["text", "RT @umgeher: Wallet Report, 3310268040 :: #eveonline"], ["tweet_id", "436728293652701185"], ["updated_at", "2014-02-22 11:45:50.616048"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.617088"], ["hashtag_id", 1], ["hashtaggable_id", 383], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.617088"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436727987380432896' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:04:00.000000"], ["text", "RT @CCP_Help: #EveOnline Tip of the day: CCP staff will never ask you for your password. Never tell your password to anyone or your account…"], ["tweet_id", "436727987380432896"], ["updated_at", "2014-02-22 11:45:50.623370"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.624482"], ["hashtag_id", 1], ["hashtaggable_id", 384], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.624482"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436727910209425408' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:03:42.000000"], ["text", "RT @E1mer: Today we have great holiday - 9 year anniversary! http://t.co/KAyiJUjy17 Long Live Red Alliance!! #eveonline #tweetfleet"], ["tweet_id", "436727910209425408"], ["updated_at", "2014-02-22 11:45:50.630291"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.631406"], ["hashtag_id", 1], ["hashtaggable_id", 385], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.631406"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436727676729319425' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:02:46.000000"], ["text", "@Zimzat_EVE @PyroRona The corp that i am in is a small 8 person corp and the CEO is almost never on lol #gottolook #eveonline"], ["tweet_id", "436727676729319425"], ["updated_at", "2014-02-22 11:45:50.637068"], ["user_handle", "nitroxygen"], ["user_id", "112784101"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000528014919/252f30044f6466bc76f6146416900e8b_normal.png"], ["user_name", "Ni-Troxygen Gaming"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.638112"], ["hashtag_id", 1], ["hashtaggable_id", 386], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.638112"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436727062305701888' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 05:00:20.000000"], ["text", "RT @nitroxygen: @Zimzat_EVE Eve is amazing been playing so much, I have been training to be a miner. Got 2 day to have a barge #tweetfleet …"], ["tweet_id", "436727062305701888"], ["updated_at", "2014-02-22 11:45:50.643635"], ["user_handle", "Zimzat_EVE"], ["user_id", "1324593931"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000788130369/28fdbb661e4d019028b91a49b770f856_normal.jpeg"], ["user_name", "Zimzat"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.644677"], ["hashtag_id", 1], ["hashtaggable_id", 387], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.644677"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436724606729478144' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 04:50:34.000000"], ["text", "#eveonline It's always fun when you realize that your ISK Flow problems are worse than the U.S. Budget Woes. #thi... http://t.co/cyBRvPJzCQ"], ["tweet_id", "436724606729478144"], ["updated_at", "2014-02-22 11:45:50.651622"], ["user_handle", "JonathanPryde"], ["user_id", "2353707576"], ["user_image_url", "https://pbs.twimg.com/profile_images/436589716939366401/S8uNvtl9_normal.jpeg"], ["user_name", "Jonathan Pryde"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.653014"], ["hashtag_id", 1], ["hashtaggable_id", 388], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.653014"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436723585512931328' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 04:46:31.000000"], ["text", "Today we have great holiday - 9 year anniversary! http://t.co/KAyiJUjy17 Long Live Red Alliance!! #eveonline #tweetfleet"], ["tweet_id", "436723585512931328"], ["updated_at", "2014-02-22 11:45:50.659356"], ["user_handle", "E1mer"], ["user_id", "38597457"], ["user_image_url", "https://pbs.twimg.com/profile_images/1384087397/eightbit-73a90c2e-a875-43f9-b92e-23d5086344a5_normal.png"], ["user_name", "Elmer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.660425"], ["hashtag_id", 1], ["hashtaggable_id", 389], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.660425"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436720690499031040' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 04:35:01.000000"], ["text", "#EveOnline Tip of the day: CCP staff will never ask you for your password. Never tell your password to anyone or your account may be at risk"], ["tweet_id", "436720690499031040"], ["updated_at", "2014-02-22 11:45:50.665951"], ["user_handle", "CCP_Help"], ["user_id", "2230427473"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000829762764/267e79ea2b7a81ff23fc888a998cd1e9_normal.png"], ["user_name", "CCP Customer Service"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.667011"], ["hashtag_id", 1], ["hashtaggable_id", 390], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.667011"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436708608743440384' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 03:47:00.000000"], ["text", "RT @TheMittani: 0-Where Is Your Progod Now, a station to be owned by Goontanamo Bay [WTRBD] in 0-W778 #tweetfleet #eveonline"], ["tweet_id", "436708608743440384"], ["updated_at", "2014-02-22 11:45:50.673529"], ["user_handle", "AVenturesTale"], ["user_id", "2320120465"], ["user_image_url", "https://pbs.twimg.com/profile_images/429376001924030464/C7b4l-H5_normal.png"], ["user_name", "A Venture's Tale"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.674674"], ["hashtag_id", 1], ["hashtaggable_id", 391], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.674674"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436700785024712704' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 03:15:55.000000"], ["text", "Wallet Report, 3310268040 :: #eveonline"], ["tweet_id", "436700785024712704"], ["updated_at", "2014-02-22 11:45:50.680794"], ["user_handle", "umgeher"], ["user_id", "8469132"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000119457782/69c9a16fa4850835be0a882c91f2072f_normal.jpeg"], ["user_name", "Umgeher Taborda"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.681983"], ["hashtag_id", 1], ["hashtaggable_id", 392], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.681983"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436698565118029824' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 03:07:06.000000"], ["text", "Toonbee - Looking at brochures for a Destroyer! - http://t.co/b8LhKGbyI6 #Eveonline #Tweetfleet"], ["tweet_id", "436698565118029824"], ["updated_at", "2014-02-22 11:45:50.687813"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.688894"], ["hashtag_id", 1], ["hashtaggable_id", 393], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.688894"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436689647520219136' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 02:31:39.000000"], ["text", "RT @Powersv2: Everyone can relax, good guys win again http://t.co/ZBtjJ7v8oz #tweetfleet #eveonline"], ["tweet_id", "436689647520219136"], ["updated_at", "2014-02-22 11:45:50.694491"], ["user_handle", "edmkone1"], ["user_id", "2333983615"], ["user_image_url", "https://pbs.twimg.com/profile_images/432372279322738690/mdXPLPN7_normal.png"], ["user_name", "Edmark1"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.695665"], ["hashtag_id", 1], ["hashtaggable_id", 394], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.695665"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436688773158408193' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 02:28:11.000000"], ["image_url", "https://pbs.twimg.com/media/Bg8LmDjIgAAUo9L.jpg"], ["text", "RT @FirstlyEve: I can think of about 500,000 people who would beg to differ. #tweetfleet #eveonline #comehereandletmeshowyou http://t.co/Qz…"], ["tweet_id", "436688773158408193"], ["updated_at", "2014-02-22 11:45:50.703945"], ["user_handle", "DianLung"], ["user_id", "281334780"], ["user_image_url", "https://pbs.twimg.com/profile_images/1761672845/7B95V7Pw_normal"], ["user_name", "Dian Lung"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.705244"], ["hashtag_id", 1], ["hashtaggable_id", 395], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.705244"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436686330974568448' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.5ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 02:18:29.000000"], ["text", "Everyone can relax, good guys win again http://t.co/ZBtjJ7v8oz #tweetfleet #eveonline"], ["tweet_id", "436686330974568448"], ["updated_at", "2014-02-22 11:45:50.711035"], ["user_handle", "Powersv2"], ["user_id", "449392396"], ["user_image_url", "https://pbs.twimg.com/profile_images/3270063992/e99fa3df48e604e0cb49d3f8a8d3bcc0_normal.png"], ["user_name", "Powers"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.712384"], ["hashtag_id", 1], ["hashtaggable_id", 396], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.712384"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436685137707667456' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 02:13:44.000000"], ["text", "Starting to wonder why I'm in a corporation. #EVEOnline"], ["tweet_id", "436685137707667456"], ["updated_at", "2014-02-22 11:45:50.718006"], ["user_handle", "redmarien"], ["user_id", "187031943"], ["user_image_url", "https://pbs.twimg.com/profile_images/417553499304382464/g0MWLRZ5_normal.png"], ["user_name", "uǝıɹɐɯpǝɹ"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.719322"], ["hashtag_id", 1], ["hashtaggable_id", 397], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.719322"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436674771770961920' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 01:32:33.000000"], ["text", "@CCP_Unifex @CCP_Guard @SindelPellion Given our aging player base might I recommend #EVEDisney ? #eveonline"], ["tweet_id", "436674771770961920"], ["updated_at", "2014-02-22 11:45:50.725834"], ["user_handle", "ArgusSorn"], ["user_id", "812556518"], ["user_image_url", "https://pbs.twimg.com/profile_images/2591684531/y4lx0l216m1xbcqo4fc3_normal.jpeg"], ["user_name", "Argus Sorn"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.726978"], ["hashtag_id", 1], ["hashtaggable_id", 398], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.726978"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436673042211950592' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 01:25:40.000000"], ["text", "90 Day kill Tally: \nGal Mil: 83k\nCal Mil: 76k\nAmarr: 67k\nGoonswarm: 55k\nMinmatar: 47k\nRvB: 45k\n#tweetfleet #eveonline"], ["tweet_id", "436673042211950592"], ["updated_at", "2014-02-22 11:45:50.732873"], ["user_handle", "FunkyBacon"], ["user_id", "20178313"], ["user_image_url", "https://pbs.twimg.com/profile_images/1410075551/Untitled-1_normal.jpg"], ["user_name", "FunkyBacon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.734015"], ["hashtag_id", 1], ["hashtaggable_id", 399], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.734015"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436669163692883968' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 01:10:16.000000"], ["text", "Toonbee \"Today is a good day to die!\" - http://t.co/ZbJ0eD7TLI #Eveonline #Tweetfleet"], ["tweet_id", "436669163692883968"], ["updated_at", "2014-02-22 11:45:50.739751"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:50.740783"], ["hashtag_id", 1], ["hashtaggable_id", 400], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:50.740783"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436667594611769344' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 01:04:02.000000"], ["text", "RT @RixxJavix: We should be able to see bookmarks on the tactical overview #tweetfleet #eveonline @CCPGames"], ["tweet_id", "436667594611769344"], ["updated_at", "2014-02-22 11:45:51.838260"], ["user_handle", "xavmxv"], ["user_id", "483425097"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000600582531/5bba1f29ac3540a089a72ce7cdc4fa85_normal.jpeg"], ["user_name", "Xavier Kaine"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:51.839364"], ["hashtag_id", 1], ["hashtaggable_id", 401], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:51.839364"]]  (2.4ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436665966341414912' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 00:57:33.000000"], ["text", "RT @RixxJavix: We should be able to see bookmarks on the tactical overview #tweetfleet #eveonline @CCPGames"], ["tweet_id", "436665966341414912"], ["updated_at", "2014-02-22 11:45:51.847233"], ["user_handle", "BursegSardaukar"], ["user_id", "37475752"], ["user_image_url", "https://pbs.twimg.com/profile_images/1485603564/SMERG_normal.jpg"], ["user_name", "Burseg Sardaukar"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:51.848320"], ["hashtag_id", 1], ["hashtaggable_id", 402], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:51.848320"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436662379573944320' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 00:43:18.000000"], ["text", "#tweetfleet gonna atenpt to interview the csm9 candidates, c jita park for sign ups #eveonline #podside"], ["tweet_id", "436662379573944320"], ["updated_at", "2014-02-22 11:45:51.854010"], ["user_handle", "Daehan_Minhyok"], ["user_id", "365250478"], ["user_image_url", "https://pbs.twimg.com/profile_images/1530805227/Min_normal.jpg"], ["user_name", "Daehan Minhyok"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:51.855063"], ["hashtag_id", 1], ["hashtaggable_id", 403], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:51.855063"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436660232429649921' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 00:34:46.000000"], ["text", "RT @RixxJavix: We should be able to see bookmarks on the tactical overview #tweetfleet #eveonline @CCPGames"], ["tweet_id", "436660232429649921"], ["updated_at", "2014-02-22 11:45:51.860466"], ["user_handle", "Corvid1692"], ["user_id", "47712063"], ["user_image_url", "https://pbs.twimg.com/profile_images/2931511000/63bd058083dacbfb9ddd229f7c86f368_normal.png"], ["user_name", "Daniel Sutton"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:51.861548"], ["hashtag_id", 1], ["hashtaggable_id", 404], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:51.861548"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436660179770159105' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 00:34:34.000000"], ["text", "RT @RixxJavix: We should be able to see bookmarks on the tactical overview #tweetfleet #eveonline @CCPGames"], ["tweet_id", "436660179770159105"], ["updated_at", "2014-02-22 11:45:51.866937"], ["user_handle", "EVE_Rhavas"], ["user_id", "178416163"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000581266514/960233b71e43a2105b33d6b6a48b2896_normal.jpeg"], ["user_name", "Rhavas"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:51.867955"], ["hashtag_id", 1], ["hashtaggable_id", 405], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:51.867955"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436658945462001665' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 00:29:39.000000"], ["text", "what #agile means to me... patches every damn time i start #eveonline"], ["tweet_id", "436658945462001665"], ["updated_at", "2014-02-22 11:45:51.874563"], ["user_handle", "edthered"], ["user_id", "14113330"], ["user_image_url", "https://pbs.twimg.com/profile_images/3339247905/6b3c71dcc0fb6a2fdeae09eab7adc52e_normal.png"], ["user_name", "Edward Vermilion"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:51.875703"], ["hashtag_id", 1], ["hashtaggable_id", 406], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:51.875703"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436657652903313409' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 00:24:31.000000"], ["text", "Glyde Tech Hoverboard: Short Film https://t.co/mjwFQovQRW You should totally watch this #tweetfleet #eveonline"], ["tweet_id", "436657652903313409"], ["updated_at", "2014-02-22 11:45:51.881556"], ["user_handle", "RixxJavix"], ["user_id", "315868674"], ["user_image_url", "https://pbs.twimg.com/profile_images/3655229394/1487dc41b39a3a1b6827984dc95072ea_normal.jpeg"], ["user_name", "Rixx Javix"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:51.882658"], ["hashtag_id", 1], ["hashtaggable_id", 407], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:51.882658"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436657648688443392' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 00:24:30.000000"], ["text", "Oh, the joy! The anatomy of a failed gank. - http://t.co/K0J2RQjtHe #Eveonline #Tweetfleet"], ["tweet_id", "436657648688443392"], ["updated_at", "2014-02-22 11:45:51.888421"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:51.889511"], ["hashtag_id", 1], ["hashtaggable_id", 408], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:51.889511"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436655564592930816' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 00:16:13.000000"], ["text", "RT @RixxJavix: We should be able to see bookmarks on the tactical overview #tweetfleet #eveonline @CCPGames"], ["tweet_id", "436655564592930816"], ["updated_at", "2014-02-22 11:45:51.894977"], ["user_handle", "este_destirr"], ["user_id", "2166887203"], ["user_image_url", "https://pbs.twimg.com/profile_images/431106048976379904/NPhIWv4C_normal.jpeg"], ["user_name", "Este DeStirr"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:51.895998"], ["hashtag_id", 1], ["hashtaggable_id", 409], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:51.895998"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436645366235029504' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 23:35:42.000000"], ["text", "Playing #Toukiden because the corporation war in #EVEOnline has slowed my mining down."], ["tweet_id", "436645366235029504"], ["updated_at", "2014-02-22 11:45:51.901832"], ["user_handle", "redmarien"], ["user_id", "187031943"], ["user_image_url", "https://pbs.twimg.com/profile_images/417553499304382464/g0MWLRZ5_normal.png"], ["user_name", "uǝıɹɐɯpǝɹ"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:51.903081"], ["hashtag_id", 1], ["hashtaggable_id", 410], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:51.903081"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436643278868316160' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 23:27:24.000000"], ["text", "We should be able to see bookmarks on the tactical overview #tweetfleet #eveonline @CCPGames"], ["tweet_id", "436643278868316160"], ["updated_at", "2014-02-22 11:45:51.909478"], ["user_handle", "RixxJavix"], ["user_id", "315868674"], ["user_image_url", "https://pbs.twimg.com/profile_images/3655229394/1487dc41b39a3a1b6827984dc95072ea_normal.jpeg"], ["user_name", "Rixx Javix"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:51.910596"], ["hashtag_id", 1], ["hashtaggable_id", 411], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:51.910596"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436642219744067584' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 23:23:12.000000"], ["text", "RT @erlendur: The EVE forums are back to normal. The software that is. The posting is your problem #tweetfleet #eveonline @CCP_Help @EVE_st…"], ["tweet_id", "436642219744067584"], ["updated_at", "2014-02-22 11:45:51.916201"], ["user_handle", "wartzilla"], ["user_id", "220612421"], ["user_image_url", "https://pbs.twimg.com/profile_images/2283588329/ikkz58ym4imaeltim78c_normal.jpeg"], ["user_name", "wartzilla"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:51.917238"], ["hashtag_id", 1], ["hashtaggable_id", 412], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:51.917238"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436642008296595458' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 23:22:21.000000"], ["text", "RT @erlendur: The EVE forums are back to normal. The software that is. The posting is your problem #tweetfleet #eveonline @CCP_Help @EVE_st…"], ["tweet_id", "436642008296595458"], ["updated_at", "2014-02-22 11:45:51.923897"], ["user_handle", "Alphax45"], ["user_id", "26377490"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000765850267/1d9ec24bb07d7be26d102e3bb828ba40_normal.jpeg"], ["user_name", "Kyle Alfred"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:51.925041"], ["hashtag_id", 1], ["hashtaggable_id", 413], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:51.925041"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436641219499012097' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 23:19:13.000000"], ["text", "The EVE forums are back to normal. The software that is. The posting is your problem #tweetfleet #eveonline @CCP_Help @EVE_status"], ["tweet_id", "436641219499012097"], ["updated_at", "2014-02-22 11:45:51.930984"], ["user_handle", "erlendur"], ["user_id", "30846470"], ["user_image_url", "https://pbs.twimg.com/profile_images/3008274003/d9bdcd1655e37cf795159a93bc609005_normal.jpeg"], ["user_name", "Erlendur"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:51.932104"], ["hashtag_id", 1], ["hashtaggable_id", 414], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:51.932104"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436636116272578560' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 22:58:57.000000"], ["text", "RT @erlendur: We are aware of issues with the EVE forums, sysadmins and team have been notified. #tweetfleet #eveonline @CCP_Help @EVE_stat…"], ["tweet_id", "436636116272578560"], ["updated_at", "2014-02-22 11:45:51.937800"], ["user_handle", "followIndoPr0"], ["user_id", "76906941"], ["user_image_url", "https://pbs.twimg.com/profile_images/412596450510389248/gr0orFMb_normal.jpeg"], ["user_name", "Rahmat Ramadhan"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:51.938861"], ["hashtag_id", 1], ["hashtaggable_id", 415], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:51.938861"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436636079689854976' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 22:58:48.000000"], ["text", "The EVE forums are offline for about 10 minutes or so. #tweetfleet #eveonline @CCP_Help @EVE_status"], ["tweet_id", "436636079689854976"], ["updated_at", "2014-02-22 11:45:51.944685"], ["user_handle", "erlendur"], ["user_id", "30846470"], ["user_image_url", "https://pbs.twimg.com/profile_images/3008274003/d9bdcd1655e37cf795159a93bc609005_normal.jpeg"], ["user_name", "Erlendur"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:51.945756"], ["hashtag_id", 1], ["hashtaggable_id", 416], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:51.945756"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436628682107793408' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 22:29:24.000000"], ["text", "#tweetfleet #eveonline Cardinal Rule of AFK Ratting #123541341234 Don't work on websites and rat. You tend to end up dead later."], ["tweet_id", "436628682107793408"], ["updated_at", "2014-02-22 11:45:51.951436"], ["user_handle", "JonathanPryde"], ["user_id", "2353707576"], ["user_image_url", "https://pbs.twimg.com/profile_images/436589716939366401/S8uNvtl9_normal.jpeg"], ["user_name", "Jonathan Pryde"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:51.952684"], ["hashtag_id", 1], ["hashtaggable_id", 417], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:51.952684"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436628627019816960' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 22:29:11.000000"], ["text", "#tweetfleet #eveonline I blogged a thing, because why work while @ work, lols http://t.co/00DQwX2TPH"], ["tweet_id", "436628627019816960"], ["updated_at", "2014-02-22 11:45:51.960128"], ["user_handle", "SovWarsShalee"], ["user_id", "402802686"], ["user_image_url", "https://pbs.twimg.com/profile_images/3312274339/fa0f2118006bfa1bd5313370609a8414_normal.jpeg"], ["user_name", "Shalee Lianne"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:51.961799"], ["hashtag_id", 1], ["hashtaggable_id", 418], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:51.961799"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436628047970979840' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 22:26:53.000000"], ["text", "First person frivolity or maybe not? - http://t.co/2IhWtIVAYi #Eveonline #Tweetfleet"], ["tweet_id", "436628047970979840"], ["updated_at", "2014-02-22 11:45:51.968410"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:51.969510"], ["hashtag_id", 1], ["hashtaggable_id", 419], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:51.969510"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436627611402653696' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 22:25:09.000000"], ["text", "We're still working on the EVE forums. #tweetfleet #eveonline @CCP_Help @EVE_status"], ["tweet_id", "436627611402653696"], ["updated_at", "2014-02-22 11:45:51.975366"], ["user_handle", "erlendur"], ["user_id", "30846470"], ["user_image_url", "https://pbs.twimg.com/profile_images/3008274003/d9bdcd1655e37cf795159a93bc609005_normal.jpeg"], ["user_name", "Erlendur"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:51.976454"], ["hashtag_id", 1], ["hashtaggable_id", 420], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:51.976454"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436625308817817600' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 22:16:00.000000"], ["text", "There is only one place I have ever heard the term \"market PvP\" uttered. #eveonline."], ["tweet_id", "436625308817817600"], ["updated_at", "2014-02-22 11:45:51.982208"], ["user_handle", "Volatar"], ["user_id", "45579224"], ["user_image_url", "https://pbs.twimg.com/profile_images/1496678770/a75067fa96e8b274e52ee56b2bc799999e104d7f_full_normal.jpg"], ["user_name", "Volatar"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:51.983435"], ["hashtag_id", 1], ["hashtaggable_id", 421], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:51.983435"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436625194317537280' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 22:15:33.000000"], ["text", "Battery about to die...But stay tuned big news ahead for us! #tweetfleet #eveonline #aieguild"], ["tweet_id", "436625194317537280"], ["updated_at", "2014-02-22 11:45:51.989313"], ["user_handle", "capstable"], ["user_id", "198910342"], ["user_image_url", "https://pbs.twimg.com/profile_images/1607048933/Itunes-logo_normal.jpg"], ["user_name", "Cap Stable"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.048201"], ["hashtag_id", 1], ["hashtaggable_id", 422], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.048201"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436624034198192128' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 22:10:56.000000"], ["text", "Surviving Eve whilst making a living as a solo-miner - http://t.co/pJg2n1zbdV #Eveonline #Tweetfleet"], ["tweet_id", "436624034198192128"], ["updated_at", "2014-02-22 11:45:52.054836"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.055979"], ["hashtag_id", 1], ["hashtaggable_id", 423], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.055979"]]  (0.6ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436622556855275521' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 22:05:04.000000"], ["image_url", "https://pbs.twimg.com/media/Bg8LmDjIgAAUo9L.jpg"], ["text", "RT @FirstlyEve: I can think of about 500,000 people who would beg to differ. #tweetfleet #eveonline #comehereandletmeshowyou http://t.co/Qz…"], ["tweet_id", "436622556855275521"], ["updated_at", "2014-02-22 11:45:52.062390"], ["user_handle", "tsalaroth"], ["user_id", "28345883"], ["user_image_url", "https://pbs.twimg.com/profile_images/435409775707168768/GenTn0_D_normal.jpeg"], ["user_name", "Michael"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.063519"], ["hashtag_id", 1], ["hashtaggable_id", 424], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.063519"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436622151677124609' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 22:03:27.000000"], ["image_url", "https://pbs.twimg.com/media/Bg8LmDjIgAAUo9L.jpg"], ["text", "RT @FirstlyEve: I can think of about 500,000 people who would beg to differ. #tweetfleet #eveonline #comehereandletmeshowyou http://t.co/Qz…"], ["tweet_id", "436622151677124609"], ["updated_at", "2014-02-22 11:45:52.070828"], ["user_handle", "EVELysenko"], ["user_id", "2332572104"], ["user_image_url", "https://pbs.twimg.com/profile_images/431943115134361600/B8-nheNR_normal.png"], ["user_name", "Lysenko Alland"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.072297"], ["hashtag_id", 1], ["hashtaggable_id", 425], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.072297"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436620562149171201' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 21:57:08.000000"], ["text", "EVE: True Stories digital #comics is coming! Awesome! https://t.co/aRxqpBE8ig #tweetfleet #eveonline"], ["tweet_id", "436620562149171201"], ["updated_at", "2014-02-22 11:45:52.078879"], ["user_handle", "Shrikey"], ["user_id", "6985312"], ["user_image_url", "https://pbs.twimg.com/profile_images/1139179425/JukkaRetrocam_normal.jpg"], ["user_name", "Jukka Kolehmainen"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.079996"], ["hashtag_id", 1], ["hashtaggable_id", 426], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.079996"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436614545608810496' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 21:33:14.000000"], ["text", "RT @evenews24: #tweetfleet EVE Candy: These EVE wallpapers beg to be shared among capsuleers… http://t.co/A6BrcB4yr8 #Articles #eveonline"], ["tweet_id", "436614545608810496"], ["updated_at", "2014-02-22 11:45:52.085576"], ["user_handle", "AdrienCambillau"], ["user_id", "1099308368"], ["user_image_url", "https://pbs.twimg.com/profile_images/425704500330917888/T856Dfe-_normal.jpeg"], ["user_name", "Calradian Army Knife"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.086641"], ["hashtag_id", 1], ["hashtaggable_id", 427], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.086641"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436611742245076992' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 21:22:05.000000"], ["text", "RT @evenews24: #tweetfleet EVE Candy: These EVE wallpapers beg to be shared among capsuleers… http://t.co/A6BrcB4yr8 #Articles #eveonline"], ["tweet_id", "436611742245076992"], ["updated_at", "2014-02-22 11:45:52.092243"], ["user_handle", "Alphax45"], ["user_id", "26377490"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000765850267/1d9ec24bb07d7be26d102e3bb828ba40_normal.jpeg"], ["user_name", "Kyle Alfred"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.093268"], ["hashtag_id", 1], ["hashtaggable_id", 428], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.093268"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436609619415543809' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 21:13:39.000000"], ["text", "#tweetfleet EVE Candy: These EVE wallpapers beg to be shared among capsuleers… http://t.co/A6BrcB4yr8 #Articles #eveonline"], ["tweet_id", "436609619415543809"], ["updated_at", "2014-02-22 11:45:52.099886"], ["user_handle", "evenews24"], ["user_id", "167901620"], ["user_image_url", "https://pbs.twimg.com/profile_images/3132214338/1eb456e723b00ed80b9ed3b0d59d18ec_normal.png"], ["user_name", "EveNews24.com"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.101105"], ["hashtag_id", 1], ["hashtaggable_id", 429], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.101105"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436608920510279680' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 21:10:53.000000"], ["text", "Начал свой путь в #eveonline, но пока дальше первой учебки я не долетел"], ["tweet_id", "436608920510279680"], ["updated_at", "2014-02-22 11:45:52.106968"], ["user_handle", "InkyArrow"], ["user_id", "335851096"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000790360263/2baea0e0ff0f1f21fc9bbe7d98cdf6be_normal.jpeg"], ["user_name", "Dmitry Kozak"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.108183"], ["hashtag_id", 1], ["hashtaggable_id", 430], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.108183"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436608285962436608' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 21:08:21.000000"], ["text", "A new version is up within a few days. Testing if modules fit before you try them on has been really difficult. #tweetfleet #eveonline"], ["tweet_id", "436608285962436608"], ["updated_at", "2014-02-22 11:45:52.114223"], ["user_handle", "EVEDroid"], ["user_id", "2343190667"], ["user_image_url", "https://pbs.twimg.com/profile_images/434619866612367360/bd5IuD7y_normal.png"], ["user_name", "EVE Droid"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.115312"], ["hashtag_id", 1], ["hashtaggable_id", 431], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.115312"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436604108892426240' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 20:51:45.000000"], ["text", "So if CCP were to do a single iteration on avatars, would would be the minimum first step? #tweetfleet #eveonline"], ["tweet_id", "436604108892426240"], ["updated_at", "2014-02-22 11:45:52.120997"], ["user_handle", "Flamespar"], ["user_id", "479237542"], ["user_image_url", "https://pbs.twimg.com/profile_images/431175168799428608/7t09JJkO_normal.jpeg"], ["user_name", "Red Bear"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.122108"], ["hashtag_id", 1], ["hashtaggable_id", 432], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.122108"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436601084337852416' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 20:39:44.000000"], ["text", "@Eve_Toon @Skir_Skor It's helpful if you get caught by a pirate capsuleer, too. :P #teamstayfrosty #eveonline"], ["tweet_id", "436601084337852416"], ["updated_at", "2014-02-22 11:45:52.128246"], ["user_handle", "este_destirr"], ["user_id", "2166887203"], ["user_image_url", "https://pbs.twimg.com/profile_images/431106048976379904/NPhIWv4C_normal.jpeg"], ["user_name", "Este DeStirr"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.129507"], ["hashtag_id", 1], ["hashtaggable_id", 433], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.129507"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436600504207302656' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 20:37:26.000000"], ["image_url", "https://pbs.twimg.com/media/Bg8LmDjIgAAUo9L.jpg"], ["text", "RT @FirstlyEve: I can think of about 500,000 people who would beg to differ. #tweetfleet #eveonline #comehereandletmeshowyou http://t.co/Qz…"], ["tweet_id", "436600504207302656"], ["updated_at", "2014-02-22 11:45:52.137571"], ["user_handle", "Compboy"], ["user_id", "44360896"], ["user_image_url", "https://pbs.twimg.com/profile_images/303258930/00040018cU4_1__normal.jpg"], ["user_name", "Compboy"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.139334"], ["hashtag_id", 1], ["hashtaggable_id", 434], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.139334"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436598757321236480' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 20:30:30.000000"], ["text", "RT @TheMittani: 0-Where Is Your Progod Now, a station to be owned by Goontanamo Bay [WTRBD] in 0-W778 #tweetfleet #eveonline"], ["tweet_id", "436598757321236480"], ["updated_at", "2014-02-22 11:45:52.146159"], ["user_handle", "HVACRepairman"], ["user_id", "601698076"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000580230749/e2b16952974a3dca13e9b831ba934627_normal.jpeg"], ["user_name", "HVAC Repairman"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.147267"], ["hashtag_id", 1], ["hashtaggable_id", 435], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.147267"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436598479146606592' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 20:29:23.000000"], ["text", "RT @TheMittani: 0-Where Is Your Progod Now, a station to be owned by Goontanamo Bay [WTRBD] in 0-W778 #tweetfleet #eveonline"], ["tweet_id", "436598479146606592"], ["updated_at", "2014-02-22 11:45:52.152917"], ["user_handle", "mynnna_eve"], ["user_id", "217299242"], ["user_image_url", "https://pbs.twimg.com/profile_images/3037871913/d9613cbe8fee260bb4f0fea935955fc5_normal.png"], ["user_name", "mynnna"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.153995"], ["hashtag_id", 1], ["hashtaggable_id", 436], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.153995"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436598202545225729' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 20:28:17.000000"], ["text", "#eveonline misiones http://t.co/xHH5GUA3GL"], ["tweet_id", "436598202545225729"], ["updated_at", "2014-02-22 11:45:52.160357"], ["user_handle", "osatechnologic"], ["user_id", "143721908"], ["user_image_url", "https://pbs.twimg.com/profile_images/3208236539/c0f3795e76502b26228a984b96484a44_normal.jpeg"], ["user_name", "osatechnologic"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.161495"], ["hashtag_id", 1], ["hashtaggable_id", 437], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.161495"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436596211869827072' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 20:20:23.000000"], ["image_url", "https://pbs.twimg.com/media/Bg8LmDjIgAAUo9L.jpg"], ["text", "RT @FirstlyEve: I can think of about 500,000 people who would beg to differ. #tweetfleet #eveonline #comehereandletmeshowyou http://t.co/Qz…"], ["tweet_id", "436596211869827072"], ["updated_at", "2014-02-22 11:45:52.168044"], ["user_handle", "KainSpero"], ["user_id", "952506409"], ["user_image_url", "https://pbs.twimg.com/profile_images/3205759634/ed66e0fc2f0de4ceb6108c2f7173cff0_normal.png"], ["user_name", "Kane Spero"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.169187"], ["hashtag_id", 1], ["hashtaggable_id", 438], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.169187"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436594027228823552' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 20:11:42.000000"], ["text", "To the nerds amongst you, check out http://t.co/fsGSlOyTLI just checked, works great with zKB! ;) #devfleet #tweetfleet #eveonline"], ["tweet_id", "436594027228823552"], ["updated_at", "2014-02-22 11:45:52.174908"], ["user_handle", "eve_kill"], ["user_id", "375268066"], ["user_image_url", "https://pbs.twimg.com/profile_images/1547384154/Image_2011-09-17_at_10.28.31_PM_normal.png"], ["user_name", "EVE-KILL"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.175972"], ["hashtag_id", 1], ["hashtaggable_id", 439], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.175972"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436593741345095680' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 20:10:34.000000"], ["image_url", "https://pbs.twimg.com/media/Bg8LmDjIgAAUo9L.jpg"], ["text", "RT @FirstlyEve: I can think of about 500,000 people who would beg to differ. #tweetfleet #eveonline #comehereandletmeshowyou http://t.co/Qz…"], ["tweet_id", "436593741345095680"], ["updated_at", "2014-02-22 11:45:52.182250"], ["user_handle", "EVE_MP"], ["user_id", "149064372"], ["user_image_url", "https://pbs.twimg.com/profile_images/937821754/27545_127305473963288_2524_q_normal.jpg"], ["user_name", "EVE-MP"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.183313"], ["hashtag_id", 1], ["hashtaggable_id", 440], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.183313"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436591867518402561' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 20:03:07.000000"], ["text", "@Eve_Toon Very much actually. A lot of #eveonline in-story writing fals apart for me at the \"pilot in a pod\" stage. You've handled it well."], ["tweet_id", "436591867518402561"], ["updated_at", "2014-02-22 11:45:52.190219"], ["user_handle", "este_destirr"], ["user_id", "2166887203"], ["user_image_url", "https://pbs.twimg.com/profile_images/431106048976379904/NPhIWv4C_normal.jpeg"], ["user_name", "Este DeStirr"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.191701"], ["hashtag_id", 1], ["hashtaggable_id", 441], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.191701"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436591573506072576' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 20:01:57.000000"], ["text", "http://t.co/jRzFFn1gtG third of four tweets for the day on this! Please vote and share to make our dreams come true! #tweetfleet #eveonline"], ["tweet_id", "436591573506072576"], ["updated_at", "2014-02-22 11:45:52.198604"], ["user_handle", "RyliaSzet"], ["user_id", "383347965"], ["user_image_url", "https://pbs.twimg.com/profile_images/1568287386/1534337289_128_normal.jpg"], ["user_name", "Rylia"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.199743"], ["hashtag_id", 1], ["hashtaggable_id", 442], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.199743"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436590952887885824' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:59:29.000000"], ["text", "Toon strategy - How does my new Toonbee live and train? - http://t.co/bc8AUQStI0 #Eveonline #Tweetfleet"], ["tweet_id", "436590952887885824"], ["updated_at", "2014-02-22 11:45:52.205739"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.206871"], ["hashtag_id", 1], ["hashtaggable_id", 443], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.206871"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436590877474312192' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:59:11.000000"], ["image_url", "https://pbs.twimg.com/media/Bg8LmDjIgAAUo9L.jpg"], ["text", "RT @FirstlyEve: I can think of about 500,000 people who would beg to differ. #tweetfleet #eveonline #comehereandletmeshowyou http://t.co/Qz…"], ["tweet_id", "436590877474312192"], ["updated_at", "2014-02-22 11:45:52.213408"], ["user_handle", "PaulFreeman61"], ["user_id", "205934717"], ["user_image_url", "https://pbs.twimg.com/profile_images/1608916053/M6BE5JKF_normal"], ["user_name", "Paul Freeman"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.214541"], ["hashtag_id", 1], ["hashtaggable_id", 444], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.214541"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436590548271378432' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:57:52.000000"], ["text", "@Eve_Toon I... *just* got Toonay's and Toonbee's names. #slowroll #eveonline #tweetfleet"], ["tweet_id", "436590548271378432"], ["updated_at", "2014-02-22 11:45:52.222620"], ["user_handle", "este_destirr"], ["user_id", "2166887203"], ["user_image_url", "https://pbs.twimg.com/profile_images/431106048976379904/NPhIWv4C_normal.jpeg"], ["user_name", "Este DeStirr"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.224723"], ["hashtag_id", 1], ["hashtaggable_id", 445], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.224723"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436589986604134400' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:55:38.000000"], ["text", "Dual Toon strategy in action - Toonbee is born... - http://t.co/qLkdV0hL1A #Eveonline #Tweetfleet"], ["tweet_id", "436589986604134400"], ["updated_at", "2014-02-22 11:45:52.232038"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.233171"], ["hashtag_id", 1], ["hashtaggable_id", 446], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.233171"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436588417363619841' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:49:24.000000"], ["image_url", "https://pbs.twimg.com/media/Bg8LmDjIgAAUo9L.jpg"], ["text", "RT @FirstlyEve: I can think of about 500,000 people who would beg to differ. #tweetfleet #eveonline #comehereandletmeshowyou http://t.co/Qz…"], ["tweet_id", "436588417363619841"], ["updated_at", "2014-02-22 11:45:52.239608"], ["user_handle", "MuffyROX"], ["user_id", "720314287"], ["user_image_url", "https://pbs.twimg.com/profile_images/2803744925/fdca70ec702503b835ad834e7775a65a_normal.jpeg"], ["user_name", "Muffy ROX"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.240738"], ["hashtag_id", 1], ["hashtaggable_id", 447], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.240738"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436587857025581056' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:47:11.000000"], ["image_url", "https://pbs.twimg.com/media/Bg8LmDjIgAAUo9L.jpg"], ["text", "RT @FirstlyEve: I can think of about 500,000 people who would beg to differ. #tweetfleet #eveonline #comehereandletmeshowyou http://t.co/Qz…"], ["tweet_id", "436587857025581056"], ["updated_at", "2014-02-22 11:45:52.247295"], ["user_handle", "gamerchick42"], ["user_id", "249491431"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000630166476/39ac5b65bde31ccd23863c2c2ee6c4ba_normal.jpeg"], ["user_name", "Susan Black"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.248419"], ["hashtag_id", 1], ["hashtaggable_id", 448], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.248419"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436586777118535680' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:42:53.000000"], ["text", "Team and sysadmins are investigating the EVE forums issue. #tweetfleet #eveonline @CCP_Help"], ["tweet_id", "436586777118535680"], ["updated_at", "2014-02-22 11:45:52.255502"], ["user_handle", "erlendur"], ["user_id", "30846470"], ["user_image_url", "https://pbs.twimg.com/profile_images/3008274003/d9bdcd1655e37cf795159a93bc609005_normal.jpeg"], ["user_name", "Erlendur"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.257234"], ["hashtag_id", 1], ["hashtaggable_id", 449], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.257234"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436586324670173184' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:41:05.000000"], ["text", "#tweetfleet Snot Shot: A Message to a Null Sec Newbie – Propaganda 101 http://t.co/P3GUvx4Lpk #Articles #eveonline"], ["tweet_id", "436586324670173184"], ["updated_at", "2014-02-22 11:45:52.264773"], ["user_handle", "evenews24"], ["user_id", "167901620"], ["user_image_url", "https://pbs.twimg.com/profile_images/3132214338/1eb456e723b00ed80b9ed3b0d59d18ec_normal.png"], ["user_name", "EveNews24.com"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.265912"], ["hashtag_id", 1], ["hashtaggable_id", 450], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.265912"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436584793166204929' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:35:00.000000"], ["image_url", "https://pbs.twimg.com/media/Bg8LmDjIgAAUo9L.jpg"], ["text", "RT @FirstlyEve: I can think of about 500,000 people who would beg to differ. #tweetfleet #eveonline #comehereandletmeshowyou http://t.co/Qz…"], ["tweet_id", "436584793166204929"], ["updated_at", "2014-02-22 11:45:52.272447"], ["user_handle", "MandiKCarpenter"], ["user_id", "15564083"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000520780029/81746e49bd7c97d485b795caf003c88b_normal.jpeg"], ["user_name", "Mandi Kay"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.273590"], ["hashtag_id", 1], ["hashtaggable_id", 451], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.273590"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436584571094970368' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:34:07.000000"], ["image_url", "https://pbs.twimg.com/media/Bg8LmDjIgAAUo9L.jpg"], ["text", "RT @FirstlyEve: I can think of about 500,000 people who would beg to differ. #tweetfleet #eveonline #comehereandletmeshowyou http://t.co/Qz…"], ["tweet_id", "436584571094970368"], ["updated_at", "2014-02-22 11:45:52.279906"], ["user_handle", "lostoffworld"], ["user_id", "13607302"], ["user_image_url", "https://pbs.twimg.com/profile_images/2708688761/8f4915b13508678899b37493379755ba_normal.jpeg"], ["user_name", "lostoffworld"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.281031"], ["hashtag_id", 1], ["hashtaggable_id", 452], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.281031"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436584342320852992' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:33:13.000000"], ["image_url", "https://pbs.twimg.com/media/Bg8LmDjIgAAUo9L.jpg"], ["text", "RT @FirstlyEve: I can think of about 500,000 people who would beg to differ. #tweetfleet #eveonline #comehereandletmeshowyou http://t.co/Qz…"], ["tweet_id", "436584342320852992"], ["updated_at", "2014-02-22 11:45:52.288263"], ["user_handle", "ChribbaVeldspar"], ["user_id", "208541451"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000403326962/44f7298409ec7c45bfc963ed3fe91a87_normal.jpeg"], ["user_name", "Chribba"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.289791"], ["hashtag_id", 1], ["hashtaggable_id", 453], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.289791"]]  (1.2ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436584296355463168' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:33:02.000000"], ["image_url", "https://pbs.twimg.com/media/Bg8LmDjIgAAUo9L.jpg"], ["text", "RT @FirstlyEve: I can think of about 500,000 people who would beg to differ. #tweetfleet #eveonline #comehereandletmeshowyou http://t.co/Qz…"], ["tweet_id", "436584296355463168"], ["updated_at", "2014-02-22 11:45:52.297389"], ["user_handle", "MizhirStarsurge"], ["user_id", "625690119"], ["user_image_url", "https://pbs.twimg.com/profile_images/2485436096/ko88cy0ck8pq6ivrmb7g_normal.jpeg"], ["user_name", "Mizhir"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.298525"], ["hashtag_id", 1], ["hashtaggable_id", 454], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.298525"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436584272997384193' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:32:56.000000"], ["text", "While @EveOnline team works on restoring forums, go watch BR-5RB battle in your browser: http://t.co/iIUVnQSUkp #eveonline"], ["tweet_id", "436584272997384193"], ["updated_at", "2014-02-22 11:45:52.304080"], ["user_handle", "rox_lukas"], ["user_id", "183519788"], ["user_image_url", "https://pbs.twimg.com/profile_images/2585331589/3mw8a9xqorz1jii75igw_normal.jpeg"], ["user_name", "Lukas Rox"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.305131"], ["hashtag_id", 1], ["hashtaggable_id", 455], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.305131"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436584190067613696' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:32:36.000000"], ["text", "RT @MizhirStarsurge: One week left. Get you a-game on. https://t.co/V3j8G2Zd1Q #tweetfleet #eveonline"], ["tweet_id", "436584190067613696"], ["updated_at", "2014-02-22 11:45:52.311153"], ["user_handle", "Asayanami"], ["user_id", "25164223"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000615855924/b570fa598da8eecd0c22206f510ffff5_normal.png"], ["user_name", "Asayanami Dei"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.312238"], ["hashtag_id", 1], ["hashtaggable_id", 456], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.312238"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436584149571616768' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:32:27.000000"], ["image_url", "https://pbs.twimg.com/media/Bg8LmDjIgAAUo9L.jpg"], ["text", "RT @FirstlyEve: I can think of about 500,000 people who would beg to differ. #tweetfleet #eveonline #comehereandletmeshowyou http://t.co/Qz…"], ["tweet_id", "436584149571616768"], ["updated_at", "2014-02-22 11:45:52.319401"], ["user_handle", "Asayanami"], ["user_id", "25164223"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000615855924/b570fa598da8eecd0c22206f510ffff5_normal.png"], ["user_name", "Asayanami Dei"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.320548"], ["hashtag_id", 1], ["hashtaggable_id", 457], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.320548"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436583635157012480' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:30:24.000000"], ["text", "RT @erlendur: We are aware of issues with the EVE forums, sysadmins and team have been notified. #tweetfleet #eveonline @CCP_Help @EVE_stat…"], ["tweet_id", "436583635157012480"], ["updated_at", "2014-02-22 11:45:52.326419"], ["user_handle", "ISD_LackOfFaith"], ["user_id", "1712825270"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000384838345/7155d15226626f2eaa8afff336496935_normal.jpeg"], ["user_name", "ISD LackOfFaith"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.327554"], ["hashtag_id", 1], ["hashtaggable_id", 458], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.327554"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436582940316016640' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:27:38.000000"], ["text", "RT @erlendur: We are aware of issues with the EVE forums, sysadmins and team have been notified. #tweetfleet #eveonline @CCP_Help @EVE_stat…"], ["tweet_id", "436582940316016640"], ["updated_at", "2014-02-22 11:45:52.333237"], ["user_handle", "ISD_Eshtir"], ["user_id", "1719997706"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000396843542/843d3f99eb01b4b49d4882e1a32e2307_normal.jpeg"], ["user_name", "ISD Eshtir"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.334368"], ["hashtag_id", 1], ["hashtaggable_id", 459], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.334368"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436582565986979840' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:26:09.000000"], ["text", "We are aware of issues with the EVE forums, sysadmins and team have been notified. #tweetfleet #eveonline @CCP_Help @EVE_status"], ["tweet_id", "436582565986979840"], ["updated_at", "2014-02-22 11:45:52.341793"], ["user_handle", "erlendur"], ["user_id", "30846470"], ["user_image_url", "https://pbs.twimg.com/profile_images/3008274003/d9bdcd1655e37cf795159a93bc609005_normal.jpeg"], ["user_name", "Erlendur"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.343228"], ["hashtag_id", 1], ["hashtaggable_id", 460], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.343228"]]  (1.1ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436581533928128512' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:22:03.000000"], ["image_url", "https://pbs.twimg.com/media/Bg8LmDjIgAAUo9L.jpg"], ["text", "RT @FirstlyEve: I can think of about 500,000 people who would beg to differ. #tweetfleet #eveonline #comehereandletmeshowyou http://t.co/Qz…"], ["tweet_id", "436581533928128512"], ["updated_at", "2014-02-22 11:45:52.350091"], ["user_handle", "CCP_Merovingian"], ["user_id", "310084160"], ["user_image_url", "https://pbs.twimg.com/profile_images/431064178577510400/1KF_psK5_normal.jpeg"], ["user_name", "CCP_Merovingian"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.351144"], ["hashtag_id", 1], ["hashtaggable_id", 461], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.351144"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436580992812601344' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:19:54.000000"], ["image_url", "https://pbs.twimg.com/media/Bg8LmDjIgAAUo9L.jpg"], ["text", "RT @FirstlyEve: I can think of about 500,000 people who would beg to differ. #tweetfleet #eveonline #comehereandletmeshowyou http://t.co/Qz…"], ["tweet_id", "436580992812601344"], ["updated_at", "2014-02-22 11:45:52.358222"], ["user_handle", "ubentobox"], ["user_id", "27252907"], ["user_image_url", "https://pbs.twimg.com/profile_images/1102324153/twitter-fizz_normal.gif"], ["user_name", "Ubentobox"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.359466"], ["hashtag_id", 1], ["hashtaggable_id", 462], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.359466"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436580538824929280' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:18:06.000000"], ["image_url", "https://pbs.twimg.com/media/Bg8LmDjIgAAUo9L.jpg"], ["text", "RT @FirstlyEve: I can think of about 500,000 people who would beg to differ. #tweetfleet #eveonline #comehereandletmeshowyou http://t.co/Qz…"], ["tweet_id", "436580538824929280"], ["updated_at", "2014-02-22 11:45:52.366971"], ["user_handle", "valtrinor"], ["user_id", "220616100"], ["user_image_url", "https://pbs.twimg.com/profile_images/3564828445/d9d73078840304eb0f8e7fe877f38dc3_normal.jpeg"], ["user_name", "Valtrinor"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.368168"], ["hashtag_id", 1], ["hashtaggable_id", 463], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.368168"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436580495904997376' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:17:56.000000"], ["image_url", "https://pbs.twimg.com/media/Bg8LmDjIgAAUo9L.jpg"], ["text", "RT @FirstlyEve: I can think of about 500,000 people who would beg to differ. #tweetfleet #eveonline #comehereandletmeshowyou http://t.co/Qz…"], ["tweet_id", "436580495904997376"], ["updated_at", "2014-02-22 11:45:52.374605"], ["user_handle", "rox_lukas"], ["user_id", "183519788"], ["user_image_url", "https://pbs.twimg.com/profile_images/2585331589/3mw8a9xqorz1jii75igw_normal.jpeg"], ["user_name", "Lukas Rox"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.375739"], ["hashtag_id", 1], ["hashtaggable_id", 464], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.375739"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436580437394456576' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:17:42.000000"], ["image_url", "https://pbs.twimg.com/media/Bg8LmDjIgAAUo9L.jpg"], ["text", "I can think of about 500,000 people who would beg to differ. #tweetfleet #eveonline #comehereandletmeshowyou http://t.co/QzDso1gVD7"], ["tweet_id", "436580437394456576"], ["updated_at", "2014-02-22 11:45:52.382435"], ["user_handle", "FirstlyEve"], ["user_id", "486235470"], ["user_image_url", "https://pbs.twimg.com/profile_images/2313404394/3zswxs476mf346sousty_normal.jpeg"], ["user_name", "Firstly"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.383600"], ["hashtag_id", 1], ["hashtaggable_id", 465], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.383600"]]  (4.4ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436578409754685440' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:09:38.000000"], ["text", "EVE Forums are super broken? No timestamps, threads are from 2012? Something crashed hard? @erlendur #eveonline #tweetfleet"], ["tweet_id", "436578409754685440"], ["updated_at", "2014-02-22 11:45:52.394269"], ["user_handle", "ChribbaVeldspar"], ["user_id", "208541451"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000403326962/44f7298409ec7c45bfc963ed3fe91a87_normal.jpeg"], ["user_name", "Chribba"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.395516"], ["hashtag_id", 1], ["hashtaggable_id", 466], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.395516"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436578234587955200' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:08:57.000000"], ["text", "One week left. Get you a-game on. https://t.co/V3j8G2Zd1Q #tweetfleet #eveonline"], ["tweet_id", "436578234587955200"], ["updated_at", "2014-02-22 11:45:52.401116"], ["user_handle", "MizhirStarsurge"], ["user_id", "625690119"], ["user_image_url", "https://pbs.twimg.com/profile_images/2485436096/ko88cy0ck8pq6ivrmb7g_normal.jpeg"], ["user_name", "Mizhir"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.402104"], ["hashtag_id", 1], ["hashtaggable_id", 467], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.402104"]]  (1.2ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436577161659838465' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.5ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 19:04:41.000000"], ["text", "Interesting story on the new #eveonline comic book: http://t.co/yDiWlguQPc #tweetfleet"], ["tweet_id", "436577161659838465"], ["updated_at", "2014-02-22 11:45:52.408688"], ["user_handle", "NevilleSmit"], ["user_id", "490759157"], ["user_image_url", "https://pbs.twimg.com/profile_images/1823114369/NevilleSmit_normal.jpg"], ["user_name", "Neville Smit"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.410141"], ["hashtag_id", 1], ["hashtaggable_id", 468], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.410141"]]  (9.6ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436575783453466624' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 18:59:12.000000"], ["text", "I ponder the joys and aggravations of being a corporate director in #eveonline, in my latest blog post: http://t.co/ihatAmPBXJ #tweetfleet"], ["tweet_id", "436575783453466624"], ["updated_at", "2014-02-22 11:45:52.425293"], ["user_handle", "NevilleSmit"], ["user_id", "490759157"], ["user_image_url", "https://pbs.twimg.com/profile_images/1823114369/NevilleSmit_normal.jpg"], ["user_name", "Neville Smit"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.426686"], ["hashtag_id", 1], ["hashtaggable_id", 469], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.426686"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436571439156957184' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 18:41:56.000000"], ["text", "RT @Sean_Decker: @Icelandair I think at 30,000ft the occasion deserves something more exotic and Icelandic. Perhaps playing CCP's #eveonlin…"], ["tweet_id", "436571439156957184"], ["updated_at", "2014-02-22 11:45:52.432950"], ["user_handle", "PyroRona"], ["user_id", "1690604676"], ["user_image_url", "https://pbs.twimg.com/profile_images/427528034690662400/MBJoUtny_normal.jpeg"], ["user_name", "Pyro"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.434404"], ["hashtag_id", 1], ["hashtaggable_id", 470], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.434404"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436567858760273920' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 18:27:43.000000"], ["image_url", "https://pbs.twimg.com/media/Bg8AJ44CUAAdM2c.jpg"], ["text", "Winning a little faster now #tweetfleet #eveonline #nomad http://t.co/jDMc0J101d"], ["tweet_id", "436567858760273920"], ["updated_at", "2014-02-22 11:45:52.442722"], ["user_handle", "edmkone1"], ["user_id", "2333983615"], ["user_image_url", "https://pbs.twimg.com/profile_images/432372279322738690/mdXPLPN7_normal.png"], ["user_name", "Edmark1"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.444033"], ["hashtag_id", 1], ["hashtaggable_id", 471], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.444033"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436564331233550336' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 18:13:42.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436564331233550336"], ["updated_at", "2014-02-22 11:45:52.450591"], ["user_handle", "Voodoo_Ginger"], ["user_id", "889962224"], ["user_image_url", "https://pbs.twimg.com/profile_images/2736060479/dbb66b53e1ba50633564eb7669632b89_normal.jpeg"], ["user_name", "Voodoo Williams"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.451666"], ["hashtag_id", 1], ["hashtaggable_id", 472], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.451666"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436561771034583042' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 18:03:31.000000"], ["text", "werde mich aus Gründen ein paar Stunden in eine virtuelle Welt zurückziehen. In Ruhe Erze abbauen. #eveonline"], ["tweet_id", "436561771034583042"], ["updated_at", "2014-02-22 11:45:52.457310"], ["user_handle", "boydroid"], ["user_id", "89437290"], ["user_image_url", "https://pbs.twimg.com/profile_images/1484672018/droidboy_rot_transparent_gro__normal.png"], ["user_name", "Droid Boy"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.458384"], ["hashtag_id", 1], ["hashtaggable_id", 473], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.458384"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436561704877817857' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 18:03:16.000000"], ["text", "RT @TheMittani: 0-Where Is Your Progod Now, a station to be owned by Goontanamo Bay [WTRBD] in 0-W778 #tweetfleet #eveonline"], ["tweet_id", "436561704877817857"], ["updated_at", "2014-02-22 11:45:52.464368"], ["user_handle", "LucasRaholan"], ["user_id", "1382931162"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000623282842/5dd38c1b7528a41f88e70ae7238f64f8_normal.jpeg"], ["user_name", "Lucas Raholan"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.465732"], ["hashtag_id", 1], ["hashtaggable_id", 474], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.465732"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436561562233757696' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 18:02:42.000000"], ["text", "RT @TheMittani: 0-Where Is Your Progod Now, a station to be owned by Goontanamo Bay [WTRBD] in 0-W778 #tweetfleet #eveonline"], ["tweet_id", "436561562233757696"], ["updated_at", "2014-02-22 11:45:52.473789"], ["user_handle", "NotDirkSmacker"], ["user_id", "1525523365"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000007058465/0d5f04c3db8648d7bbabd6409d00eb51_normal.jpeg"], ["user_name", "NotDirkSmacker"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.475352"], ["hashtag_id", 1], ["hashtaggable_id", 475], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.475352"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436560836812091392' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 17:59:49.000000"], ["text", "RT @TheMittani: 0-Where Is Your Progod Now, a station to be owned by Goontanamo Bay [WTRBD] in 0-W778 #tweetfleet #eveonline"], ["tweet_id", "436560836812091392"], ["updated_at", "2014-02-22 11:45:52.481287"], ["user_handle", "LordXanderEVE"], ["user_id", "1954659440"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000635765817/bc85967dbb7ce73d2e6e3303f61e6dc7_normal.jpeg"], ["user_name", "Lord Xander"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.482414"], ["hashtag_id", 1], ["hashtaggable_id", 476], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.482414"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436559942389362688' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 17:56:15.000000"], ["text", "RT @TheMittani: 0-Where Is Your Progod Now, a station to be owned by Goontanamo Bay [WTRBD] in 0-W778 #tweetfleet #eveonline"], ["tweet_id", "436559942389362688"], ["updated_at", "2014-02-22 11:45:52.489332"], ["user_handle", "EVE_WOLFPACKED"], ["user_id", "1392354948"], ["user_image_url", "https://pbs.twimg.com/profile_images/3595908601/8525479432adf7328b77ef275d583e6d_normal.jpeg"], ["user_name", "ONE-MAN WOLF-PACK"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.490809"], ["hashtag_id", 1], ["hashtaggable_id", 477], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.490809"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436558997752410112' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 17:52:30.000000"], ["text", "RT @TheMittani: 0-Where Is Your Progod Now, a station to be owned by Goontanamo Bay [WTRBD] in 0-W778 #tweetfleet #eveonline"], ["tweet_id", "436558997752410112"], ["updated_at", "2014-02-22 11:45:52.497342"], ["user_handle", "edmkone1"], ["user_id", "2333983615"], ["user_image_url", "https://pbs.twimg.com/profile_images/432372279322738690/mdXPLPN7_normal.png"], ["user_name", "Edmark1"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.498421"], ["hashtag_id", 1], ["hashtaggable_id", 478], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.498421"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436558339397664769' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 17:49:53.000000"], ["text", "RT @TheMittani: 0-Where Is Your Progod Now, a station to be owned by Goontanamo Bay [WTRBD] in 0-W778 #tweetfleet #eveonline"], ["tweet_id", "436558339397664769"], ["updated_at", "2014-02-22 11:45:52.503893"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.504913"], ["hashtag_id", 1], ["hashtaggable_id", 479], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.504913"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436558248888373248' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 17:49:32.000000"], ["text", "0-Where Is Your Progod Now, a station to be owned by Goontanamo Bay [WTRBD] in 0-W778 #tweetfleet #eveonline"], ["tweet_id", "436558248888373248"], ["updated_at", "2014-02-22 11:45:52.510804"], ["user_handle", "TheMittani"], ["user_id", "39600392"], ["user_image_url", "https://pbs.twimg.com/profile_images/301849563/yesmittensdid_normal.jpg"], ["user_name", "The Mittani"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.511856"], ["hashtag_id", 1], ["hashtaggable_id", 480], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.511856"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436553932890836992' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 17:32:23.000000"], ["text", "Lol from 0-W778 Station Name is now \"0-Where is your Progod Now\"\n#tweetfleet #eveonline"], ["tweet_id", "436553932890836992"], ["updated_at", "2014-02-22 11:45:52.518058"], ["user_handle", "ChYph3r"], ["user_id", "349023533"], ["user_image_url", "https://pbs.twimg.com/profile_images/425015141390745600/ZvM43Utb_normal.jpeg"], ["user_name", "Rob ChYph3r"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.519235"], ["hashtag_id", 1], ["hashtaggable_id", 481], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.519235"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436553232374984704' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 17:29:36.000000"], ["text", "RT @EveOnline: Unknown Soldiers corp advert is impressive corp advert. http://t.co/25lsyegWk1 #tweetfleet #eveonline"], ["tweet_id", "436553232374984704"], ["updated_at", "2014-02-22 11:45:52.525127"], ["user_handle", "notsoleet"], ["user_id", "720471343"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000449206767/742d84cbf1f474aa82f6d68b3b25caa5_normal.jpeg"], ["user_name", "Notsoleet"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.526267"], ["hashtag_id", 1], ["hashtaggable_id", 482], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.526267"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436552921623592961' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 17:28:21.000000"], ["text", "RT @EVEValkyrie: Why wouldn't you keep a bottle of red and blue pills handy? http://t.co/rJtV7UCVuI #eveonline #dust514 #evevalkyrie #ccpga…"], ["tweet_id", "436552921623592961"], ["updated_at", "2014-02-22 11:45:52.532233"], ["user_handle", "norgoth91"], ["user_id", "235634518"], ["user_image_url", "https://pbs.twimg.com/profile_images/3447189943/005009e9ce71fab0f1c93f4245bc0770_normal.jpeg"], ["user_name", "Norgoth"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.533399"], ["hashtag_id", 1], ["hashtaggable_id", 483], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.533399"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436552273003429888' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 17:25:47.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436552273003429888"], ["updated_at", "2014-02-22 11:45:52.586625"], ["user_handle", "notsoleet"], ["user_id", "720471343"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000449206767/742d84cbf1f474aa82f6d68b3b25caa5_normal.jpeg"], ["user_name", "Notsoleet"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.588117"], ["hashtag_id", 1], ["hashtaggable_id", 484], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.588117"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436552083958153216' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 17:25:02.000000"], ["text", "A Billion Isk Bomb in my head and the fuse is lit - http://t.co/pb10qcMkMI #Eveonline #Tweetfleet"], ["tweet_id", "436552083958153216"], ["updated_at", "2014-02-22 11:45:52.596316"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.597515"], ["hashtag_id", 1], ["hashtaggable_id", 485], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.597515"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436551693904654336' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 17:23:29.000000"], ["text", "Should I really have joined a new player friendly corporation? - http://t.co/np6pIETHDx #Eveonline #Tweetfleet"], ["tweet_id", "436551693904654336"], ["updated_at", "2014-02-22 11:45:52.603689"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.604745"], ["hashtag_id", 1], ["hashtaggable_id", 486], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.604745"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436547769533091840' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 17:07:53.000000"], ["image_url", "https://pbs.twimg.com/media/Bg7t4isCUAE9ZoZ.png"], ["text", "Singularity news: Tash-Murkon Abaddon #tweetfleet #eveonline http://t.co/22KGCAzHqa"], ["tweet_id", "436547769533091840"], ["updated_at", "2014-02-22 11:45:52.611286"], ["user_handle", "RusEVERadio"], ["user_id", "1034506074"], ["user_image_url", "https://pbs.twimg.com/profile_images/433668702655873024/-YCjwvI7_normal.png"], ["user_name", "RusEVERadio"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.612415"], ["hashtag_id", 1], ["hashtaggable_id", 487], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.612415"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436542724318453760' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 16:47:50.000000"], ["text", "@Zimzat_EVE Eve is amazing been playing so much, I have been training to be a miner. Got 2 day to have a barge #tweetfleet #eveonline #win"], ["tweet_id", "436542724318453760"], ["updated_at", "2014-02-22 11:45:52.619104"], ["user_handle", "nitroxygen"], ["user_id", "112784101"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000528014919/252f30044f6466bc76f6146416900e8b_normal.png"], ["user_name", "Ni-Troxygen Gaming"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.620506"], ["hashtag_id", 1], ["hashtaggable_id", 488], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.620506"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436542550468333568' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 16:47:09.000000"], ["text", "A collection of #EveOnline war dec responses I have used or plan to http://t.co/At5cLpzy0P"], ["tweet_id", "436542550468333568"], ["updated_at", "2014-02-22 11:45:52.627054"], ["user_handle", "RBonksR"], ["user_id", "2228405636"], ["user_image_url", "https://pbs.twimg.com/profile_images/433325078051164162/eHbf3e6I_normal.jpeg"], ["user_name", "Rebecca Rothschild"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.628216"], ["hashtag_id", 1], ["hashtaggable_id", 489], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.628216"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436542228614635520' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 16:45:52.000000"], ["text", "So what? I bought a Destroyer! - http://t.co/EamWL7P1ef #Eveonline #Tweetfleet"], ["tweet_id", "436542228614635520"], ["updated_at", "2014-02-22 11:45:52.635435"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.3ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.637368"], ["hashtag_id", 1], ["hashtaggable_id", 490], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.637368"]]  (1.1ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436541791030878208' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 16:44:08.000000"], ["text", "http://t.co/jRzFFmJ7fy another tweet to ask to vote and share on fb and twitter! Eve help make our dreams come true! #tweetfleet #eveonline"], ["tweet_id", "436541791030878208"], ["updated_at", "2014-02-22 11:45:52.645720"], ["user_handle", "RyliaSzet"], ["user_id", "383347965"], ["user_image_url", "https://pbs.twimg.com/profile_images/1568287386/1534337289_128_normal.jpg"], ["user_name", "Rylia"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.647036"], ["hashtag_id", 1], ["hashtaggable_id", 491], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.647036"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436539687088320513' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 16:35:46.000000"], ["text", "RT @EVEValkyrie: Why wouldn't you keep a bottle of red and blue pills handy? http://t.co/rJtV7UCVuI #eveonline #dust514 #evevalkyrie #ccpga…"], ["tweet_id", "436539687088320513"], ["updated_at", "2014-02-22 11:45:52.653357"], ["user_handle", "powqo"], ["user_id", "500506735"], ["user_image_url", "https://pbs.twimg.com/profile_images/437044067608694784/xMammpgp_normal.png"], ["user_name", "毎度"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.654560"], ["hashtag_id", 1], ["hashtaggable_id", 492], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.654560"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436539343180951552' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 16:34:24.000000"], ["text", "RT @EVEValkyrie: Why wouldn't you keep a bottle of red and blue pills handy? http://t.co/rJtV7UCVuI #eveonline #dust514 #evevalkyrie #ccpga…"], ["tweet_id", "436539343180951552"], ["updated_at", "2014-02-22 11:45:52.660909"], ["user_handle", "Rushlock"], ["user_id", "1295889902"], ["user_image_url", "https://pbs.twimg.com/profile_images/3424196695/fede3d4e190fa18595b00fd7506ae9ac_normal.gif"], ["user_name", "Rushlock"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.662177"], ["hashtag_id", 1], ["hashtaggable_id", 493], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.662177"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436538735157846017' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 16:31:59.000000"], ["text", "RT @CyV_Ultra: Squid defense of Heyd is classical. By that I mean, it's baroque. #tweetfleet #eveonline"], ["tweet_id", "436538735157846017"], ["updated_at", "2014-02-22 11:45:52.730554"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.731709"], ["hashtag_id", 1], ["hashtaggable_id", 494], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.731709"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436538715138453505' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 16:31:54.000000"], ["text", "RT @veetor_in_eve: I'm trying to get my 15 years old brother start playing #eveonline. I told him he could be my personal miner :DD"], ["tweet_id", "436538715138453505"], ["updated_at", "2014-02-22 11:45:52.737176"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.738204"], ["hashtag_id", 1], ["hashtaggable_id", 495], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.738204"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436538658846703616' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 16:31:41.000000"], ["image_url", "https://pbs.twimg.com/media/BgsIlLiCEAETTKE.png"], ["text", "RT @levisomnus: Гхм. Они поменяли требования по скилам для Machariel, и, по идее, я не должен мочь садиться в неё. #EVEOnline http://t.co/k…"], ["tweet_id", "436538658846703616"], ["updated_at", "2014-02-22 11:45:52.744581"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.745687"], ["hashtag_id", 1], ["hashtaggable_id", 496], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.745687"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436538337407795200' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 16:30:24.000000"], ["text", "Why wouldn't you keep a bottle of red and blue pills handy? http://t.co/rJtV7UCVuI #eveonline #dust514 #evevalkyrie #ccpgames #vr"], ["tweet_id", "436538337407795200"], ["updated_at", "2014-02-22 11:45:52.752523"], ["user_handle", "EVEValkyrie"], ["user_id", "1658573792"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000308656251/039907f3a987fe135a1db408c6028039_normal.jpeg"], ["user_name", "EVE: Valkyrie"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.753847"], ["hashtag_id", 1], ["hashtaggable_id", 497], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.753847"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436537668826980352' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 16:27:45.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Community Mining Op today! #tweetfleet #TeamRomantics #eveonline #Rushlock\n\nhttp://t.co/XF7lkwodmv"], ["tweet_id", "436537668826980352"], ["updated_at", "2014-02-22 11:45:52.759906"], ["user_handle", "Eastnq"], ["user_id", "320721244"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000244023687/ed868bd944ef2ef19af16c93a404a89c_normal.jpeg"], ["user_name", "EastNQ"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.760976"], ["hashtag_id", 1], ["hashtaggable_id", 498], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.760976"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436536799582633984' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 16:24:18.000000"], ["text", "Squid defense of Heyd is classical. By that I mean, it's baroque. #tweetfleet #eveonline"], ["tweet_id", "436536799582633984"], ["updated_at", "2014-02-22 11:45:52.767691"], ["user_handle", "CyV_Ultra"], ["user_id", "2300353450"], ["user_image_url", "https://pbs.twimg.com/profile_images/429803680586801152/H6H1AgwH_normal.png"], ["user_name", "Cyrus Vyvorant"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.769070"], ["hashtag_id", 1], ["hashtaggable_id", 499], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.769070"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436535545154797568' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 16:19:19.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436535545154797568"], ["updated_at", "2014-02-22 11:45:52.775793"], ["user_handle", "meixnt"], ["user_id", "125986167"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000722299670/7b57d7250621bc7a2aba90248733c87c_normal.jpeg"], ["user_name", "Mei Grunge"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:52.776960"], ["hashtag_id", 1], ["hashtaggable_id", 500], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:52.776960"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436534621656735744' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 16:15:38.000000"], ["text", "RT @midi2304: Today on CZ, @awanderingjon continues his brutal and insightful series on High Sec warfare http://t.co/dyUZLfjwAR #tweetfleet…"], ["tweet_id", "436534621656735744"], ["updated_at", "2014-02-22 11:45:55.199226"], ["user_handle", "Protovarious"], ["user_id", "1733482842"], ["user_image_url", "https://pbs.twimg.com/profile_images/417928543499079680/gKvvRpkj_normal.jpeg"], ["user_name", "Protovarious"]] SQL (0.3ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.200341"], ["hashtag_id", 1], ["hashtaggable_id", 501], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.200341"]]  (2.3ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436534237051641856' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 16:14:07.000000"], ["text", "RT @Sean_Decker: @Icelandair I think at 30,000ft the occasion deserves something more exotic and Icelandic. Perhaps playing CCP's #eveonlin…"], ["tweet_id", "436534237051641856"], ["updated_at", "2014-02-22 11:45:55.210392"], ["user_handle", "phyridean"], ["user_id", "148074548"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000641724394/b0d1c43271c35cab4dc687c1997f82b4_normal.jpeg"], ["user_name", "Phyridean"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.212373"], ["hashtag_id", 1], ["hashtaggable_id", 502], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.212373"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436532820857868288' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 16:08:29.000000"], ["text", "I'm trying to get my 15 years old brother start playing #eveonline. I told him he could be my personal miner :DD"], ["tweet_id", "436532820857868288"], ["updated_at", "2014-02-22 11:45:55.220381"], ["user_handle", "veetor_in_eve"], ["user_id", "2292581851"], ["user_image_url", "https://pbs.twimg.com/profile_images/428556850179883008/JqbsvxnC_normal.jpeg"], ["user_name", "Veetor'Nara"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.221722"], ["hashtag_id", 1], ["hashtaggable_id", 503], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.221722"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436531133124075520' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 16:01:47.000000"], ["text", "Read EVE: True Stories #1 for free http://t.co/Utr2xpeMZN #DigitalComics #EVEOnline #freecomics #MajorSpoilers"], ["tweet_id", "436531133124075520"], ["updated_at", "2014-02-22 11:45:55.228428"], ["user_handle", "actioncomics"], ["user_id", "309413432"], ["user_image_url", "https://pbs.twimg.com/profile_images/1378260994/ActionComics1_cover_normal.jpg"], ["user_name", "Action Comics #1000"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.229842"], ["hashtag_id", 1], ["hashtaggable_id", 504], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.229842"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436527719644692480' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 15:48:13.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Community Mining Op today! #tweetfleet #TeamRomantics #eveonline #Rushlock\n\nhttp://t.co/XF7lkwodmv"], ["tweet_id", "436527719644692480"], ["updated_at", "2014-02-22 11:45:55.236350"], ["user_handle", "Belannaer_"], ["user_id", "299572373"], ["user_image_url", "https://pbs.twimg.com/profile_images/427183400575725568/0bMVD3sc_normal.jpeg"], ["user_name", "Belannaer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.237611"], ["hashtag_id", 1], ["hashtaggable_id", 505], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.237611"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436524312741158912' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 15:34:41.000000"], ["text", "#tweetfleet Battle Report: A Wormhole Present http://t.co/A0CicmmmTU #BattleReports #HardKnocksInc #eveonline"], ["tweet_id", "436524312741158912"], ["updated_at", "2014-02-22 11:45:55.243524"], ["user_handle", "evenews24"], ["user_id", "167901620"], ["user_image_url", "https://pbs.twimg.com/profile_images/3132214338/1eb456e723b00ed80b9ed3b0d59d18ec_normal.png"], ["user_name", "EveNews24.com"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.316134"], ["hashtag_id", 1], ["hashtaggable_id", 506], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.316134"]]  (1.2ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436524155824250880' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.6ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 15:34:03.000000"], ["text", "So @BraveNewbies are fucking around in 0.0 now? Was only a matter of time but an interesting development nevertheless #tweetfleet #eveonline"], ["tweet_id", "436524155824250880"], ["updated_at", "2014-02-22 11:45:55.324327"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.3ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.327161"], ["hashtag_id", 1], ["hashtaggable_id", 507], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.327161"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436523270607626241' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 15:30:32.000000"], ["text", "Sweet, just got notice that my EVE: Source order is being processed. #tweetfleet #eveonline #mypoorwallet"], ["tweet_id", "436523270607626241"], ["updated_at", "2014-02-22 11:45:55.338030"], ["user_handle", "winterblink"], ["user_id", "7588102"], ["user_image_url", "https://pbs.twimg.com/profile_images/426220223/n548706787_8719_normal.jpg"], ["user_name", "Winterblink"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.340058"], ["hashtag_id", 1], ["hashtaggable_id", 508], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.340058"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436522413338402816' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 15:27:08.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Community Mining Op today! #tweetfleet #TeamRomantics #eveonline #Rushlock\n\nhttp://t.co/XF7lkwodmv"], ["tweet_id", "436522413338402816"], ["updated_at", "2014-02-22 11:45:55.349710"], ["user_handle", "Lazy_Data"], ["user_id", "2298644851"], ["user_image_url", "https://pbs.twimg.com/profile_images/435828941559828481/y1j967in_normal.jpeg"], ["user_name", "LazyData"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.351120"], ["hashtag_id", 1], ["hashtaggable_id", 509], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.351120"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436517532372303872' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 15:07:44.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Community Mining Op today! #tweetfleet #TeamRomantics #eveonline #Rushlock\n\nhttp://t.co/XF7lkwodmv"], ["tweet_id", "436517532372303872"], ["updated_at", "2014-02-22 11:45:55.357756"], ["user_handle", "djlinn"], ["user_id", "28581302"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000838564016/3cc45aa67202c2548dc7cb441e9e87e7_normal.png"], ["user_name", "Nahku"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.359413"], ["hashtag_id", 1], ["hashtaggable_id", 510], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.359413"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436516426950533120' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 15:03:20.000000"], ["text", "#tweetfleet Fiddler’s Edge: Blue Balls and Adverse Possession http://t.co/lQwYBgmdUE #Articles #eveonline"], ["tweet_id", "436516426950533120"], ["updated_at", "2014-02-22 11:45:55.367309"], ["user_handle", "evenews24"], ["user_id", "167901620"], ["user_image_url", "https://pbs.twimg.com/profile_images/3132214338/1eb456e723b00ed80b9ed3b0d59d18ec_normal.png"], ["user_name", "EveNews24.com"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.368538"], ["hashtag_id", 1], ["hashtaggable_id", 511], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.368538"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436513972012191744' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 14:53:35.000000"], ["text", "First forays....and dying quickly - http://t.co/uTmkGL3iGc #Eveonline #Tweetfleet"], ["tweet_id", "436513972012191744"], ["updated_at", "2014-02-22 11:45:55.374389"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.375525"], ["hashtag_id", 1], ["hashtaggable_id", 512], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.375525"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436513721079566337' LIMIT 1  (0.2ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 14:52:35.000000"], ["text", "First foraging and learning not to trust anything; ever! - http://t.co/OJKmt5kqcq #Eveonline #Tweetfleet"], ["tweet_id", "436513721079566337"], ["updated_at", "2014-02-22 11:45:55.384774"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.386960"], ["hashtag_id", 1], ["hashtaggable_id", 513], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.386960"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436512557286047744' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 14:47:58.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Community Mining Op today! #tweetfleet #TeamRomantics #eveonline #Rushlock\n\nhttp://t.co/XF7lkwodmv"], ["tweet_id", "436512557286047744"], ["updated_at", "2014-02-22 11:45:55.396411"], ["user_handle", "TravOnTwitch"], ["user_id", "2270748662"], ["user_image_url", "https://pbs.twimg.com/profile_images/418102899906842626/Lni4q7LS_normal.png"], ["user_name", "Travelyan"]] SQL (0.3ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.398549"], ["hashtag_id", 1], ["hashtaggable_id", 514], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.398549"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436511690570469376' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 14:44:31.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Community Mining Op today! #tweetfleet #TeamRomantics #eveonline #Rushlock\n\nhttp://t.co/XF7lkwodmv"], ["tweet_id", "436511690570469376"], ["updated_at", "2014-02-22 11:45:55.408690"], ["user_handle", "sqirlsden"], ["user_id", "242713195"], ["user_image_url", "https://pbs.twimg.com/profile_images/1225341514/1_normal.jpg"], ["user_name", "SQiRL"]] SQL (0.3ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.410710"], ["hashtag_id", 1], ["hashtaggable_id", 515], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.410710"]]  (1.4ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436511419211988992' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 14:43:26.000000"], ["text", "Today on CZ, @awanderingjon continues his brutal and insightful series on High Sec warfare http://t.co/dyUZLfjwAR #tweetfleet #eveonline"], ["tweet_id", "436511419211988992"], ["updated_at", "2014-02-22 11:45:55.419049"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.420389"], ["hashtag_id", 1], ["hashtaggable_id", 516], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.420389"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436511239779270656' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 14:42:44.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Community Mining Op today! #tweetfleet #TeamRomantics #eveonline #Rushlock\n\nhttp://t.co/XF7lkwodmv"], ["tweet_id", "436511239779270656"], ["updated_at", "2014-02-22 11:45:55.426751"], ["user_handle", "Jeffygun14"], ["user_id", "1482784002"], ["user_image_url", "https://abs.twimg.com/sticky/default_profile_images/default_profile_0_normal.png"], ["user_name", "Phyxius14"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.428234"], ["hashtag_id", 1], ["hashtaggable_id", 517], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.428234"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436511220850761729' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 14:42:39.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Community Mining Op today! #tweetfleet #TeamRomantics #eveonline #Rushlock\n\nhttp://t.co/XF7lkwodmv"], ["tweet_id", "436511220850761729"], ["updated_at", "2014-02-22 11:45:55.434307"], ["user_handle", "LaidBackGamer"], ["user_id", "117793828"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000755275037/dc66b1c3b42589f10f3452f470dd0d5c_normal.png"], ["user_name", "Laidbackgamer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.435444"], ["hashtag_id", 1], ["hashtaggable_id", 518], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.435444"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436510462591528960' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 14:39:38.000000"], ["text", "Lost Drones, by @ErunT: http://t.co/I9lYFjjVUj #eveonline #roleplay"], ["tweet_id", "436510462591528960"], ["updated_at", "2014-02-22 11:45:55.441032"], ["user_handle", "ILFCorp"], ["user_id", "299042102"], ["user_image_url", "https://pbs.twimg.com/profile_images/1354362962/new-ilf-logo-132x132_normal.png"], ["user_name", "Intaki Lib. Front"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.442110"], ["hashtag_id", 1], ["hashtaggable_id", 519], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.442110"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436509680479633408' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 14:36:32.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Community Mining Op today! #tweetfleet #TeamRomantics #eveonline #Rushlock\n\nhttp://t.co/XF7lkwodmv"], ["tweet_id", "436509680479633408"], ["updated_at", "2014-02-22 11:45:55.448027"], ["user_handle", "DJBahamut"], ["user_id", "1589563711"], ["user_image_url", "https://pbs.twimg.com/profile_images/436609886709751808/T-vVXQ-l_normal.jpeg"], ["user_name", "DJBahamut"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.449164"], ["hashtag_id", 1], ["hashtaggable_id", 520], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.449164"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436509576838393856' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 14:36:07.000000"], ["text", "【EVEオンライン】 総合3.83ポイント 6件のレビュー!みなさんのレビューで人気のオンラインゲームが決まります!http://t.co/x43Yxavmit 紹介ページ http://t.co/xc02jU8QYo #eveonline"], ["tweet_id", "436509576838393856"], ["updated_at", "2014-02-22 11:45:55.454722"], ["user_handle", "onlinegamech4"], ["user_id", "544374716"], ["user_image_url", "https://pbs.twimg.com/profile_images/2027054187/medama_normal.gif"], ["user_name", "オンラインゲームちゃんねる"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.455789"], ["hashtag_id", 1], ["hashtaggable_id", 521], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.455789"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436508655119134720' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 14:32:27.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Community Mining Op today! #tweetfleet #TeamRomantics #eveonline #Rushlock\n\nhttp://t.co/XF7lkwodmv"], ["tweet_id", "436508655119134720"], ["updated_at", "2014-02-22 11:45:55.461301"], ["user_handle", "AritaniRimsan"], ["user_id", "2316634890"], ["user_image_url", "https://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png"], ["user_name", "Aritani"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.462670"], ["hashtag_id", 1], ["hashtaggable_id", 522], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.462670"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436508375593918465' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 14:31:21.000000"], ["text", "#tweetfleet Jester’s Trek: Inflation http://t.co/NyVNMofw8E #Articles #eveonline"], ["tweet_id", "436508375593918465"], ["updated_at", "2014-02-22 11:45:55.469755"], ["user_handle", "evenews24"], ["user_id", "167901620"], ["user_image_url", "https://pbs.twimg.com/profile_images/3132214338/1eb456e723b00ed80b9ed3b0d59d18ec_normal.png"], ["user_name", "EveNews24.com"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.470911"], ["hashtag_id", 1], ["hashtaggable_id", 523], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.470911"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436507945799798784' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 14:29:38.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Community Mining Op today! #tweetfleet #TeamRomantics #eveonline #Rushlock\n\nhttp://t.co/XF7lkwodmv"], ["tweet_id", "436507945799798784"], ["updated_at", "2014-02-22 11:45:55.477116"], ["user_handle", "Momijisu"], ["user_id", "227137926"], ["user_image_url", "https://pbs.twimg.com/profile_images/412361085912489984/XUTcTXrN_normal.jpeg"], ["user_name", "Morgan Wellden"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.478317"], ["hashtag_id", 1], ["hashtaggable_id", 524], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.478317"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436507238878814209' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 14:26:50.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Community Mining Op today! #tweetfleet #TeamRomantics #eveonline #Rushlock\n\nhttp://t.co/XF7lkwodmv"], ["tweet_id", "436507238878814209"], ["updated_at", "2014-02-22 11:45:55.484406"], ["user_handle", "RJReed67"], ["user_id", "19339719"], ["user_image_url", "https://pbs.twimg.com/profile_images/72544187/Avatar-Hungover_normal.gif"], ["user_name", "Ronald Reed"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.485643"], ["hashtag_id", 1], ["hashtaggable_id", 525], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.485643"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436503305255415808' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 14:11:12.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436503305255415808"], ["updated_at", "2014-02-22 11:45:55.492342"], ["user_handle", "Kowalle"], ["user_id", "1644565502"], ["user_image_url", "https://pbs.twimg.com/profile_images/435701962982453248/I2EPlcFO_normal.png"], ["user_name", "Chris Kowalski"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.493511"], ["hashtag_id", 1], ["hashtaggable_id", 526], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.493511"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436501981893758976' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 14:05:56.000000"], ["text", "Throw some plates on that bitch. #fapsuleers #eveonline #tweetfleet"], ["tweet_id", "436501981893758976"], ["updated_at", "2014-02-22 11:45:55.499884"], ["user_handle", "Isomerc"], ["user_id", "347087993"], ["user_image_url", "https://pbs.twimg.com/profile_images/412627252849819648/fYn3mB6Y_normal.png"], ["user_name", "Isomerc"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.501032"], ["hashtag_id", 1], ["hashtaggable_id", 527], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.501032"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436499089526882304' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 13:54:27.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436499089526882304"], ["updated_at", "2014-02-22 11:45:55.507257"], ["user_handle", "News_by_Night"], ["user_id", "1413419250"], ["user_image_url", "https://pbs.twimg.com/profile_images/3763388508/d7a33a78338fc90f20842e490e988ca9_normal.jpeg"], ["user_name", "Wade Wesley Williams"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.508372"], ["hashtag_id", 1], ["hashtaggable_id", 528], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.508372"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436498759267397632' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 13:53:08.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Community Mining Op today! #tweetfleet #TeamRomantics #eveonline #Rushlock\n\nhttp://t.co/XF7lkwodmv"], ["tweet_id", "436498759267397632"], ["updated_at", "2014-02-22 11:45:55.514034"], ["user_handle", "Braktash"], ["user_id", "597688912"], ["user_image_url", "https://pbs.twimg.com/profile_images/2912431656/232563687f04467c9187f39862662e6f_normal.png"], ["user_name", "Braktash"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.515126"], ["hashtag_id", 1], ["hashtaggable_id", 529], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.515126"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436498644762910720' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 13:52:41.000000"], ["text", "Quite cool that @BraveNewbies got in on the fighting in 0-W. Sounds like a great deal of fun. http://t.co/T0A3yUJP7R #eveonline #tweetfleet"], ["tweet_id", "436498644762910720"], ["updated_at", "2014-02-22 11:45:55.520692"], ["user_handle", "NightMiles"], ["user_id", "14292698"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000731827918/d17176e51f7ed3eb46fffc74fd7aa980_normal.jpeg"], ["user_name", "John Trainer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.521759"], ["hashtag_id", 1], ["hashtaggable_id", 530], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.521759"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436497161413730304' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 13:46:47.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Community Mining Op today! #tweetfleet #TeamRomantics #eveonline #Rushlock\n\nhttp://t.co/XF7lkwodmv"], ["tweet_id", "436497161413730304"], ["updated_at", "2014-02-22 11:45:55.530018"], ["user_handle", "RVikary"], ["user_id", "1880864420"], ["user_image_url", "https://pbs.twimg.com/profile_images/422782435403649024/2tJS84KE_normal.jpeg"], ["user_name", "Rodrik Vikary"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.531872"], ["hashtag_id", 1], ["hashtaggable_id", 531], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.531872"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436495636201226240' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 13:40:44.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Community Mining Op today! #tweetfleet #TeamRomantics #eveonline #Rushlock\n\nhttp://t.co/XF7lkwodmv"], ["tweet_id", "436495636201226240"], ["updated_at", "2014-02-22 11:45:55.538456"], ["user_handle", "digitalFatteh"], ["user_id", "1412327808"], ["user_image_url", "https://pbs.twimg.com/profile_images/3630419019/fa47366b28d11356382952a2aecebaf2_normal.jpeg"], ["user_name", "digitalFatteh"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.539778"], ["hashtag_id", 1], ["hashtaggable_id", 532], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.539778"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436495282239729664' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 13:39:19.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Community Mining Op today! #tweetfleet #TeamRomantics #eveonline #Rushlock\n\nhttp://t.co/XF7lkwodmv"], ["tweet_id", "436495282239729664"], ["updated_at", "2014-02-22 11:45:55.545748"], ["user_handle", "dbolick"], ["user_id", "65535631"], ["user_image_url", "https://abs.twimg.com/sticky/default_profile_images/default_profile_0_normal.png"], ["user_name", "David Bolick"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.546892"], ["hashtag_id", 1], ["hashtaggable_id", 533], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.546892"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436494966056288256' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 13:38:04.000000"], ["text", "RT @Rushlock: EVE \"Help Desk\" is Live! Community Mining Op today! #tweetfleet #TeamRomantics #eveonline #Rushlock\n\nhttp://t.co/XF7lkwodmv"], ["tweet_id", "436494966056288256"], ["updated_at", "2014-02-22 11:45:55.552621"], ["user_handle", "glennjv5"], ["user_id", "2351903527"], ["user_image_url", "https://abs.twimg.com/sticky/default_profile_images/default_profile_1_normal.png"], ["user_name", "Glenn"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.553762"], ["hashtag_id", 1], ["hashtaggable_id", 534], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.553762"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436494650791059456' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 13:36:49.000000"], ["text", "#tweetfleet Dark Horse Presents EVE: True Stories, Chapter 1! http://t.co/s6MDdCyrRO #eveonline"], ["tweet_id", "436494650791059456"], ["updated_at", "2014-02-22 11:45:55.559281"], ["user_handle", "EVE_Virt"], ["user_id", "145632289"], ["user_image_url", "https://pbs.twimg.com/profile_images/1300622395/3d2eb5ee-e1e1-45f3-b8cb-3a4a830cb722_normal.png"], ["user_name", "Virtuozzo"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.560303"], ["hashtag_id", 1], ["hashtaggable_id", 535], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.560303"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436494464916664320' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 13:36:04.000000"], ["text", "EVE \"Help Desk\" is Live! Community Mining Op today! #tweetfleet #TeamRomantics #eveonline #Rushlock\n\nhttp://t.co/XF7lkwodmv"], ["tweet_id", "436494464916664320"], ["updated_at", "2014-02-22 11:45:55.566153"], ["user_handle", "Rushlock"], ["user_id", "1295889902"], ["user_image_url", "https://pbs.twimg.com/profile_images/3424196695/fede3d4e190fa18595b00fd7506ae9ac_normal.gif"], ["user_name", "Rushlock"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.567271"], ["hashtag_id", 1], ["hashtaggable_id", 536], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.567271"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436494164961009664' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 13:34:53.000000"], ["text", "Great. I step away from EVE because my mother's visiting for 2 weeks and things go to pot. #eveonline #tweetfleet #facepalm"], ["tweet_id", "436494164961009664"], ["updated_at", "2014-02-22 11:45:55.572874"], ["user_handle", "EVEMarcCallan"], ["user_id", "568215429"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000608418694/f55c721402d170ecc628858188654d5b_normal.jpeg"], ["user_name", "Marc Callan"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.573913"], ["hashtag_id", 1], ["hashtaggable_id", 537], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.573913"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436488649962561536' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 13:12:58.000000"], ["image_url", "https://pbs.twimg.com/media/Bg64HUMCEAE43qh.jpg"], ["text", "[Random Beauty En Route] The Vastness of Space #tweetfleet #eveonline http://t.co/cPZcwA7gyr"], ["tweet_id", "436488649962561536"], ["updated_at", "2014-02-22 11:45:55.581051"], ["user_handle", "NewEdenCaroline"], ["user_id", "326827240"], ["user_image_url", "https://pbs.twimg.com/profile_images/3356195996/2e86d8b28f1d3ad6c82ad86c32853f76_normal.png"], ["user_name", "Caroliηe Grace"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.582232"], ["hashtag_id", 1], ["hashtaggable_id", 538], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.582232"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436488165063270401' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 13:11:02.000000"], ["text", "RT @Niden_GMVA: @Sugar_Kyle, standing for CSM 9 on a LOWSEC platform on @AGIPodcast. Check it out http://t.co/P1a2TkFgWn #tweetfleet #lowse…"], ["tweet_id", "436488165063270401"], ["updated_at", "2014-02-22 11:45:55.588381"], ["user_handle", "SigrunArbosa"], ["user_id", "2351861113"], ["user_image_url", "https://pbs.twimg.com/profile_images/436161912389136384/x_zjb1qq_normal.jpeg"], ["user_name", "Sigrun Arbosa"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.589536"], ["hashtag_id", 1], ["hashtaggable_id", 539], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.589536"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436486998044327936' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 13:06:24.000000"], ["image_url", "https://pbs.twimg.com/media/Bg62nKQCQAABCpF.jpg"], ["text", "[Random Beauty En Route] Dodging Enemy Fire #tweetfleet #eveonline http://t.co/fxZoMiOXbJ"], ["tweet_id", "436486998044327936"], ["updated_at", "2014-02-22 11:45:55.596157"], ["user_handle", "NewEdenCaroline"], ["user_id", "326827240"], ["user_image_url", "https://pbs.twimg.com/profile_images/3356195996/2e86d8b28f1d3ad6c82ad86c32853f76_normal.png"], ["user_name", "Caroliηe Grace"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.597243"], ["hashtag_id", 1], ["hashtaggable_id", 540], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.597243"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436484734278172673' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 12:57:24.000000"], ["image_url", "https://pbs.twimg.com/media/Bg5bOA8CIAA62_B.png"], ["text", "RT @webspaceships: And for just a #randombeautyshot, here's a somewhat familiar EVE Gate shot #tweetfleet #eveonline http://t.co/hcFJVhaaCq"], ["tweet_id", "436484734278172673"], ["updated_at", "2014-02-22 11:45:55.603634"], ["user_handle", "NewEdenCaroline"], ["user_id", "326827240"], ["user_image_url", "https://pbs.twimg.com/profile_images/3356195996/2e86d8b28f1d3ad6c82ad86c32853f76_normal.png"], ["user_name", "Caroliηe Grace"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.604724"], ["hashtag_id", 1], ["hashtaggable_id", 541], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.604724"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436484425405067264' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 12:56:11.000000"], ["text", "Are there any #eveonline community events coming up in the near future? Need to stick it in this post if there are. TIA. #tweetfleet"], ["tweet_id", "436484425405067264"], ["updated_at", "2014-02-22 11:45:55.610439"], ["user_handle", "SindelPellion"], ["user_id", "369212738"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000468603357/c28ad1c74f298ee654ad02467cf680c5_normal.png"], ["user_name", "Sindel Pellion"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.611483"], ["hashtag_id", 1], ["hashtaggable_id", 542], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.611483"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436482108068880384' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 12:46:58.000000"], ["text", "http://t.co/jRzFFmJ7fy please vote and share on twitter and FB help make our dreams come true!! #tweetfleet #eveonline"], ["tweet_id", "436482108068880384"], ["updated_at", "2014-02-22 11:45:55.617046"], ["user_handle", "RyliaSzet"], ["user_id", "383347965"], ["user_image_url", "https://pbs.twimg.com/profile_images/1568287386/1534337289_128_normal.jpg"], ["user_name", "Rylia"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.618139"], ["hashtag_id", 1], ["hashtaggable_id", 543], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.618139"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436477686039732224' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 12:29:24.000000"], ["text", "Wonder how hard it'd be for @CCPGames to recode carriers in #EVEOnline so there's a 375m3 drone bay and a fighter-only bay? #tweetfleet"], ["tweet_id", "436477686039732224"], ["updated_at", "2014-02-22 11:45:55.623741"], ["user_handle", "EVEMarcCallan"], ["user_id", "568215429"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000608418694/f55c721402d170ecc628858188654d5b_normal.jpeg"], ["user_name", "Marc Callan"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.624757"], ["hashtag_id", 1], ["hashtaggable_id", 544], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.624757"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436474880079691776' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 12:18:15.000000"], ["text", "Hey fellow capsuleers! Who likes the new look and feel here at http://t.co/Eo3Eu9mkck - Like it? Hate it? Let me know #tweetfleet #eveonline"], ["tweet_id", "436474880079691776"], ["updated_at", "2014-02-22 11:45:55.631298"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.632487"], ["hashtag_id", 1], ["hashtaggable_id", 545], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.632487"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436474427891789824' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 12:16:27.000000"], ["text", "Whilst still dazed...how to build a strategy to stay alive with no skills - http://t.co/Z19APujRk1 #Eveonline #Tweetfleet"], ["tweet_id", "436474427891789824"], ["updated_at", "2014-02-22 11:45:55.638256"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.639373"], ["hashtag_id", 1], ["hashtaggable_id", 546], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.639373"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436474413027164160' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 12:16:24.000000"], ["text", "RT @Zimzat_EVE: Still one of my fav video, http://t.co/uCiKrUtXw1 #tweetfleet #EVEonline"], ["tweet_id", "436474413027164160"], ["updated_at", "2014-02-22 11:45:55.645442"], ["user_handle", "EVE_WOLFPACKED"], ["user_id", "1392354948"], ["user_image_url", "https://pbs.twimg.com/profile_images/3595908601/8525479432adf7328b77ef275d583e6d_normal.jpeg"], ["user_name", "ONE-MAN WOLF-PACK"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.646566"], ["hashtag_id", 1], ["hashtaggable_id", 547], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.646566"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436473962319839232' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 12:14:36.000000"], ["text", "The First Daze - http://t.co/52I8O9uvi8 #Eveonline #Tweetfleet"], ["tweet_id", "436473962319839232"], ["updated_at", "2014-02-22 11:45:55.652392"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.653448"], ["hashtag_id", 1], ["hashtaggable_id", 548], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.653448"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436472416064528384' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 12:08:27.000000"], ["text", "All our #EVEOnline Starter Packs are now back in stock! :) http://t.co/eCr7Vo6fSj"], ["tweet_id", "436472416064528384"], ["updated_at", "2014-02-22 11:45:55.659161"], ["user_handle", "EVEHost"], ["user_id", "354856782"], ["user_image_url", "https://pbs.twimg.com/profile_images/2586600482/b6mxhwbs5fj0cxct1fob_normal.png"], ["user_name", "EVEHost"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.660227"], ["hashtag_id", 1], ["hashtaggable_id", 549], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.660227"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436471589925040129' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 12:05:10.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436471589925040129"], ["updated_at", "2014-02-22 11:45:55.666423"], ["user_handle", "Mifuncheg"], ["user_id", "36209100"], ["user_image_url", "https://pbs.twimg.com/profile_images/1326631717/Mif_new1_normal.jpg"], ["user_name", "Alexey Pachushkin"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.667499"], ["hashtag_id", 1], ["hashtaggable_id", 550], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.667499"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436471163313999872' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 12:03:29.000000"], ["text", "RT @LedeanioUk: My 200th tweet with extra cheese: http://t.co/fprYeSJNEf #eveonline #tweetfleet"], ["tweet_id", "436471163313999872"], ["updated_at", "2014-02-22 11:45:55.673103"], ["user_handle", "WehrnerStihl"], ["user_id", "2291644183"], ["user_image_url", "https://pbs.twimg.com/profile_images/423364768166981632/VD1ooObb_normal.jpeg"], ["user_name", "Wehrner Stihl"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.674164"], ["hashtag_id", 1], ["hashtaggable_id", 551], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.674164"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436471017293484032' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 12:02:54.000000"], ["text", "RT @woozi33: Вчера какой то поляк хотел помочь вернуть лут с потерянного карабля в #eveonline что то я ему не поверил"], ["tweet_id", "436471017293484032"], ["updated_at", "2014-02-22 11:45:55.680497"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.681661"], ["hashtag_id", 1], ["hashtaggable_id", 552], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.681661"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436470903363629056' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 12:02:27.000000"], ["text", "RT @EveOnline: Well this is pretty amazing. http://t.co/R2kqHzoO5w Bravo @HLIBIndustry and @rox_lukas #eveonline #tweetfleet"], ["tweet_id", "436470903363629056"], ["updated_at", "2014-02-22 11:45:55.687670"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.688830"], ["hashtag_id", 1], ["hashtaggable_id", 553], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.688830"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436470432758517760' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 12:00:35.000000"], ["text", "RT @Niden_GMVA: @Sugar_Kyle, standing for CSM 9 on a LOWSEC platform on @AGIPodcast. Check it out http://t.co/P1a2TkFgWn #tweetfleet #lowse…"], ["tweet_id", "436470432758517760"], ["updated_at", "2014-02-22 11:45:55.694637"], ["user_handle", "AGIPodcast"], ["user_id", "2205725359"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000767647352/705a496da178163a92eb2953a9f239c2_normal.png"], ["user_name", "The Capsuleer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.695741"], ["hashtag_id", 1], ["hashtaggable_id", 554], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.695741"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436469418823262208' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 11:56:33.000000"], ["text", "RT @FunkyBacon: http://t.co/4ICVMCOpJ6 Ok there. It's official. Tossing the hat in for CSM9. Lowsec and FW representation is needed. #tweet…"], ["tweet_id", "436469418823262208"], ["updated_at", "2014-02-22 11:45:55.701503"], ["user_handle", "keepitlikeitwas"], ["user_id", "94404213"], ["user_image_url", "https://pbs.twimg.com/profile_images/3640251805/6eb874841cfd2937ddda677467da2929_normal.jpeg"], ["user_name", "Kyle Yanowski"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.702569"], ["hashtag_id", 1], ["hashtaggable_id", 555], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.702569"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436468267109347328' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 11:51:58.000000"], ["text", "Кажется все белты на месте, астероиды целы. Вчера был просто баг #EVEonline"], ["tweet_id", "436468267109347328"], ["updated_at", "2014-02-22 11:45:55.708186"], ["user_handle", "SunnyBunnyF"], ["user_id", "415505760"], ["user_image_url", "https://pbs.twimg.com/profile_images/3782118390/e451a562d37b7e0d5d5e6415459c383e_normal.jpeg"], ["user_name", "Нелли Лисица"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.709208"], ["hashtag_id", 1], ["hashtaggable_id", 556], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.709208"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436467539733123072' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 11:49:05.000000"], ["text", "My 200th tweet with extra cheese: http://t.co/fprYeSJNEf #eveonline #tweetfleet"], ["tweet_id", "436467539733123072"], ["updated_at", "2014-02-22 11:45:55.714840"], ["user_handle", "LedeanioUk"], ["user_id", "325411075"], ["user_image_url", "https://pbs.twimg.com/profile_images/1444017476/PortraitSnapshot_0_3659107_normal.jpg"], ["user_name", "Imperium Romanus"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.715911"], ["hashtag_id", 1], ["hashtaggable_id", 557], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.715911"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436463642088046593' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 11:33:36.000000"], ["text", "RT @evenews24: #tweetfleet Awesomesauce: Dark Horse presents EVE – True Stories – Issue #1 out now! http://t.co/5CcxaDImWp #Articles #eveo…"], ["tweet_id", "436463642088046593"], ["updated_at", "2014-02-22 11:45:55.721312"], ["user_handle", "NewEdenGNN"], ["user_id", "416489288"], ["user_image_url", "https://pbs.twimg.com/profile_images/1647215717/99_normal.jpg"], ["user_name", "GNN"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.722369"], ["hashtag_id", 1], ["hashtaggable_id", 558], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.722369"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436454440783323137' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 10:57:02.000000"], ["text", "@hakimovis смотря каких нормальных людей, тех кто играет в еву или тех кто не играет? :) Или те кто играет в #EVEonline по умолчанию \"того\"?"], ["tweet_id", "436454440783323137"], ["updated_at", "2014-02-22 11:45:55.728531"], ["user_handle", "SunnyBunnyF"], ["user_id", "415505760"], ["user_image_url", "https://pbs.twimg.com/profile_images/3782118390/e451a562d37b7e0d5d5e6415459c383e_normal.jpeg"], ["user_name", "Нелли Лисица"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.729796"], ["hashtag_id", 1], ["hashtaggable_id", 559], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.729796"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436451531639246849' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 10:45:28.000000"], ["text", "Вчера какой то поляк хотел помочь вернуть лут с потерянного карабля в #eveonline что то я ему не поверил"], ["tweet_id", "436451531639246849"], ["updated_at", "2014-02-22 11:45:55.735643"], ["user_handle", "woozi33"], ["user_id", "124976198"], ["user_image_url", "https://pbs.twimg.com/profile_images/2400733133/9sk0ptvbeknyvlv2fh9f_normal.jpeg"], ["user_name", "Волков Павел"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.736781"], ["hashtag_id", 1], ["hashtaggable_id", 560], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.736781"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436450830367989760' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (48.0ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 10:42:41.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436450830367989760"], ["updated_at", "2014-02-22 11:45:55.743388"], ["user_handle", "Julianus_Soter"], ["user_id", "183508700"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000707811902/aca9d4c5f0c5f47e2da037ef8f22ab9c_normal.jpeg"], ["user_name", "Julianus Soter"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.792587"], ["hashtag_id", 1], ["hashtaggable_id", 561], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.792587"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436448885507362816' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 10:34:57.000000"], ["text", "RT @FunkyBacon: http://t.co/4ICVMCOpJ6 Ok there. It's official. Tossing the hat in for CSM9. Lowsec and FW representation is needed. #tweet…"], ["tweet_id", "436448885507362816"], ["updated_at", "2014-02-22 11:45:55.798961"], ["user_handle", "GRN_EveRadio"], ["user_id", "289385883"], ["user_image_url", "https://pbs.twimg.com/profile_images/1330348287/50295_327682907856_328_q_normal.jpg"], ["user_name", "Eve Radio"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.800055"], ["hashtag_id", 1], ["hashtaggable_id", 562], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.800055"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436442969311567872' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 10:11:27.000000"], ["text", "Nach langer Zeit endlich mal wieder das Killboard mit ein paar Einträgen gefüllt. #tweetfleet #EVEonline http://t.co/ED4oaSVQBp"], ["tweet_id", "436442969311567872"], ["updated_at", "2014-02-22 11:45:55.806323"], ["user_handle", "Barkkor"], ["user_id", "323326447"], ["user_image_url", "https://pbs.twimg.com/profile_images/3278144663/33a6eda804c5db0b9c80a540f6e0c3e3_normal.jpeg"], ["user_name", "Barkkor"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.807409"], ["hashtag_id", 1], ["hashtaggable_id", 563], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.807409"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436439997168615424' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 09:59:38.000000"], ["text", "RT @BomberJayne: It's finally been published! Take a look at my article on slowcats, but get comfy first. #tweetfleet #EVEonline http://t.c…"], ["tweet_id", "436439997168615424"], ["updated_at", "2014-02-22 11:45:55.813422"], ["user_handle", "TheMittani"], ["user_id", "39600392"], ["user_image_url", "https://pbs.twimg.com/profile_images/301849563/yesmittensdid_normal.jpg"], ["user_name", "The Mittani"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.814479"], ["hashtag_id", 1], ["hashtaggable_id", 564], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.814479"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436439303934459904' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 09:56:53.000000"], ["text", "@Sugar_Kyle, standing for CSM 9 on a LOWSEC platform on @AGIPodcast. Check it out http://t.co/P1a2TkFgWn #tweetfleet #lowsec #eveonline"], ["tweet_id", "436439303934459904"], ["updated_at", "2014-02-22 11:45:55.820536"], ["user_handle", "Niden_GMVA"], ["user_id", "1580099118"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000862103700/NzB6zksd_normal.jpeg"], ["user_name", "Niden"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.821636"], ["hashtag_id", 1], ["hashtaggable_id", 565], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.821636"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436438061715439616' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 09:51:57.000000"], ["text", "http://t.co/4H3OHyDAfz zkillboard has the sides all messed up. There are a lot more kills, but kb bugs etc #tweetfleet #eveonline"], ["tweet_id", "436438061715439616"], ["updated_at", "2014-02-22 11:45:55.827718"], ["user_handle", "Powersv2"], ["user_id", "449392396"], ["user_image_url", "https://pbs.twimg.com/profile_images/3270063992/e99fa3df48e604e0cb49d3f8a8d3bcc0_normal.png"], ["user_name", "Powers"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.829039"], ["hashtag_id", 1], ["hashtaggable_id", 566], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.829039"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436433302749446144' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 09:33:02.000000"], ["text", "The journey begins - http://t.co/NSY39i4k9t #Eveonline #Tweetfleet"], ["tweet_id", "436433302749446144"], ["updated_at", "2014-02-22 11:45:55.836146"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.837464"], ["hashtag_id", 1], ["hashtaggable_id", 567], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.837464"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436432920497360896' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 09:31:31.000000"], ["text", "RT @TheMittani: So, there was a breakout attempt in 0-W778, and this was the result: http://t.co/MesQR7Y9uK #tweetfleet #eveonline"], ["tweet_id", "436432920497360896"], ["updated_at", "2014-02-22 11:45:55.844337"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.846097"], ["hashtag_id", 1], ["hashtaggable_id", 568], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.846097"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436431062848507905' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 09:24:08.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436431062848507905"], ["updated_at", "2014-02-22 11:45:55.853603"], ["user_handle", "CCP_Spitfire"], ["user_id", "256136395"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000805548454/0e7b3263b081669af039d3f682504aa0_normal.jpeg"], ["user_name", "CCP Spitfire"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.854828"], ["hashtag_id", 1], ["hashtaggable_id", 569], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.854828"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436430239984787456' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 09:20:52.000000"], ["text", "It's finally been published! Take a look at my article on slowcats, but get comfy first. #tweetfleet #EVEonline http://t.co/Pv8DIqGhTQ"], ["tweet_id", "436430239984787456"], ["updated_at", "2014-02-22 11:45:55.860840"], ["user_handle", "BomberJayne"], ["user_id", "1319581862"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000566859051/4a350ae42f81123d4ceaaaebd56d3b60_normal.jpeg"], ["user_name", "Jayne Fillon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.861997"], ["hashtag_id", 1], ["hashtaggable_id", 570], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.861997"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436429308525948928' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 09:17:10.000000"], ["image_url", "https://pbs.twimg.com/media/Bg6CJNECMAAY7us.jpg"], ["text", "Check out this nice shot from 0-W778 #hellcamp orchestrated by the CFC #tweetfleet #eveonline http://t.co/fwUNMWK3lO"], ["tweet_id", "436429308525948928"], ["updated_at", "2014-02-22 11:45:55.868455"], ["user_handle", "Zebra_Corp"], ["user_id", "1594702753"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000704671414/7758867adbe71c84d0ef4115d79cc056_normal.png"], ["user_name", "Zebra Corp"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.869564"], ["hashtag_id", 1], ["hashtaggable_id", 571], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.869564"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436428562048880640' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 09:14:12.000000"], ["text", "RT @TheMittani: Battle report on the evening's 0-W778 festivities: http://t.co/FM44RHORqs #tweetfleet #eveonline"], ["tweet_id", "436428562048880640"], ["updated_at", "2014-02-22 11:45:55.875277"], ["user_handle", "Zebra_Corp"], ["user_id", "1594702753"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000704671414/7758867adbe71c84d0ef4115d79cc056_normal.png"], ["user_name", "Zebra Corp"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.876375"], ["hashtag_id", 1], ["hashtaggable_id", 572], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.876375"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436427537640878080' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 09:10:08.000000"], ["text", "RT @FunkyBacon: http://t.co/4ICVMCOpJ6 Ok there. It's official. Tossing the hat in for CSM9. Lowsec and FW representation is needed. #tweet…"], ["tweet_id", "436427537640878080"], ["updated_at", "2014-02-22 11:45:55.883008"], ["user_handle", "Freebooted"], ["user_id", "95161315"], ["user_image_url", "https://pbs.twimg.com/profile_images/422334926986678272/Ys85l8sm_normal.jpeg"], ["user_name", "Mat Westhorpe"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.884252"], ["hashtag_id", 1], ["hashtaggable_id", 573], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.884252"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436425873315463168' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 09:03:31.000000"], ["text", "RT @TheMittani: Battle report on the evening's 0-W778 festivities: http://t.co/FM44RHORqs #tweetfleet #eveonline"], ["tweet_id", "436425873315463168"], ["updated_at", "2014-02-22 11:45:55.890443"], ["user_handle", "fruitbasket75"], ["user_id", "343712960"], ["user_image_url", "https://pbs.twimg.com/profile_images/1701210665/bunny_normal.jpg"], ["user_name", "Tom Mephistopheles"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.891594"], ["hashtag_id", 1], ["hashtaggable_id", 574], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.891594"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436424781856915456' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 08:59:11.000000"], ["text", "RT @Stevie_SG: Like EVE? Like comics? Put those hands together.... http://t.co/LdP8zl9rPl #tweetfleet #eveonline"], ["tweet_id", "436424781856915456"], ["updated_at", "2014-02-22 11:45:55.897572"], ["user_handle", "Julianus_Soter"], ["user_id", "183508700"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000707811902/aca9d4c5f0c5f47e2da037ef8f22ab9c_normal.jpeg"], ["user_name", "Julianus Soter"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.898683"], ["hashtag_id", 1], ["hashtaggable_id", 575], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.898683"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436421316246532096' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 08:45:24.000000"], ["text", "RT @Stevie_SG: Like EVE? Like comics? Put those hands together.... http://t.co/LdP8zl9rPl #tweetfleet #eveonline"], ["tweet_id", "436421316246532096"], ["updated_at", "2014-02-22 11:45:55.904752"], ["user_handle", "CarlMarsalis"], ["user_id", "2174199313"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000702461063/466caac0df19327cbb4bb7e43bf6fcc2_normal.jpeg"], ["user_name", "Carl Marsalis"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.905804"], ["hashtag_id", 1], ["hashtaggable_id", 576], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.905804"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436420912317861888' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 08:43:48.000000"], ["text", "RT @TheMittani: Battle report on the evening's 0-W778 festivities: http://t.co/FM44RHORqs #tweetfleet #eveonline"], ["tweet_id", "436420912317861888"], ["updated_at", "2014-02-22 11:45:55.911729"], ["user_handle", "hunanladdiad"], ["user_id", "66087141"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000152170548/22b1292c7fd21b8440ed2b9382a2b2bd_normal.jpeg"], ["user_name", "Braellain"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.912825"], ["hashtag_id", 1], ["hashtaggable_id", 577], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.912825"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436420013646286848' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 08:40:14.000000"], ["image_url", "https://pbs.twimg.com/media/Bg55sK6CEAA6nGa.jpg"], ["text", "A great shot from space, right now. #tweetfleet #eveonline http://t.co/I10qykswKg"], ["tweet_id", "436420013646286848"], ["updated_at", "2014-02-22 11:45:55.919706"], ["user_handle", "drjonfrockit"], ["user_id", "26526228"], ["user_image_url", "https://pbs.twimg.com/profile_images/1129283356/enzo_normal.jpg"], ["user_name", "Jonnie Fuckin Rockit"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.920807"], ["hashtag_id", 1], ["hashtaggable_id", 578], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.920807"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436419496132501505' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 08:38:10.000000"], ["text", "Like EVE? Like comics? Put those hands together.... http://t.co/LdP8zl9rPl #tweetfleet #eveonline"], ["tweet_id", "436419496132501505"], ["updated_at", "2014-02-22 11:45:55.926897"], ["user_handle", "Stevie_SG"], ["user_id", "363403954"], ["user_image_url", "https://pbs.twimg.com/profile_images/416886910913478656/Nvvt7C6n_normal.jpeg"], ["user_name", "Stevie Ward"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.928031"], ["hashtag_id", 1], ["hashtaggable_id", 579], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.928031"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436418353121345536' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 08:33:38.000000"], ["text", "RT @FunkyBacon: http://t.co/4ICVMCOpJ6 Ok there. It's official. Tossing the hat in for CSM9. Lowsec and FW representation is needed. #tweet…"], ["tweet_id", "436418353121345536"], ["updated_at", "2014-02-22 11:45:55.997547"], ["user_handle", "Julianus_Soter"], ["user_id", "183508700"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000707811902/aca9d4c5f0c5f47e2da037ef8f22ab9c_normal.jpeg"], ["user_name", "Julianus Soter"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:55.998729"], ["hashtag_id", 1], ["hashtaggable_id", 580], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:55.998729"]]  (1.2ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436418141204140032' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 08:32:47.000000"], ["image_url", "https://pbs.twimg.com/media/Bg53_LiCUAANvPw.jpg"], ["text", "#tweetfleet There's something you don't see every day... oh wait. Yes you do. #eveonline http://t.co/WlAymfoTR4"], ["tweet_id", "436418141204140032"], ["updated_at", "2014-02-22 11:45:56.005303"], ["user_handle", "drjonfrockit"], ["user_id", "26526228"], ["user_image_url", "https://pbs.twimg.com/profile_images/1129283356/enzo_normal.jpg"], ["user_name", "Jonnie Fuckin Rockit"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:56.006369"], ["hashtag_id", 1], ["hashtaggable_id", 581], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:56.006369"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436415826758230016' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 08:23:35.000000"], ["text", "RT @FunkyBacon: http://t.co/4ICVMCOpJ6 Ok there. It's official. Tossing the hat in for CSM9. Lowsec and FW representation is needed. #tweet…"], ["tweet_id", "436415826758230016"], ["updated_at", "2014-02-22 11:45:56.012011"], ["user_handle", "Niden_GMVA"], ["user_id", "1580099118"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000862103700/NzB6zksd_normal.jpeg"], ["user_name", "Niden"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:56.013060"], ["hashtag_id", 1], ["hashtaggable_id", 582], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:56.013060"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436414434802937856' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 08:18:04.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436414434802937856"], ["updated_at", "2014-02-22 11:45:56.019489"], ["user_handle", "Eviscerador"], ["user_id", "436982941"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000474766279/4737bd14c8ef6b6b9ecd06190d59dad5_normal.jpeg"], ["user_name", "Alberto Fernández"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:56.020553"], ["hashtag_id", 1], ["hashtaggable_id", 583], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:56.020553"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436409240912396288' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 07:57:25.000000"], ["text", "Ihr braucht Hilfe bei euren ersten #eveonline Missionen oder habt noch ungeklärte Fragen? Hier entlang: http://t.co/hPunnXE6u7 #tweetfleet"], ["tweet_id", "436409240912396288"], ["updated_at", "2014-02-22 11:45:56.026510"], ["user_handle", "CCP_Shadowcat"], ["user_id", "2315803597"], ["user_image_url", "https://pbs.twimg.com/profile_images/428213247536136192/hsUpEVV4_normal.png"], ["user_name", "CCP Shadowcat"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:56.027580"], ["hashtag_id", 1], ["hashtaggable_id", 584], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:56.027580"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436408418031898624' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 07:54:09.000000"], ["text", "RT @edmkone1: I would like to thank the Bouncer, Curator and Garde for the atrocity committed this evening #tweetfleet #EVEonline #balanced…"], ["tweet_id", "436408418031898624"], ["updated_at", "2014-02-22 11:45:56.033725"], ["user_handle", "ektony_EVE"], ["user_id", "1345145442"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000509679047/4582f0a2ae967ff4763e6370804bfe63_normal.png"], ["user_name", "ektony"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:56.034887"], ["hashtag_id", 1], ["hashtaggable_id", 585], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:56.034887"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436403706851241984' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 07:35:26.000000"], ["text", "RT @CCP_Merovingian: Reading EVE: True Stories #1 on my iPad right now.. It´s also available on Android. #eveonline #tweetfleet https://t.c…"], ["tweet_id", "436403706851241984"], ["updated_at", "2014-02-22 11:45:56.042199"], ["user_handle", "Tacopilot"], ["user_id", "2274321044"], ["user_image_url", "https://pbs.twimg.com/profile_images/419057219586379777/PlnoMijT_normal.jpeg"], ["user_name", "Tac"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:56.043805"], ["hashtag_id", 1], ["hashtaggable_id", 586], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:56.043805"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436401293973004288' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 07:25:51.000000"], ["text", "RT @Jezaja: Nightmares of a Nightmare.... http://t.co/ygqeaAt0d4 #tweetfleet #eveonline"], ["tweet_id", "436401293973004288"], ["updated_at", "2014-02-22 11:45:56.050004"], ["user_handle", "eXeler0n"], ["user_id", "263851972"], ["user_image_url", "https://pbs.twimg.com/profile_images/2582287688/2uvg5n0l70waq54d6q7g_normal.png"], ["user_name", "eXeler0n"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:56.051085"], ["hashtag_id", 1], ["hashtaggable_id", 587], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:56.051085"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436400367836745728' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 07:22:10.000000"], ["text", "Battle report on the evening's 0-W778 festivities: http://t.co/FM44RHORqs #tweetfleet #eveonline"], ["tweet_id", "436400367836745728"], ["updated_at", "2014-02-22 11:45:56.056716"], ["user_handle", "TheMittani"], ["user_id", "39600392"], ["user_image_url", "https://pbs.twimg.com/profile_images/301849563/yesmittensdid_normal.jpg"], ["user_name", "The Mittani"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:56.057798"], ["hashtag_id", 1], ["hashtaggable_id", 588], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:56.057798"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436395095323975680' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 07:01:13.000000"], ["text", "RT @BraveNewbies: If you haven't had a chance, please check out @Suecotero's Reddit thread on his CSM run: http://t.co/bQNuMg2Xuk #TweetFle…"], ["tweet_id", "436395095323975680"], ["updated_at", "2014-02-22 11:45:56.063268"], ["user_handle", "Thecoffeerocks"], ["user_id", "1329607016"], ["user_image_url", "https://pbs.twimg.com/profile_images/3526669351/fd0f275e68a8f4d2500db29531989cfe_normal.jpeg"], ["user_name", "Coffee Rocks"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:56.064296"], ["hashtag_id", 1], ["hashtaggable_id", 589], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:56.064296"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436394908812070912' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 07:00:28.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436394908812070912"], ["updated_at", "2014-02-22 11:45:56.070668"], ["user_handle", "SWoegerer"], ["user_id", "301893783"], ["user_image_url", "https://pbs.twimg.com/profile_images/433607610323845121/LcCMyzsV_normal.jpeg"], ["user_name", "Sebastian Wögerer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:56.071770"], ["hashtag_id", 1], ["hashtaggable_id", 590], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:56.071770"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.2ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436394737692868609' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 06:59:47.000000"], ["text", "Nightmares of a Nightmare.... http://t.co/ygqeaAt0d4 #tweetfleet #eveonline"], ["tweet_id", "436394737692868609"], ["updated_at", "2014-02-22 11:45:56.077543"], ["user_handle", "Jezaja"], ["user_id", "70441435"], ["user_image_url", "https://pbs.twimg.com/profile_images/1207794307/03e0606b-d132-4e60-a70f-503417cdde2b_normal.jpg"], ["user_name", "Jezaja"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:56.078590"], ["hashtag_id", 1], ["hashtaggable_id", 591], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:56.078590"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436386510594514944' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 06:27:06.000000"], ["image_url", "https://pbs.twimg.com/media/Bg5bOA8CIAA62_B.png"], ["text", "And for just a #randombeautyshot, here's a somewhat familiar EVE Gate shot #tweetfleet #eveonline http://t.co/hcFJVhaaCq"], ["tweet_id", "436386510594514944"], ["updated_at", "2014-02-22 11:45:56.085819"], ["user_handle", "webspaceships"], ["user_id", "83456774"], ["user_image_url", "https://pbs.twimg.com/profile_images/1491937252/MarcHat2_normal.jpg"], ["user_name", "CCP's Lapdog"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:56.087034"], ["hashtag_id", 1], ["hashtaggable_id", 592], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:56.087034"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436385206401236993' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 06:21:55.000000"], ["text", "RT @Mord_Fiddle: New post at The Edge. Fourth this month. God, I'm on fire! http://t.co/oFh670MpGK #tweetfleet #eveonline"], ["tweet_id", "436385206401236993"], ["updated_at", "2014-02-22 11:45:56.093173"], ["user_handle", "Litefire01"], ["user_id", "19146083"], ["user_image_url", "https://pbs.twimg.com/profile_images/1422733898/90691990_normal.jpg"], ["user_name", "Aegea/Shantetha"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:56.094416"], ["hashtag_id", 1], ["hashtaggable_id", 593], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:56.094416"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436384225466793984' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 06:18:01.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436384225466793984"], ["updated_at", "2014-02-22 11:45:56.101014"], ["user_handle", "boriskourt"], ["user_id", "21676866"], ["user_image_url", "https://pbs.twimg.com/profile_images/431988609881616385/bxisilkt_normal.png"], ["user_name", "Boris Kourtoukov"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:56.102236"], ["hashtag_id", 1], ["hashtaggable_id", 594], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:56.102236"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436381366721081345' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 06:06:40.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436381366721081345"], ["updated_at", "2014-02-22 11:45:56.110196"], ["user_handle", "TheMittani"], ["user_id", "39600392"], ["user_image_url", "https://pbs.twimg.com/profile_images/301849563/yesmittensdid_normal.jpg"], ["user_name", "The Mittani"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:56.111622"], ["hashtag_id", 1], ["hashtaggable_id", 595], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:56.111622"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436375925089787904' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 05:45:02.000000"], ["text", "RT @shackas: AUS #eveonline players! I want your gameplay capture. Get in touch! #ggtv"], ["tweet_id", "436375925089787904"], ["updated_at", "2014-02-22 11:45:56.118772"], ["user_handle", "Daniel_Opitz"], ["user_id", "517751328"], ["user_image_url", "https://pbs.twimg.com/profile_images/1879558991/ReverbnationBanner_normal.jpg"], ["user_name", "Daniel Opitz"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:56.120010"], ["hashtag_id", 1], ["hashtaggable_id", 596], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:56.120010"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436375257461432320' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 05:42:23.000000"], ["text", "RT @shackas: AUS #eveonline players! I want your gameplay capture. Get in touch! #ggtv"], ["tweet_id", "436375257461432320"], ["updated_at", "2014-02-22 11:45:56.126531"], ["user_handle", "AlCaynes"], ["user_id", "131410896"], ["user_image_url", "https://pbs.twimg.com/profile_images/3745510211/94149404610a42b755c104896695f0cb_normal.jpeg"], ["user_name", "Al Caynes "]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:56.127805"], ["hashtag_id", 1], ["hashtaggable_id", 597], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:56.127805"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436375165749186561' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 05:42:01.000000"], ["text", "RT @shackas: AUS #eveonline players! I want your gameplay capture. Get in touch! #ggtv"], ["tweet_id", "436375165749186561"], ["updated_at", "2014-02-22 11:45:56.135804"], ["user_handle", "bellehammond"], ["user_id", "16541105"], ["user_image_url", "https://pbs.twimg.com/profile_images/2325209091/image_normal.jpg"], ["user_name", "Belle Hammond"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:56.137016"], ["hashtag_id", 1], ["hashtaggable_id", 598], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:56.137016"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436372731614224384' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 05:32:21.000000"], ["text", "RT @edmkone1: I would like to thank the Bouncer, Curator and Garde for the atrocity committed this evening #tweetfleet #EVEonline #balanced…"], ["tweet_id", "436372731614224384"], ["updated_at", "2014-02-22 11:45:56.145006"], ["user_handle", "LordXanderEVE"], ["user_id", "1954659440"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000635765817/bc85967dbb7ce73d2e6e3303f61e6dc7_normal.jpeg"], ["user_name", "Lord Xander"]] SQL (0.3ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:56.146648"], ["hashtag_id", 1], ["hashtaggable_id", 599], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:56.146648"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436372498016636928' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 05:31:25.000000"], ["text", "RT @milevsky: Вот я и дожил до времени, когда о космических битвах и сбитых космических кораблях пишут в новостях! #eveonline"], ["tweet_id", "436372498016636928"], ["updated_at", "2014-02-22 11:45:56.153695"], ["user_handle", "LilSmileKid"], ["user_id", "60967188"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000479638886/52f12a0e2a323026a53db08d2b9d0289_normal.jpeg"], ["user_name", "Natalie V"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:56.154835"], ["hashtag_id", 1], ["hashtaggable_id", 600], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:56.154835"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436371061241036800' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 05:25:43.000000"], ["text", "RT @anderton_faln: @progodlegend rip #tweetfleet #eveonline"], ["tweet_id", "436371061241036800"], ["updated_at", "2014-02-22 11:45:57.466782"], ["user_handle", "edmkone1"], ["user_id", "2333983615"], ["user_image_url", "https://pbs.twimg.com/profile_images/432372279322738690/mdXPLPN7_normal.png"], ["user_name", "Edmark1"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.467893"], ["hashtag_id", 1], ["hashtaggable_id", 601], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.467893"]]  (2.1ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436370415897047041' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 05:23:09.000000"], ["text", "@progodlegend rip #tweetfleet #eveonline"], ["tweet_id", "436370415897047041"], ["updated_at", "2014-02-22 11:45:57.475252"], ["user_handle", "anderton_faln"], ["user_id", "1570310120"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000090907297/b5f1fb757f81fbdc9db36b773d4559e5_normal.jpeg"], ["user_name", "Anderton Faln"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.476514"], ["hashtag_id", 1], ["hashtaggable_id", 602], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.476514"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436369972408119296' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 05:21:23.000000"], ["text", "@nitroxygen So tell us how the first few days are going, what have you done, what do you know. #tweetfleet #EVEonline"], ["tweet_id", "436369972408119296"], ["updated_at", "2014-02-22 11:45:57.482405"], ["user_handle", "Zimzat_EVE"], ["user_id", "1324593931"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000788130369/28fdbb661e4d019028b91a49b770f856_normal.jpeg"], ["user_name", "Zimzat"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.483535"], ["hashtag_id", 1], ["hashtaggable_id", 603], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.483535"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436365560469676032' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 05:03:51.000000"], ["text", "RT @TheMittani: So, there was a breakout attempt in 0-W778, and this was the result: http://t.co/MesQR7Y9uK #tweetfleet #eveonline"], ["tweet_id", "436365560469676032"], ["updated_at", "2014-02-22 11:45:57.490007"], ["user_handle", "BomberJayne"], ["user_id", "1319581862"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000566859051/4a350ae42f81123d4ceaaaebd56d3b60_normal.jpeg"], ["user_name", "Jayne Fillon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.491557"], ["hashtag_id", 1], ["hashtaggable_id", 604], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.491557"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436364752793923584' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 05:00:38.000000"], ["text", "Still one of my fav video, http://t.co/uCiKrUtXw1 #tweetfleet #EVEonline"], ["tweet_id", "436364752793923584"], ["updated_at", "2014-02-22 11:45:57.498002"], ["user_handle", "Zimzat_EVE"], ["user_id", "1324593931"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000788130369/28fdbb661e4d019028b91a49b770f856_normal.jpeg"], ["user_name", "Zimzat"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.499771"], ["hashtag_id", 1], ["hashtaggable_id", 605], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.499771"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436364655720943616' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 05:00:15.000000"], ["text", "Toonbee \"Today is a good day to die!\" - http://t.co/ZbJ0eD7TLI #Eveonline #Tweetfleet"], ["tweet_id", "436364655720943616"], ["updated_at", "2014-02-22 11:45:57.506233"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.507405"], ["hashtag_id", 1], ["hashtaggable_id", 606], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.507405"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436364221253971968' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 04:58:32.000000"], ["text", "RT @Eve_Toon: Oh, the joy! The anatomy of a failed gank. - http://t.co/K0J2RQjtHe #Eveonline #Tweetfleet"], ["tweet_id", "436364221253971968"], ["updated_at", "2014-02-22 11:45:57.513778"], ["user_handle", "Zimzat_EVE"], ["user_id", "1324593931"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000788130369/28fdbb661e4d019028b91a49b770f856_normal.jpeg"], ["user_name", "Zimzat"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.515045"], ["hashtag_id", 1], ["hashtaggable_id", 607], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.515045"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436364125644795905' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 04:58:09.000000"], ["text", "Oh, the joy! The anatomy of a failed gank. - http://t.co/K0J2RQjtHe #Eveonline #Tweetfleet"], ["tweet_id", "436364125644795905"], ["updated_at", "2014-02-22 11:45:57.521141"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.522249"], ["hashtag_id", 1], ["hashtaggable_id", 608], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.522249"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436363901975158784' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 04:57:16.000000"], ["text", "RT @TheMittani: So, there was a breakout attempt in 0-W778, and this was the result: http://t.co/MesQR7Y9uK #tweetfleet #eveonline"], ["tweet_id", "436363901975158784"], ["updated_at", "2014-02-22 11:45:57.528036"], ["user_handle", "Zimzat_EVE"], ["user_id", "1324593931"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000788130369/28fdbb661e4d019028b91a49b770f856_normal.jpeg"], ["user_name", "Zimzat"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.529181"], ["hashtag_id", 1], ["hashtaggable_id", 609], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.529181"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436363638828699648' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 04:56:13.000000"], ["text", "RT @shackas: AUS #eveonline players! I want your gameplay capture. Get in touch! #ggtv"], ["tweet_id", "436363638828699648"], ["updated_at", "2014-02-22 11:45:57.534813"], ["user_handle", "WauloK"], ["user_id", "14506500"], ["user_image_url", "https://pbs.twimg.com/profile_images/418162675898535936/8RELzivl_normal.jpeg"], ["user_name", "Jason Oakley"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.535935"], ["hashtag_id", 1], ["hashtaggable_id", 610], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.535935"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436363416366624768' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 04:55:20.000000"], ["text", "RT @shackas: AUS #eveonline players! I want your gameplay capture. Get in touch! #ggtv"], ["tweet_id", "436363416366624768"], ["updated_at", "2014-02-22 11:45:57.541589"], ["user_handle", "bajopants"], ["user_id", "34886889"], ["user_image_url", "https://pbs.twimg.com/profile_images/434553676561010688/fX305jAM_normal.jpeg"], ["user_name", "Steven O'Donnell"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.542720"], ["hashtag_id", 1], ["hashtaggable_id", 611], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.542720"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436360286706995200' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 04:42:54.000000"], ["text", "DarkHoreseのコミック、小説のような有名NPC、オーバーパワーな謎のNPCが色々企んでます!じゃなく、Null勢をネタ、登場人物にしてんのね。  #evejapan #eveonline"], ["tweet_id", "436360286706995200"], ["updated_at", "2014-02-22 11:45:57.548294"], ["user_handle", "amaokay"], ["user_id", "260536846"], ["user_image_url", "https://pbs.twimg.com/profile_images/1557197899/icon_normal.jpg"], ["user_name", "あまおか"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.549387"], ["hashtag_id", 1], ["hashtaggable_id", 612], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.549387"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436358286850260992' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 04:34:57.000000"], ["text", "RT @TheMittani: So, there was a breakout attempt in 0-W778, and this was the result: http://t.co/MesQR7Y9uK #tweetfleet #eveonline"], ["tweet_id", "436358286850260992"], ["updated_at", "2014-02-22 11:45:57.557263"], ["user_handle", "RayvonEVE"], ["user_id", "2324956526"], ["user_image_url", "https://pbs.twimg.com/profile_images/430228728057036800/XjJ_dJ0M_normal.jpeg"], ["user_name", "RayvonEVE"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.558940"], ["hashtag_id", 1], ["hashtaggable_id", 613], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.558940"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436356322603573249' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 04:27:09.000000"], ["text", "RT @EveOnline: Cap ship wrecks appearing more often nowadays http://t.co/9JLRQwUJuz #eveonline #tweetfleet"], ["tweet_id", "436356322603573249"], ["updated_at", "2014-02-22 11:45:57.565183"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.566347"], ["hashtag_id", 1], ["hashtaggable_id", 614], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.566347"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436356295390937088' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 04:27:02.000000"], ["text", "RT @EveOnline: Featured Fansite: EVE-Radio https://t.co/Nb24rOa3pW #eveonline #tweetfleet"], ["tweet_id", "436356295390937088"], ["updated_at", "2014-02-22 11:45:57.573612"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.575161"], ["hashtag_id", 1], ["hashtaggable_id", 615], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.575161"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436356266387316736' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 04:26:55.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436356266387316736"], ["updated_at", "2014-02-22 11:45:57.582102"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.583232"], ["hashtag_id", 1], ["hashtaggable_id", 616], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.583232"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436356018881437696' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 04:25:56.000000"], ["text", "RT @edmkone1: I would like to thank the Bouncer, Curator and Garde for the atrocity committed this evening #tweetfleet #EVEonline #balanced…"], ["tweet_id", "436356018881437696"], ["updated_at", "2014-02-22 11:45:57.589449"], ["user_handle", "valtrinor"], ["user_id", "220616100"], ["user_image_url", "https://pbs.twimg.com/profile_images/3564828445/d9d73078840304eb0f8e7fe877f38dc3_normal.jpeg"], ["user_name", "Valtrinor"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.590868"], ["hashtag_id", 1], ["hashtaggable_id", 617], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.590868"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436354114302521345' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 04:18:22.000000"], ["text", "S**t just hit the fan! http://t.co/8ayFM1YJ4F #tweetfleet #EVEonline @EveOnline"], ["tweet_id", "436354114302521345"], ["updated_at", "2014-02-22 11:45:57.596903"], ["user_handle", "dodovt"], ["user_id", "38533603"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000784518504/21cea2ff4cb54c5622639b85551d8c31_normal.jpeg"], ["user_name", "Matheus Vitorio"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.598026"], ["hashtag_id", 1], ["hashtaggable_id", 618], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.598026"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436353114312933376' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 04:14:24.000000"], ["text", "RT @TheMittani: So, there was a breakout attempt in 0-W778, and this was the result: http://t.co/MesQR7Y9uK #tweetfleet #eveonline"], ["tweet_id", "436353114312933376"], ["updated_at", "2014-02-22 11:45:57.603759"], ["user_handle", "qu1ckkkk"], ["user_id", "599250234"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000658720438/a28a6837dabcbf3cf92de2c19799cbd2_normal.jpeg"], ["user_name", "qu1ckkkk"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.604858"], ["hashtag_id", 1], ["hashtaggable_id", 619], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.604858"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436353071187505152' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 04:14:13.000000"], ["text", "RT @TheMittani: So, there was a breakout attempt in 0-W778, and this was the result: http://t.co/MesQR7Y9uK #tweetfleet #eveonline"], ["tweet_id", "436353071187505152"], ["updated_at", "2014-02-22 11:45:57.612614"], ["user_handle", "edmkone1"], ["user_id", "2333983615"], ["user_image_url", "https://pbs.twimg.com/profile_images/432372279322738690/mdXPLPN7_normal.png"], ["user_name", "Edmark1"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.614221"], ["hashtag_id", 1], ["hashtaggable_id", 620], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.614221"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436352610388291584' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 04:12:24.000000"], ["text", "So, there was a breakout attempt in 0-W778, and this was the result: http://t.co/MesQR7Y9uK #tweetfleet #eveonline"], ["tweet_id", "436352610388291584"], ["updated_at", "2014-02-22 11:45:57.620638"], ["user_handle", "TheMittani"], ["user_id", "39600392"], ["user_image_url", "https://pbs.twimg.com/profile_images/301849563/yesmittensdid_normal.jpg"], ["user_name", "The Mittani"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.621919"], ["hashtag_id", 1], ["hashtaggable_id", 621], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.621919"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436351781388685312' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 04:09:06.000000"], ["text", "I would like to thank the Bouncer, Curator and Garde for the atrocity committed this evening #tweetfleet #EVEonline #balancedgameplay"], ["tweet_id", "436351781388685312"], ["updated_at", "2014-02-22 11:45:57.628291"], ["user_handle", "edmkone1"], ["user_id", "2333983615"], ["user_image_url", "https://pbs.twimg.com/profile_images/432372279322738690/mdXPLPN7_normal.png"], ["user_name", "Edmark1"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.629455"], ["hashtag_id", 1], ["hashtaggable_id", 622], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.629455"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436349347978948608' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 03:59:26.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436349347978948608"], ["updated_at", "2014-02-22 11:45:57.637756"], ["user_handle", "AcrophobicPixie"], ["user_id", "19289337"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000405417867/c1ae6b36a47ada4f3a195614b28d32b8_normal.jpeg"], ["user_name", "Heather Corus"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.639257"], ["hashtag_id", 1], ["hashtaggable_id", 623], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.639257"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436348550557880320' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 03:56:16.000000"], ["text", "EVE Online digital comic launched #eveonline @eveonline @DarkHorseComics http://t.co/FOMOmIokbY"], ["tweet_id", "436348550557880320"], ["updated_at", "2014-02-22 11:45:57.645538"], ["user_handle", "TheGamersTemple"], ["user_id", "43730357"], ["user_image_url", "https://pbs.twimg.com/profile_images/242538469/gt_logo_white_3_normal.png"], ["user_name", "The Gamers Temple"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.646640"], ["hashtag_id", 1], ["hashtaggable_id", 624], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.646640"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436347296846864386' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 03:51:17.000000"], ["text", "He followed with: \"But ya know what. Hope you enjoyed that. Because I'll find you, and kill you again and again. Watch your ass\"\n#EveOnline"], ["tweet_id", "436347296846864386"], ["updated_at", "2014-02-22 11:45:57.652844"], ["user_handle", "Evauk_Folfy"], ["user_id", "69796584"], ["user_image_url", "https://pbs.twimg.com/profile_images/2580057553/6ik2a3qy7idrsl3gtaqv_normal.png"], ["user_name", "Evauk"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.654019"], ["hashtag_id", 1], ["hashtaggable_id", 625], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.654019"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436345205927997440' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 03:42:58.000000"], ["text", "Jail break failed, the CFC prison guards snuffed it out. nice try Nulli. #tweetfleet #eveonline"], ["tweet_id", "436345205927997440"], ["updated_at", "2014-02-22 11:45:57.660481"], ["user_handle", "lucius_demeter"], ["user_id", "2149823691"], ["user_image_url", "https://pbs.twimg.com/profile_images/421426279749914625/QzH1w3-y_normal.jpeg"], ["user_name", "Lucius Demeter"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.661649"], ["hashtag_id", 1], ["hashtaggable_id", 626], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.661649"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436337759603523584' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 03:13:23.000000"], ["image_url", "https://pbs.twimg.com/media/Bg4u4TcCAAA2lis.png"], ["text", "#eveonline http://t.co/EgKSHDHd4r"], ["tweet_id", "436337759603523584"], ["updated_at", "2014-02-22 11:45:57.671064"], ["user_handle", "Volatar"], ["user_id", "45579224"], ["user_image_url", "https://pbs.twimg.com/profile_images/1496678770/a75067fa96e8b274e52ee56b2bc799999e104d7f_full_normal.jpg"], ["user_name", "Volatar"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.672988"], ["hashtag_id", 1], ["hashtaggable_id", 627], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.672988"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436334232609513472' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 02:59:22.000000"], ["image_url", "https://pbs.twimg.com/media/Bg4rrDFIcAA9Dkv.jpg"], ["text", "eve cat, makes all the decisions. #eveonline #tweetfleet http://t.co/5WPDUy7uGI"], ["tweet_id", "436334232609513472"], ["updated_at", "2014-02-22 11:45:57.680469"], ["user_handle", "TigerlilyFenix"], ["user_id", "16303393"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000677659286/35523c9aad0b73201f27172749e0bd91_normal.jpeg"], ["user_name", "tigerlily"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.681616"], ["hashtag_id", 1], ["hashtaggable_id", 628], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.681616"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436330363346878464' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 02:44:00.000000"], ["image_url", "https://pbs.twimg.com/media/Bg4oJ1iCAAA6YhQ.jpg"], ["text", "Booty had me like #BAM #eveonline #tweetfleet #kronoslove http://t.co/HrQ5nrHUNf"], ["tweet_id", "436330363346878464"], ["updated_at", "2014-02-22 11:45:57.688278"], ["user_handle", "MemoocanYT"], ["user_id", "222262525"], ["user_image_url", "https://pbs.twimg.com/profile_images/428671424249602048/vTAPjuYT_normal.jpeg"], ["user_name", "Memoocan"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.689634"], ["hashtag_id", 1], ["hashtaggable_id", 629], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.689634"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436326817188679680' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 02:29:54.000000"], ["text", "Bobs Disciple (aka Baby's Daddy in eve) put up a nice EVE kill vid on our site. Check it\n\nNice Start http://t.co/xt0Wc3cShp\n#eveonline"], ["tweet_id", "436326817188679680"], ["updated_at", "2014-02-22 11:45:57.695491"], ["user_handle", "ZIonShad"], ["user_id", "626823302"], ["user_image_url", "https://pbs.twimg.com/profile_images/414284980794044416/W95R6BfL_normal.jpeg"], ["user_name", "ZionShad"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.696615"], ["hashtag_id", 1], ["hashtaggable_id", 630], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.696615"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436322308077404161' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 02:11:59.000000"], ["image_url", "https://pbs.twimg.com/media/Bg4g06mIEAA2jBD.jpg"], ["text", "#eveonline http://t.co/RthE9Cu1KB"], ["tweet_id", "436322308077404161"], ["updated_at", "2014-02-22 11:45:57.703226"], ["user_handle", "umgeher"], ["user_id", "8469132"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000119457782/69c9a16fa4850835be0a882c91f2072f_normal.jpeg"], ["user_name", "Umgeher Taborda"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.704354"], ["hashtag_id", 1], ["hashtaggable_id", 631], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.704354"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436317796709187584' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 01:54:03.000000"], ["image_url", "https://pbs.twimg.com/media/Bg35l2NCEAAjkid.jpg"], ["text", "RT @RixxJavix: Rixx Javix IS Star Lord!! Woot! #tweetfleet #eveonline http://t.co/oQIFFwIJaW"], ["tweet_id", "436317796709187584"], ["updated_at", "2014-02-22 11:45:57.711482"], ["user_handle", "EVE_Tetsel"], ["user_id", "422323832"], ["user_image_url", "https://pbs.twimg.com/profile_images/1659939316/1flag-fr_normal.jpg"], ["user_name", "Tetsel"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.712670"], ["hashtag_id", 1], ["hashtaggable_id", 632], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.712670"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436317569134641152' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 01:53:09.000000"], ["text", "New post at The Edge. Fourth this month. God, I'm on fire! http://t.co/oFh670MpGK #tweetfleet #eveonline"], ["tweet_id", "436317569134641152"], ["updated_at", "2014-02-22 11:45:57.720634"], ["user_handle", "Mord_Fiddle"], ["user_id", "363597729"], ["user_image_url", "https://pbs.twimg.com/profile_images/1517241207/mord_normal.jpg"], ["user_name", "Mord Fiddle"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.722337"], ["hashtag_id", 1], ["hashtaggable_id", 633], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.722337"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436313465062703105' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 01:36:51.000000"], ["text", "Dark Horse Comics tells the story of the end of The Great War in the first of a four issue series. #eveonline http://t.co/SSKT4H7pUL"], ["tweet_id", "436313465062703105"], ["updated_at", "2014-02-22 11:45:57.729002"], ["user_handle", "bcarr"], ["user_id", "756977"], ["user_image_url", "https://pbs.twimg.com/profile_images/424412888204582912/Lp97GKBP_normal.jpeg"], ["user_name", "Brad Carr"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.730102"], ["hashtag_id", 1], ["hashtaggable_id", 634], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.730102"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436312010838773761' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 01:31:04.000000"], ["text", "Brazil is amazing! On Amazon, the Collector's Edition is $127,4. Shipping is $9,98. Fine by me. Import Fee $130,68\n#eveonline #tweetfleet"], ["tweet_id", "436312010838773761"], ["updated_at", "2014-02-22 11:45:57.736471"], ["user_handle", "RVikary"], ["user_id", "1880864420"], ["user_image_url", "https://pbs.twimg.com/profile_images/422782435403649024/2tJS84KE_normal.jpeg"], ["user_name", "Rodrik Vikary"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.737890"], ["hashtag_id", 1], ["hashtaggable_id", 635], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.737890"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436308982399922176' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 01:19:02.000000"], ["text", "Dear 200m isk corp hangar thief. You're a fucking retarded poor. And a sad bad That is all #eveonline #tweetfleet"], ["tweet_id", "436308982399922176"], ["updated_at", "2014-02-22 11:45:57.745107"], ["user_handle", "meanharri"], ["user_id", "232043440"], ["user_image_url", "https://pbs.twimg.com/profile_images/434485983464001536/9KZXHcxs_normal.jpeg"], ["user_name", "Harri"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.746212"], ["hashtag_id", 1], ["hashtaggable_id", 636], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.746212"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436308974133321729' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 01:19:00.000000"], ["text", "@Icelandair I think at 30,000ft the occasion deserves something more exotic and Icelandic. Perhaps playing CCP's #eveonline ?"], ["tweet_id", "436308974133321729"], ["updated_at", "2014-02-22 11:45:57.752018"], ["user_handle", "Sean_Decker"], ["user_id", "21433097"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000083611170/4d666af350ee30bdf5b79c872b66d137_normal.jpeg"], ["user_name", "Sean Decker"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.753206"], ["hashtag_id", 1], ["hashtaggable_id", 637], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.753206"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436305953269374976' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 01:07:00.000000"], ["text", "@Xenuria happy4u, no mo fedoras #tweetfleet #eveonline #whereisrichter"], ["tweet_id", "436305953269374976"], ["updated_at", "2014-02-22 11:45:57.759080"], ["user_handle", "icucmecu"], ["user_id", "356569519"], ["user_image_url", "https://pbs.twimg.com/profile_images/1577230049/lAfNd_normal.gif"], ["user_name", "Iseeyouseemeseeyou"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.760754"], ["hashtag_id", 1], ["hashtaggable_id", 638], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.760754"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436305817852067840' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 01:06:27.000000"], ["text", "@Xenuria lmfao #eveonline #tweetfleet"], ["tweet_id", "436305817852067840"], ["updated_at", "2014-02-22 11:45:57.767142"], ["user_handle", "EnderCapitalG"], ["user_id", "22662317"], ["user_image_url", "https://pbs.twimg.com/profile_images/1219671608/1163133235_512_normal.jpg"], ["user_name", "EnderCapitalG"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.768326"], ["hashtag_id", 1], ["hashtaggable_id", 639], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.768326"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436304097516740608' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 00:59:37.000000"], ["text", "https://t.co/VVHuhpLcyp Answering some questions from people about my views for CSM9 on EVE-O. #tweetfleet #eveonline"], ["tweet_id", "436304097516740608"], ["updated_at", "2014-02-22 11:45:57.774757"], ["user_handle", "FunkyBacon"], ["user_id", "20178313"], ["user_image_url", "https://pbs.twimg.com/profile_images/1410075551/Untitled-1_normal.jpg"], ["user_name", "FunkyBacon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.775981"], ["hashtag_id", 1], ["hashtaggable_id", 640], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.775981"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436303959142436864' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 00:59:04.000000"], ["text", "I have a girlfriend now. We have been a thing for a few months. http://t.co/4OIyY3sS6q I couldn't be happier. #tweetfleet #eveonline"], ["tweet_id", "436303959142436864"], ["updated_at", "2014-02-22 11:45:57.782913"], ["user_handle", "Xenuria"], ["user_id", "1335660242"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000629311026/7304b26017a84a82b0ac2c0a89aa7977_normal.jpeg"], ["user_name", "Xenuria"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.784063"], ["hashtag_id", 1], ["hashtaggable_id", 641], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.784063"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436302728424599552' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 00:54:11.000000"], ["text", "RT @AGIPodcast: Now live and recording! Why you no watching? Its your CSM! http://t.co/mFKXx97yms #tweetfleet #eveonline"], ["tweet_id", "436302728424599552"], ["updated_at", "2014-02-22 11:45:57.789945"], ["user_handle", "RVikary"], ["user_id", "1880864420"], ["user_image_url", "https://pbs.twimg.com/profile_images/422782435403649024/2tJS84KE_normal.jpeg"], ["user_name", "Rodrik Vikary"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.791110"], ["hashtag_id", 1], ["hashtaggable_id", 642], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.791110"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436302483456294913' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 00:53:12.000000"], ["text", "Now live and recording! Why you no watching? Its your CSM! http://t.co/mFKXx97yms #tweetfleet #eveonline"], ["tweet_id", "436302483456294913"], ["updated_at", "2014-02-22 11:45:57.797020"], ["user_handle", "AGIPodcast"], ["user_id", "2205725359"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000767647352/705a496da178163a92eb2953a9f239c2_normal.png"], ["user_name", "The Capsuleer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.798140"], ["hashtag_id", 1], ["hashtaggable_id", 643], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.798140"]]  (3.1ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436302261921132544' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 00:52:20.000000"], ["text", "AUS #eveonline players! I want your gameplay capture. Get in touch! #ggtv"], ["tweet_id", "436302261921132544"], ["updated_at", "2014-02-22 11:45:57.806408"], ["user_handle", "shackas"], ["user_id", "10167392"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000481945588/31959176cdc1823963faf557a67ad2e9_normal.jpeg"], ["user_name", "shackas"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.807533"], ["hashtag_id", 1], ["hashtaggable_id", 644], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.807533"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436297084162289664' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 00:31:45.000000"], ["text", "RT @AGIPodcast: Join us Live at http://t.co/mFKXx97yms as we chat to @@Sugar_Kyle about csm9! #eveonline #tweetfleet"], ["tweet_id", "436297084162289664"], ["updated_at", "2014-02-22 11:45:57.816505"], ["user_handle", "SpaceVowels"], ["user_id", "49247551"], ["user_image_url", "https://pbs.twimg.com/profile_images/274246156/heavenorhell_normal.jpg"], ["user_name", "T Hesh"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.818382"], ["hashtag_id", 1], ["hashtaggable_id", 645], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.818382"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436296638739808256' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 00:29:59.000000"], ["text", "Join us Live at http://t.co/mFKXx97yms as we chat to @@Sugar_Kyle about csm9! #eveonline #tweetfleet"], ["tweet_id", "436296638739808256"], ["updated_at", "2014-02-22 11:45:57.824666"], ["user_handle", "AGIPodcast"], ["user_id", "2205725359"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000767647352/705a496da178163a92eb2953a9f239c2_normal.png"], ["user_name", "The Capsuleer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.825868"], ["hashtag_id", 1], ["hashtaggable_id", 646], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.825868"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436295778827771904' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 00:26:34.000000"], ["text", "In case anyone wants to have a little fun tonight: http://t.co/jFh4EYA4cW #tweetfleet #eveonline"], ["tweet_id", "436295778827771904"], ["updated_at", "2014-02-22 11:45:57.884196"], ["user_handle", "SindelPellion"], ["user_id", "369212738"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000468603357/c28ad1c74f298ee654ad02467cf680c5_normal.png"], ["user_name", "Sindel Pellion"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.885544"], ["hashtag_id", 1], ["hashtaggable_id", 647], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.885544"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436293178728386560' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 00:16:14.000000"], ["text", "First person frivolity or maybe not? - http://t.co/2IhWtIVAYi #Eveonline #Tweetfleet"], ["tweet_id", "436293178728386560"], ["updated_at", "2014-02-22 11:45:57.891506"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.892650"], ["hashtag_id", 1], ["hashtaggable_id", 648], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.892650"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436292041836740609' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 00:11:43.000000"], ["text", "And apparently, Dead Alliance Please Ignore decided to local spam Barl tonight. #tweetfleet #eveonline #ElitePvP"], ["tweet_id", "436292041836740609"], ["updated_at", "2014-02-22 11:45:57.898770"], ["user_handle", "Protovarious"], ["user_id", "1733482842"], ["user_image_url", "https://pbs.twimg.com/profile_images/417928543499079680/gKvvRpkj_normal.jpeg"], ["user_name", "Protovarious"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.899951"], ["hashtag_id", 1], ["hashtaggable_id", 649], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.899951"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436290691514519552' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 00:06:21.000000"], ["text", "Surviving Eve whilst making a living as a solo-miner - http://t.co/pJg2n1zbdV #Eveonline #Tweetfleet"], ["tweet_id", "436290691514519552"], ["updated_at", "2014-02-22 11:45:57.906038"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.907153"], ["hashtag_id", 1], ["hashtaggable_id", 650], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.907153"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436290150209814529' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 00:04:12.000000"], ["text", "That was weird not mining in #EVEonline and playing #PSvita. Heh"], ["tweet_id", "436290150209814529"], ["updated_at", "2014-02-22 11:45:57.913224"], ["user_handle", "redmarien"], ["user_id", "187031943"], ["user_image_url", "https://pbs.twimg.com/profile_images/417553499304382464/g0MWLRZ5_normal.png"], ["user_name", "uǝıɹɐɯpǝɹ"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.914394"], ["hashtag_id", 1], ["hashtaggable_id", 651], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.914394"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.6ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436289433898610688' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 00:01:21.000000"], ["text", "@darklovers being followed in #twitter causes no concern. Follow me in #eveonline and I will tuck my ass in like a dog being chased by lions"], ["tweet_id", "436289433898610688"], ["updated_at", "2014-02-22 11:45:57.924041"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.925999"], ["hashtag_id", 1], ["hashtaggable_id", 652], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.925999"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436286153818648576' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 23:48:19.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436286153818648576"], ["updated_at", "2014-02-22 11:45:57.934233"], ["user_handle", "FightClubOutfit"], ["user_id", "715947097"], ["user_image_url", "https://pbs.twimg.com/profile_images/2431605130/logo_mid_normal.gif"], ["user_name", "Fight Club Outfit"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.935424"], ["hashtag_id", 1], ["hashtaggable_id", 653], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.935424"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436286132830347264' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 23:48:14.000000"], ["text", "RT @EveOnline: Well this is pretty amazing. http://t.co/R2kqHzoO5w Bravo @HLIBIndustry and @rox_lukas #eveonline #tweetfleet"], ["tweet_id", "436286132830347264"], ["updated_at", "2014-02-22 11:45:57.941734"], ["user_handle", "FightClubOutfit"], ["user_id", "715947097"], ["user_image_url", "https://pbs.twimg.com/profile_images/2431605130/logo_mid_normal.gif"], ["user_name", "Fight Club Outfit"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.942884"], ["hashtag_id", 1], ["hashtaggable_id", 654], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.942884"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436283738440601600' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 23:38:43.000000"], ["text", "RT @RixxJavix: NEW Post: Rixx Javix IS Star Lord! http://t.co/B2QKHVjyx1 #tweetfleet #eveonline He is also a major geek!!"], ["tweet_id", "436283738440601600"], ["updated_at", "2014-02-22 11:45:57.949125"], ["user_handle", "RVikary"], ["user_id", "1880864420"], ["user_image_url", "https://pbs.twimg.com/profile_images/422782435403649024/2tJS84KE_normal.jpeg"], ["user_name", "Rodrik Vikary"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.950308"], ["hashtag_id", 1], ["hashtaggable_id", 655], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.950308"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436281588285190144' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 23:30:11.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436281588285190144"], ["updated_at", "2014-02-22 11:45:57.959431"], ["user_handle", "Garetor_Ranchr"], ["user_id", "261663599"], ["user_image_url", "https://pbs.twimg.com/profile_images/419072974659289088/kkCtH8P__normal.jpeg"], ["user_name", "Ran'chr-G. Fírnen"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.960772"], ["hashtag_id", 1], ["hashtaggable_id", 656], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.960772"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436280874363920384' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 23:27:20.000000"], ["text", "NEW Post: Rixx Javix IS Star Lord! http://t.co/B2QKHVjyx1 #tweetfleet #eveonline He is also a major geek!!"], ["tweet_id", "436280874363920384"], ["updated_at", "2014-02-22 11:45:57.966966"], ["user_handle", "RixxJavix"], ["user_id", "315868674"], ["user_image_url", "https://pbs.twimg.com/profile_images/3655229394/1487dc41b39a3a1b6827984dc95072ea_normal.jpeg"], ["user_name", "Rixx Javix"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.968926"], ["hashtag_id", 1], ["hashtaggable_id", 657], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.968926"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436280731112079361' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 23:26:46.000000"], ["text", "Just witnessed my first Titan in person. #eveonline"], ["tweet_id", "436280731112079361"], ["updated_at", "2014-02-22 11:45:57.979740"], ["user_handle", "Volatar"], ["user_id", "45579224"], ["user_image_url", "https://pbs.twimg.com/profile_images/1496678770/a75067fa96e8b274e52ee56b2bc799999e104d7f_full_normal.jpg"], ["user_name", "Volatar"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.981782"], ["hashtag_id", 1], ["hashtaggable_id", 658], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.981782"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436279798051389440' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 23:23:04.000000"], ["text", "Reading EVE: True Stories #1 on my iPad right now.. It´s also available on Android. #eveonline #tweetfleet https://t.co/LCl7GtVRP9"], ["tweet_id", "436279798051389440"], ["updated_at", "2014-02-22 11:45:57.990618"], ["user_handle", "CCP_Merovingian"], ["user_id", "310084160"], ["user_image_url", "https://pbs.twimg.com/profile_images/431064178577510400/1KF_psK5_normal.jpeg"], ["user_name", "CCP_Merovingian"]] SQL (0.4ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:57.992801"], ["hashtag_id", 1], ["hashtaggable_id", 659], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:57.992801"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436279707156627456' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 23:22:42.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436279707156627456"], ["updated_at", "2014-02-22 11:45:58.004771"], ["user_handle", "angelnomoon"], ["user_id", "45444007"], ["user_image_url", "https://pbs.twimg.com/profile_images/1325879770/Mercury_normal.png"], ["user_name", "Dianna"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.006924"], ["hashtag_id", 1], ["hashtaggable_id", 660], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.006924"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436279642040057856' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 23:22:27.000000"], ["image_url", "https://pbs.twimg.com/media/Bg35l2NCEAAjkid.jpg"], ["text", "RT @RixxJavix: Rixx Javix IS Star Lord!! Woot! #tweetfleet #eveonline http://t.co/oQIFFwIJaW"], ["tweet_id", "436279642040057856"], ["updated_at", "2014-02-22 11:45:58.016594"], ["user_handle", "titusballs"], ["user_id", "76282733"], ["user_image_url", "https://pbs.twimg.com/profile_images/427967976159977472/N97clGqf_normal.png"], ["user_name", "Titus Balls"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.018417"], ["hashtag_id", 1], ["hashtaggable_id", 661], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.018417"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436279329446981632' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 23:21:12.000000"], ["image_url", "https://pbs.twimg.com/media/Bg35l2NCEAAjkid.jpg"], ["text", "RT @RixxJavix: Rixx Javix IS Star Lord!! Woot! #tweetfleet #eveonline http://t.co/oQIFFwIJaW"], ["tweet_id", "436279329446981632"], ["updated_at", "2014-02-22 11:45:58.027647"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.3ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.030024"], ["hashtag_id", 1], ["hashtaggable_id", 662], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.030024"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436279167521263616' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 23:20:34.000000"], ["image_url", "https://pbs.twimg.com/media/Bg35l2NCEAAjkid.jpg"], ["text", "Rixx Javix IS Star Lord!! Woot! #tweetfleet #eveonline http://t.co/oQIFFwIJaW"], ["tweet_id", "436279167521263616"], ["updated_at", "2014-02-22 11:45:58.040358"], ["user_handle", "RixxJavix"], ["user_id", "315868674"], ["user_image_url", "https://pbs.twimg.com/profile_images/3655229394/1487dc41b39a3a1b6827984dc95072ea_normal.jpeg"], ["user_name", "Rixx Javix"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.042375"], ["hashtag_id", 1], ["hashtaggable_id", 663], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.042375"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436277857296605184' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 23:15:21.000000"], ["text", "Just over an hour to go until @Sugar_Kyle joins me on the show! #tweetfleet #eveonline"], ["tweet_id", "436277857296605184"], ["updated_at", "2014-02-22 11:45:58.053120"], ["user_handle", "AGIPodcast"], ["user_id", "2205725359"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000767647352/705a496da178163a92eb2953a9f239c2_normal.png"], ["user_name", "The Capsuleer"]] SQL (0.3ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.055382"], ["hashtag_id", 1], ["hashtaggable_id", 664], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.055382"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436277058977931264' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 23:12:11.000000"], ["text", "Toonbee - Looking at brochures for a Destroyer! - http://t.co/b8LhKGbyI6 #Eveonline #Tweetfleet"], ["tweet_id", "436277058977931264"], ["updated_at", "2014-02-22 11:45:58.065917"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.067949"], ["hashtag_id", 1], ["hashtaggable_id", 665], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.067949"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436276436396015617' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 23:09:42.000000"], ["text", "#tweetfleet Patch notes for Rubicon 1.2: \nPatch notes for EVE Online: Rubicon 1.2.1Released on Wed... http://t.co/aVuyA4JUHM #eveonline"], ["tweet_id", "436276436396015617"], ["updated_at", "2014-02-22 11:45:58.078086"], ["user_handle", "EVE_Virt"], ["user_id", "145632289"], ["user_image_url", "https://pbs.twimg.com/profile_images/1300622395/3d2eb5ee-e1e1-45f3-b8cb-3a4a830cb722_normal.png"], ["user_name", "Virtuozzo"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.079797"], ["hashtag_id", 1], ["hashtaggable_id", 666], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.079797"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436273591970459648' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 22:58:24.000000"], ["text", "A true story #EveOnline comic book regarding the fall of the Band of Brothers? Interesting! https://t.co/qOObpet1rr"], ["tweet_id", "436273591970459648"], ["updated_at", "2014-02-22 11:45:58.089672"], ["user_handle", "beelandj"], ["user_id", "159749627"], ["user_image_url", "https://pbs.twimg.com/profile_images/413006789047623680/VlfVJPJU_normal.jpeg"], ["user_name", "Jason Beeland"]] SQL (0.3ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.091954"], ["hashtag_id", 1], ["hashtaggable_id", 667], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.091954"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436272352587169792' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 22:53:29.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436272352587169792"], ["updated_at", "2014-02-22 11:45:58.100992"], ["user_handle", "iantohawke"], ["user_id", "2333971712"], ["user_image_url", "https://pbs.twimg.com/profile_images/432236053429104640/hkkBlXX3_normal.jpeg"], ["user_name", "Ianto Hawke"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.102434"], ["hashtag_id", 1], ["hashtaggable_id", 668], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.102434"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436269794883428352' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 22:43:19.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436269794883428352"], ["updated_at", "2014-02-22 11:45:58.185017"], ["user_handle", "Chango82Loco"], ["user_id", "1318867284"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000277124826/0628b4afbda23b80b252366f60b73153_normal.jpeg"], ["user_name", "Chango Loco"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.186336"], ["hashtag_id", 1], ["hashtaggable_id", 669], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.186336"]]  (1.1ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436269306301915136' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 22:41:22.000000"], ["text", "Dark Horse presents EVE: True Stories – Issue #1 out now! - EVE Community http://t.co/ry2CAGCZXp #eveonline #tweetflet"], ["tweet_id", "436269306301915136"], ["updated_at", "2014-02-22 11:45:58.194298"], ["user_handle", "TingMei_Eve"], ["user_id", "407211098"], ["user_image_url", "https://pbs.twimg.com/profile_images/3540502294/48c03e1b22d1ea04cf08d45d7e3e9149_normal.jpeg"], ["user_name", "GSF Ting Mei"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.195779"], ["hashtag_id", 1], ["hashtaggable_id", 670], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.195779"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436267580781625345' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 22:34:31.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436267580781625345"], ["updated_at", "2014-02-22 11:45:58.203234"], ["user_handle", "IronWolfSaber"], ["user_id", "1549087802"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000050775547/2e5edcf5f63a6fc2abd98d0ae1dceee2_normal.jpeg"], ["user_name", "Tony Adkins"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.204462"], ["hashtag_id", 1], ["hashtaggable_id", 671], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.204462"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436266469433692161' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 22:30:06.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436266469433692161"], ["updated_at", "2014-02-22 11:45:58.211413"], ["user_handle", "gakigaki123"], ["user_id", "129042003"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000835940885/cfeb0122dab8f33c2202da63e0f4e4a3_normal.jpeg"], ["user_name", "gaki@immortal"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.212646"], ["hashtag_id", 1], ["hashtaggable_id", 672], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.212646"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436265757446389760' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 22:27:16.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3tZQ6CMAAzaJf.png"], ["text", "EVE Online #MMO Universe Analysis Using ... - http://t.co/rtdPUmr8Nx #EVeOnline #SNA #SocialNetworkAnalysis http://t.co/x55Tmj3Ca8"], ["tweet_id", "436265757446389760"], ["updated_at", "2014-02-22 11:45:58.220526"], ["user_handle", "josephshaheen"], ["user_id", "41152850"], ["user_image_url", "https://pbs.twimg.com/profile_images/2022180843/Joe_Shaheen_Speaker_normal.jpg"], ["user_name", "Joe Shaheen"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.222008"], ["hashtag_id", 1], ["hashtaggable_id", 673], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.222008"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436264912273567744' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 22:23:55.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436264912273567744"], ["updated_at", "2014-02-22 11:45:58.230800"], ["user_handle", "RVikary"], ["user_id", "1880864420"], ["user_image_url", "https://pbs.twimg.com/profile_images/422782435403649024/2tJS84KE_normal.jpeg"], ["user_name", "Rodrik Vikary"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.232728"], ["hashtag_id", 1], ["hashtaggable_id", 674], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.232728"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436264257966309377' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 22:21:19.000000"], ["text", "RT @EveOnline: Well this is pretty amazing. http://t.co/R2kqHzoO5w Bravo @HLIBIndustry and @rox_lukas #eveonline #tweetfleet"], ["tweet_id", "436264257966309377"], ["updated_at", "2014-02-22 11:45:58.240174"], ["user_handle", "RVikary"], ["user_id", "1880864420"], ["user_image_url", "https://pbs.twimg.com/profile_images/422782435403649024/2tJS84KE_normal.jpeg"], ["user_name", "Rodrik Vikary"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.241473"], ["hashtag_id", 1], ["hashtaggable_id", 675], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.241473"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436262918393720832' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 22:15:59.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436262918393720832"], ["updated_at", "2014-02-22 11:45:58.248731"], ["user_handle", "KainSpero"], ["user_id", "952506409"], ["user_image_url", "https://pbs.twimg.com/profile_images/3205759634/ed66e0fc2f0de4ceb6108c2f7173cff0_normal.png"], ["user_name", "Kane Spero"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.250040"], ["hashtag_id", 1], ["hashtaggable_id", 676], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.250040"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436262410408951808' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 22:13:58.000000"], ["text", "RT @evenews24: #tweetfleet HYBRID EVE-DUST ALLIANCES http://t.co/lyaEwmeBOh #Articles #eveonline"], ["tweet_id", "436262410408951808"], ["updated_at", "2014-02-22 11:45:58.257341"], ["user_handle", "KainSpero"], ["user_id", "952506409"], ["user_image_url", "https://pbs.twimg.com/profile_images/3205759634/ed66e0fc2f0de4ceb6108c2f7173cff0_normal.png"], ["user_name", "Kane Spero"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.258953"], ["hashtag_id", 1], ["hashtaggable_id", 677], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.258953"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436260671387615232' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 22:07:04.000000"], ["text", "RT @LordXander1: @CCPGames Can you plz just let us kill 0.0 stations, thats way beter then camping it for 7 days! Thanks. #tweetfleet #eve…"], ["tweet_id", "436260671387615232"], ["updated_at", "2014-02-22 11:45:58.266216"], ["user_handle", "Tacopilot"], ["user_id", "2274321044"], ["user_image_url", "https://pbs.twimg.com/profile_images/419057219586379777/PlnoMijT_normal.jpeg"], ["user_name", "Tac"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.267533"], ["hashtag_id", 1], ["hashtaggable_id", 678], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.267533"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436259072556687361' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 22:00:42.000000"], ["text", "@CCPGames Can you plz just let us kill 0.0 stations, thats way beter then camping it for 7 days! Thanks. #tweetfleet #eveonline"], ["tweet_id", "436259072556687361"], ["updated_at", "2014-02-22 11:45:58.275194"], ["user_handle", "LordXanderEVE"], ["user_id", "1954659440"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000635765817/bc85967dbb7ce73d2e6e3303f61e6dc7_normal.jpeg"], ["user_name", "Lord Xander"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.276711"], ["hashtag_id", 1], ["hashtaggable_id", 679], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.276711"]]  (1.1ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436258275034542080' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 21:57:32.000000"], ["text", "RT @evenews24: #tweetfleet HYBRID EVE-DUST ALLIANCES http://t.co/lyaEwmeBOh #Articles #eveonline"], ["tweet_id", "436258275034542080"], ["updated_at", "2014-02-22 11:45:58.284405"], ["user_handle", "Aaron_Gen_E"], ["user_id", "506938320"], ["user_image_url", "https://pbs.twimg.com/profile_images/421348819838582784/8XeTCUds_normal.jpeg"], ["user_name", "Arunis Gen"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.285715"], ["hashtag_id", 1], ["hashtaggable_id", 680], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.285715"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436258160496500736' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 21:57:05.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3mfE8CYAAvlI1.jpg"], ["text", "Опять баловалась в редакторе #EVEonline http://t.co/YfHCZ7aGvz"], ["tweet_id", "436258160496500736"], ["updated_at", "2014-02-22 11:45:58.293483"], ["user_handle", "SunnyBunnyF"], ["user_id", "415505760"], ["user_image_url", "https://pbs.twimg.com/profile_images/3782118390/e451a562d37b7e0d5d5e6415459c383e_normal.jpeg"], ["user_name", "Нелли Лисица"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.294831"], ["hashtag_id", 1], ["hashtaggable_id", 681], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.294831"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436256017509523456' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 21:48:34.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436256017509523456"], ["updated_at", "2014-02-22 11:45:58.302450"], ["user_handle", "ArdentDefender"], ["user_id", "274270866"], ["user_image_url", "https://pbs.twimg.com/profile_images/1292152455/image_normal.jpg"], ["user_name", "Ardent Defender"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.304276"], ["hashtag_id", 1], ["hashtaggable_id", 682], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.304276"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436254165401346048' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 21:41:12.000000"], ["text", "И последний мой полет в Jita* на сегодня. #EVEonline"], ["tweet_id", "436254165401346048"], ["updated_at", "2014-02-22 11:45:58.312427"], ["user_handle", "SunnyBunnyF"], ["user_id", "415505760"], ["user_image_url", "https://pbs.twimg.com/profile_images/3782118390/e451a562d37b7e0d5d5e6415459c383e_normal.jpeg"], ["user_name", "Нелли Лисица"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.313768"], ["hashtag_id", 1], ["hashtaggable_id", 683], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.313768"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436251781006626816' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 21:31:44.000000"], ["text", "RT @RixxJavix: Pardon me while my pride shows a little http://t.co/eHC2ieRar5 #tweetfleet #eveonline"], ["tweet_id", "436251781006626816"], ["updated_at", "2014-02-22 11:45:58.320402"], ["user_handle", "MiLLYMiLLGATES"], ["user_id", "1602894049"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000674649774/72821eef522e28f6bf40e60fdf46933c_normal.jpeg"], ["user_name", "MiLLY MONOPOLY MiLLZ"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.321729"], ["hashtag_id", 1], ["hashtaggable_id", 684], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.321729"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436251741949276160' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 21:31:35.000000"], ["text", "#tweetfleet #eveonline #CSM2014 Season to read the STV voting system code is upon us once again."], ["tweet_id", "436251741949276160"], ["updated_at", "2014-02-22 11:45:58.329406"], ["user_handle", "EVE_Megarom"], ["user_id", "1355268204"], ["user_image_url", "https://pbs.twimg.com/profile_images/3527769808/767641f95dfc062a3ebfdedc99a20dfe_normal.jpeg"], ["user_name", "Megarom Stingscream"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.330653"], ["hashtag_id", 1], ["hashtaggable_id", 685], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.330653"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436251512525037570' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 21:30:40.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436251512525037570"], ["updated_at", "2014-02-22 11:45:58.337896"], ["user_handle", "TheMkferguson"], ["user_id", "2173921072"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000733230407/1e724e546a6043476b2aa65abd2d4aee_normal.jpeg"], ["user_name", "Matthew Ferguson"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.339164"], ["hashtag_id", 1], ["hashtaggable_id", 686], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.339164"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436250966007222273' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 21:28:30.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436250966007222273"], ["updated_at", "2014-02-22 11:45:58.346411"], ["user_handle", "bazleebub"], ["user_id", "389475833"], ["user_image_url", "https://pbs.twimg.com/profile_images/2168519948/photo_normal.jpeg"], ["user_name", "Barry Sheppard"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.347655"], ["hashtag_id", 1], ["hashtaggable_id", 687], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.347655"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436250232196575232' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 21:25:35.000000"], ["text", "RT @RixxJavix: Pardon me while my pride shows a little http://t.co/eHC2ieRar5 #tweetfleet #eveonline"], ["tweet_id", "436250232196575232"], ["updated_at", "2014-02-22 11:45:58.354090"], ["user_handle", "DunmerOrion"], ["user_id", "222191507"], ["user_image_url", "https://pbs.twimg.com/profile_images/1256779874/DO_1750155233_256_normal.jpg"], ["user_name", "Dunmer Orion"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.355629"], ["hashtag_id", 1], ["hashtaggable_id", 688], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.355629"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436249714359820288' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 21:23:31.000000"], ["text", "Почитала чатик в Jita* оказывается сегодня белты не респанулись. Баг или фича? #EVEonline"], ["tweet_id", "436249714359820288"], ["updated_at", "2014-02-22 11:45:58.363428"], ["user_handle", "SunnyBunnyF"], ["user_id", "415505760"], ["user_image_url", "https://pbs.twimg.com/profile_images/3782118390/e451a562d37b7e0d5d5e6415459c383e_normal.jpeg"], ["user_name", "Нелли Лисица"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.364744"], ["hashtag_id", 1], ["hashtaggable_id", 689], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.364744"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436248651254747136' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 21:19:18.000000"], ["text", "Loving the new EVE: True Stories comic! Anyone feeling overwhelmed by the images should try full page view #tweetfleet #eveonline"], ["tweet_id", "436248651254747136"], ["updated_at", "2014-02-22 11:45:58.371248"], ["user_handle", "Voodoo_Ginger"], ["user_id", "889962224"], ["user_image_url", "https://pbs.twimg.com/profile_images/2736060479/dbb66b53e1ba50633564eb7669632b89_normal.jpeg"], ["user_name", "Voodoo Williams"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.372522"], ["hashtag_id", 1], ["hashtaggable_id", 690], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.372522"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436246502919241728' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 21:10:46.000000"], ["text", "@Dresdeyn is picking up my slack on streaming! Go say hey and hang out a while! http://t.co/4WrLjUPpru #tweetfleet #eveonline"], ["tweet_id", "436246502919241728"], ["updated_at", "2014-02-22 11:45:58.379706"], ["user_handle", "EVE_Biohazard"], ["user_id", "1648333483"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000246182247/94643a3a0e1b0a177002cd4c8ec23b25_normal.jpeg"], ["user_name", "Biohazard"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.381189"], ["hashtag_id", 1], ["hashtaggable_id", 691], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.381189"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436244964004339712' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 21:04:39.000000"], ["text", "dude you're a narcist #tweetfleet #eveonline"], ["tweet_id", "436244964004339712"], ["updated_at", "2014-02-22 11:45:58.387482"], ["user_handle", "BlawrfMcTaggart"], ["user_id", "539325922"], ["user_image_url", "https://pbs.twimg.com/profile_images/2346537993/9ycfk76i9lsa0jttjuxv_normal.jpeg"], ["user_name", "Blawrf McTaggart"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.388706"], ["hashtag_id", 1], ["hashtaggable_id", 692], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.388706"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436243770317996033' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:59:54.000000"], ["text", "Никогда такого не видела, все белты будто корова языком слизала, ни одного норм астероида, один Велдспар... или пустота... #EVEonline"], ["tweet_id", "436243770317996033"], ["updated_at", "2014-02-22 11:45:58.396496"], ["user_handle", "SunnyBunnyF"], ["user_id", "415505760"], ["user_image_url", "https://pbs.twimg.com/profile_images/3782118390/e451a562d37b7e0d5d5e6415459c383e_normal.jpeg"], ["user_name", "Нелли Лисица"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.397998"], ["hashtag_id", 1], ["hashtaggable_id", 693], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.397998"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436242219218247681' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:53:44.000000"], ["text", "И спать хочется, и скилл поставить надо #EVEonline"], ["tweet_id", "436242219218247681"], ["updated_at", "2014-02-22 11:45:58.404481"], ["user_handle", "PiFace"], ["user_id", "56636556"], ["user_image_url", "https://pbs.twimg.com/profile_images/1141395887/ava_73_73_normal.png"], ["user_name", "Pi.Face"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.406125"], ["hashtag_id", 1], ["hashtaggable_id", 694], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.406125"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436241855152263168' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:52:17.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436241855152263168"], ["updated_at", "2014-02-22 11:45:58.414421"], ["user_handle", "Kraziflip"], ["user_id", "622236450"], ["user_image_url", "https://pbs.twimg.com/profile_images/428997608611143680/Mp5HL9lm_normal.jpeg"], ["user_name", "Kraziflip"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.415646"], ["hashtag_id", 1], ["hashtaggable_id", 695], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.415646"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436241677284810753' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:51:35.000000"], ["text", "EVE: Rubicon 1.2 renamed \"Attack of the Phantom Miner\" #eveonline"], ["tweet_id", "436241677284810753"], ["updated_at", "2014-02-22 11:45:58.421781"], ["user_handle", "EVEEnquirer"], ["user_id", "1307515628"], ["user_image_url", "https://pbs.twimg.com/profile_images/3438016436/f2e3b54011b23a8632c8de1a9051c26f_normal.png"], ["user_name", "EVE Enquirer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.422972"], ["hashtag_id", 1], ["hashtaggable_id", 696], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.422972"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436241568517726208' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:51:09.000000"], ["text", "#Eveonline Devblog: Dark Horse presents EVE: True Stories – Issue #1 out now! http://t.co/O5uK5LdSY6 #tweetfleet"], ["tweet_id", "436241568517726208"], ["updated_at", "2014-02-22 11:45:58.429330"], ["user_handle", "GRN_EveRadio"], ["user_id", "289385883"], ["user_image_url", "https://pbs.twimg.com/profile_images/1330348287/50295_327682907856_328_q_normal.jpg"], ["user_name", "Eve Radio"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.430518"], ["hashtag_id", 1], ["hashtaggable_id", 697], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.430518"]]  (13.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436241160236195841' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:49:32.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436241160236195841"], ["updated_at", "2014-02-22 11:45:58.451731"], ["user_handle", "HilmarVeigar"], ["user_id", "292354838"], ["user_image_url", "https://pbs.twimg.com/profile_images/432897867917705216/qgLWthV6_normal.jpeg"], ["user_name", "Hilmar Veigar "]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.453241"], ["hashtag_id", 1], ["hashtaggable_id", 698], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.453241"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436241076752363520' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:49:12.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436241076752363520"], ["updated_at", "2014-02-22 11:45:58.461660"], ["user_handle", "NevilleSmit"], ["user_id", "490759157"], ["user_image_url", "https://pbs.twimg.com/profile_images/1823114369/NevilleSmit_normal.jpg"], ["user_name", "Neville Smit"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.462991"], ["hashtag_id", 1], ["hashtaggable_id", 699], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.462991"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436240251476918272' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:45:55.000000"], ["text", "Reading a story about Eve in comics format was interesting... #tweetfleet #eveonline"], ["tweet_id", "436240251476918272"], ["updated_at", "2014-02-22 11:45:58.468941"], ["user_handle", "RixxJavix"], ["user_id", "315868674"], ["user_image_url", "https://pbs.twimg.com/profile_images/3655229394/1487dc41b39a3a1b6827984dc95072ea_normal.jpeg"], ["user_name", "Rixx Javix"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:58.469999"], ["hashtag_id", 1], ["hashtaggable_id", 700], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:58.469999"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436239305473011712' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:42:10.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436239305473011712"], ["updated_at", "2014-02-22 11:45:59.624400"], ["user_handle", "vaugus"], ["user_id", "54278372"], ["user_image_url", "https://pbs.twimg.com/profile_images/3459778908/fdb5028e382984d2a6848775983dad9f_normal.jpeg"], ["user_name", "Chris Baugus"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.625595"], ["hashtag_id", 1], ["hashtaggable_id", 701], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.625595"]]  (2.4ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436238786134286337' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:40:06.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436238786134286337"], ["updated_at", "2014-02-22 11:45:59.634081"], ["user_handle", "bladebo"], ["user_id", "21207486"], ["user_image_url", "https://pbs.twimg.com/profile_images/79703749/avatar68126_1.gif_normal.jpg"], ["user_name", "bladebo"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.635227"], ["hashtag_id", 1], ["hashtaggable_id", 702], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.635227"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436238783902937088' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:40:05.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436238783902937088"], ["updated_at", "2014-02-22 11:45:59.641769"], ["user_handle", "EVE_MP"], ["user_id", "149064372"], ["user_image_url", "https://pbs.twimg.com/profile_images/937821754/27545_127305473963288_2524_q_normal.jpg"], ["user_name", "EVE-MP"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.642858"], ["hashtag_id", 1], ["hashtaggable_id", 703], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.642858"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436238569209102336' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:39:14.000000"], ["text", "RT @HansShotFirst: First issue of the #EVEonline comic is out today! https://t.co/eBLWRfyWwI"], ["tweet_id", "436238569209102336"], ["updated_at", "2014-02-22 11:45:59.648429"], ["user_handle", "YouAreMother"], ["user_id", "94976183"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000677354402/d0a92e805974eb5dd9f3d523295e7510_normal.jpeg"], ["user_name", "You're Mom"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.649505"], ["hashtag_id", 1], ["hashtaggable_id", 704], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.649505"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436238217059119104' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:37:50.000000"], ["text", "I've only watched the Guardians of the Galaxy trailer about 50 times today http://t.co/fpdUwI5hbK #tweetfleet #eveonline"], ["tweet_id", "436238217059119104"], ["updated_at", "2014-02-22 11:45:59.655443"], ["user_handle", "RixxJavix"], ["user_id", "315868674"], ["user_image_url", "https://pbs.twimg.com/profile_images/3655229394/1487dc41b39a3a1b6827984dc95072ea_normal.jpeg"], ["user_name", "Rixx Javix"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.657026"], ["hashtag_id", 1], ["hashtaggable_id", 705], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.657026"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436237907846627328' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:36:36.000000"], ["text", "#tweetfleet Awesomesauce: Dark Horse presents EVE – True Stories – Issue #1 out now! http://t.co/5CcxaDImWp #Articles #eveonline"], ["tweet_id", "436237907846627328"], ["updated_at", "2014-02-22 11:45:59.663147"], ["user_handle", "evenews24"], ["user_id", "167901620"], ["user_image_url", "https://pbs.twimg.com/profile_images/3132214338/1eb456e723b00ed80b9ed3b0d59d18ec_normal.png"], ["user_name", "EveNews24.com"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.664294"], ["hashtag_id", 1], ["hashtaggable_id", 706], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.664294"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436237137928007680' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:33:33.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3TXZMIQAAbOJn.jpg"], ["text", "A comic book of true stories of the history of EVE Online - amazing. #darkhorse #eveonline http://t.co/cWrs8Ys5y2 http://t.co/ZgUsOoJWfO"], ["tweet_id", "436237137928007680"], ["updated_at", "2014-02-22 11:45:59.670747"], ["user_handle", "djsethduncan"], ["user_id", "19919755"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000215780352/c56727e0b335325695b4d1b023e38206_normal.jpeg"], ["user_name", "Seth Duncan"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.671909"], ["hashtag_id", 1], ["hashtaggable_id", 707], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.671909"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436236041524363264' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:29:11.000000"], ["text", "RT @EveOnline: Well this is pretty amazing. http://t.co/R2kqHzoO5w Bravo @HLIBIndustry and @rox_lukas #eveonline #tweetfleet"], ["tweet_id", "436236041524363264"], ["updated_at", "2014-02-22 11:45:59.678421"], ["user_handle", "kgrette"], ["user_id", "274648344"], ["user_image_url", "https://pbs.twimg.com/profile_images/1722818671/Twitter_normal.jpg"], ["user_name", "Karl Grette"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.679670"], ["hashtag_id", 1], ["hashtaggable_id", 708], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.679670"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436234470321299456' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:22:57.000000"], ["text", "RT @EveOnline: Well this is pretty amazing. http://t.co/R2kqHzoO5w Bravo @HLIBIndustry and @rox_lukas #eveonline #tweetfleet"], ["tweet_id", "436234470321299456"], ["updated_at", "2014-02-22 11:45:59.686243"], ["user_handle", "vashts6583"], ["user_id", "1159851638"], ["user_image_url", "https://pbs.twimg.com/profile_images/432192998303354881/_63fEqBD_normal.jpeg"], ["user_name", "Rob Metzger"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.687374"], ["hashtag_id", 1], ["hashtaggable_id", 709], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.687374"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436234032204898304' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:21:12.000000"], ["text", "RT @EveOnline: Well this is pretty amazing. http://t.co/R2kqHzoO5w Bravo @HLIBIndustry and @rox_lukas #eveonline #tweetfleet"], ["tweet_id", "436234032204898304"], ["updated_at", "2014-02-22 11:45:59.693246"], ["user_handle", "chris_chanstein"], ["user_id", "1664407920"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000278597105/0dae0ab828de72137d1ae066591cbfa6_normal.jpeg"], ["user_name", "Chris Chanstein"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.694333"], ["hashtag_id", 1], ["hashtaggable_id", 710], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.694333"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436233723365695489' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:19:59.000000"], ["text", "NERDS! ;) RT @EveOnline: Well this is pretty amazing. http://t.co/W767eRyHQt Bravo @HLIBIndustry and @rox_lukas #eveonline #tweetfleet"], ["tweet_id", "436233723365695489"], ["updated_at", "2014-02-22 11:45:59.699828"], ["user_handle", "AnyaSilverfur"], ["user_id", "93131167"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000685910295/2e94cc5d081ddc33ebabe35d9e3203d1_normal.jpeg"], ["user_name", "Verified Innocent"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.700839"], ["hashtag_id", 1], ["hashtaggable_id", 711], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.700839"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436233476417667072' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:19:00.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436233476417667072"], ["updated_at", "2014-02-22 11:45:59.707971"], ["user_handle", "Nateryl"], ["user_id", "92362367"], ["user_image_url", "https://pbs.twimg.com/profile_images/3745685642/cda1531bbe8c922c9ae0ea7c0adbe2c2_normal.png"], ["user_name", "Ryan McKimmins"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.709237"], ["hashtag_id", 1], ["hashtaggable_id", 712], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.709237"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436233144849543168' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:17:41.000000"], ["text", "RT @EveOnline: Well this is pretty amazing. http://t.co/R2kqHzoO5w Bravo @HLIBIndustry and @rox_lukas #eveonline #tweetfleet"], ["tweet_id", "436233144849543168"], ["updated_at", "2014-02-22 11:45:59.715243"], ["user_handle", "HLIBIndustry"], ["user_id", "107608604"], ["user_image_url", "https://pbs.twimg.com/profile_images/2783102770/53b48f51d927a6bb6545605a39456b99_normal.jpeg"], ["user_name", "Lockefox"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.716396"], ["hashtag_id", 1], ["hashtaggable_id", 713], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.716396"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436233027967283200' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:17:13.000000"], ["text", "Well this is pretty amazing. http://t.co/R2kqHzoO5w Bravo @HLIBIndustry and @rox_lukas #eveonline #tweetfleet"], ["tweet_id", "436233027967283200"], ["updated_at", "2014-02-22 11:45:59.723498"], ["user_handle", "EveOnline"], ["user_id", "121999927"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000735651808/0e7b3263b081669af039d3f682504aa0_normal.jpeg"], ["user_name", "EVE Online"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.725118"], ["hashtag_id", 1], ["hashtaggable_id", 714], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.725118"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436232249717977088' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:14:07.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436232249717977088"], ["updated_at", "2014-02-22 11:45:59.732676"], ["user_handle", "mattesque"], ["user_id", "17554106"], ["user_image_url", "https://pbs.twimg.com/profile_images/431534166421676033/Qqt7Y8zi_normal.jpeg"], ["user_name", "Matthew M."]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.733989"], ["hashtag_id", 1], ["hashtaggable_id", 715], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.733989"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436230848082620416' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:08:33.000000"], ["text", "RT @evenews24: #tweetfleet HYBRID EVE-DUST ALLIANCES http://t.co/lyaEwmeBOh #Articles #eveonline"], ["tweet_id", "436230848082620416"], ["updated_at", "2014-02-22 11:45:59.740088"], ["user_handle", "Cookie_Stein"], ["user_id", "532233341"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000630421621/02b72780c34fff83b144af788032260c_normal.jpeg"], ["user_name", "CookieStein"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.741297"], ["hashtag_id", 1], ["hashtaggable_id", 716], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.741297"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436230502564237312' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:07:11.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436230502564237312"], ["updated_at", "2014-02-22 11:45:59.747727"], ["user_handle", "SteinarPalsson"], ["user_id", "342367574"], ["user_image_url", "https://pbs.twimg.com/profile_images/1497283967/Photo_on_2011-06-30_at_21.28__5_normal.jpg"], ["user_name", "Steinar Palsson"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.748781"], ["hashtag_id", 1], ["hashtaggable_id", 717], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.748781"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436230351891865601' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:06:35.000000"], ["text", "#tweetfleet Dark Horse presents EVE: True Stories - Issue #1 out now!: \nEVE: True Stories – The co... http://t.co/b0uYj23laU #eveonline"], ["tweet_id", "436230351891865601"], ["updated_at", "2014-02-22 11:45:59.754624"], ["user_handle", "EVE_Virt"], ["user_id", "145632289"], ["user_image_url", "https://pbs.twimg.com/profile_images/1300622395/3d2eb5ee-e1e1-45f3-b8cb-3a4a830cb722_normal.png"], ["user_name", "Virtuozzo"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.755711"], ["hashtag_id", 1], ["hashtaggable_id", 718], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.755711"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436230087445577728' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:05:32.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436230087445577728"], ["updated_at", "2014-02-22 11:45:59.763173"], ["user_handle", "Unsunghero27"], ["user_id", "239798381"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000540935271/4bf7112853f63a4ca6d608cc04d89dc3_normal.jpeg"], ["user_name", "Brandon Hoffman"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.764356"], ["hashtag_id", 1], ["hashtaggable_id", 719], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.764356"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436230045313826816' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:05:22.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436230045313826816"], ["updated_at", "2014-02-22 11:45:59.770910"], ["user_handle", "CCP_Paradox"], ["user_id", "403101513"], ["user_image_url", "https://pbs.twimg.com/profile_images/3548616089/86d0d21c1b9408794d8b347c891deca8_normal.jpeg"], ["user_name", "Scott Rhodes"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.772049"], ["hashtag_id", 1], ["hashtaggable_id", 720], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.772049"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436229727603277824' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:04:06.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436229727603277824"], ["updated_at", "2014-02-22 11:45:59.779507"], ["user_handle", "torfiFrans"], ["user_id", "531203913"], ["user_image_url", "https://pbs.twimg.com/profile_images/1932864579/496855819_256_normal.jpg"], ["user_name", "Torfi Frans Olafsson"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.781069"], ["hashtag_id", 1], ["hashtaggable_id", 721], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.781069"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436229674553708544' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:03:53.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436229674553708544"], ["updated_at", "2014-02-22 11:45:59.788745"], ["user_handle", "ZaenisDesef"], ["user_id", "512860145"], ["user_image_url", "https://pbs.twimg.com/profile_images/3292600172/74087c7da4de686ac8952ea5973dbeb6_normal.jpeg"], ["user_name", "Zaenis Desef"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.789888"], ["hashtag_id", 1], ["hashtaggable_id", 722], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.789888"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436229409738334208' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:02:50.000000"], ["text", "RT @sala_cameron: german report of the #CSM8 Winter Summit http://t.co/hZJmDUcmcD enjoy #eveonline #tweetfleet"], ["tweet_id", "436229409738334208"], ["updated_at", "2014-02-22 11:45:59.795637"], ["user_handle", "ForlornW"], ["user_id", "69826612"], ["user_image_url", "https://pbs.twimg.com/profile_images/2433094796/egh55qvzxyjtyxvj4w0b_normal.jpeg"], ["user_name", "Forlorn Wongraven "]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.796669"], ["hashtag_id", 1], ["hashtaggable_id", 723], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.796669"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436229227374211074' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:02:07.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436229227374211074"], ["updated_at", "2014-02-22 11:45:59.803068"], ["user_handle", "vv_troll_t"], ["user_id", "462963288"], ["user_image_url", "https://pbs.twimg.com/profile_images/430037294527950848/YpcgrblI_normal.png"], ["user_name", "Last Nerd"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.804149"], ["hashtag_id", 1], ["hashtaggable_id", 724], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.804149"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436229198219603968' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:02:00.000000"], ["text", "Toon strategy - How does my new Toonbee live and train? - http://t.co/bc8AUQStI0 #Eveonline #Tweetfleet"], ["tweet_id", "436229198219603968"], ["updated_at", "2014-02-22 11:45:59.810851"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.812020"], ["hashtag_id", 1], ["hashtaggable_id", 725], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.812020"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436229060914855938' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:01:27.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436229060914855938"], ["updated_at", "2014-02-22 11:45:59.819116"], ["user_handle", "SindelPellion"], ["user_id", "369212738"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000468603357/c28ad1c74f298ee654ad02467cf680c5_normal.png"], ["user_name", "Sindel Pellion"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.820669"], ["hashtag_id", 1], ["hashtaggable_id", 726], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.820669"]]  (1.1ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436228963552473089' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 20:01:04.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436228963552473089"], ["updated_at", "2014-02-22 11:45:59.828843"], ["user_handle", "vashts6583"], ["user_id", "1159851638"], ["user_image_url", "https://pbs.twimg.com/profile_images/432192998303354881/_63fEqBD_normal.jpeg"], ["user_name", "Rob Metzger"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.830537"], ["hashtag_id", 1], ["hashtaggable_id", 727], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.830537"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436228211236962304' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:58:04.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436228211236962304"], ["updated_at", "2014-02-22 11:45:59.838718"], ["user_handle", "am1goo"], ["user_id", "802316910"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000474586945/d504f05ef6841c4af0cd57b009102859_normal.png"], ["user_name", "Pavel Shestakov"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.840049"], ["hashtag_id", 1], ["hashtaggable_id", 728], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.840049"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436228120493162496' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:57:43.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436228120493162496"], ["updated_at", "2014-02-22 11:45:59.847400"], ["user_handle", "meheleventyone"], ["user_id", "14733638"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000229674630/4e39a1131b028d242e98355ff879d6e8_normal.jpeg"], ["user_name", "Charles Palmer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.848659"], ["hashtag_id", 1], ["hashtaggable_id", 729], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.848659"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436227890238066689' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:56:48.000000"], ["text", "Finally! Grab a chair and start reading! #eveonline #comic #darkhorse http://t.co/vVEFgRAoQC"], ["tweet_id", "436227890238066689"], ["updated_at", "2014-02-22 11:45:59.854752"], ["user_handle", "dinchamion"], ["user_id", "40006948"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000704301792/dcccc47153db1d2098911c7ea4a475fe_normal.jpeg"], ["user_name", "Gergely Fazekas"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.855867"], ["hashtag_id", 1], ["hashtaggable_id", 730], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.855867"]]  (5.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436227703550017536' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.6ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:56:03.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436227703550017536"], ["updated_at", "2014-02-22 11:45:59.867745"], ["user_handle", "edmkone1"], ["user_id", "2333983615"], ["user_image_url", "https://pbs.twimg.com/profile_images/432372279322738690/mdXPLPN7_normal.png"], ["user_name", "Edmark1"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.869270"], ["hashtag_id", 1], ["hashtaggable_id", 731], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.869270"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436226836117602304' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:52:37.000000"], ["text", "@HilmarVeigar Reading your interview with @rockpapershot. Stirring stuff. http://t.co/MAksEUd2xc #tweetfleet #eveonline"], ["tweet_id", "436226836117602304"], ["updated_at", "2014-02-22 11:45:59.875481"], ["user_handle", "mandrill"], ["user_id", "2456481"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000807519446/28bc751b53beb152a5660985a2e35c69_normal.jpeg"], ["user_name", "Keith Neilson"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.876817"], ["hashtag_id", 1], ["hashtaggable_id", 732], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.876817"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436226774045708288' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:52:22.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436226774045708288"], ["updated_at", "2014-02-22 11:45:59.884475"], ["user_handle", "Logix42"], ["user_id", "293511507"], ["user_image_url", "https://pbs.twimg.com/profile_images/2179684096/90169627_512_normal.jpg"], ["user_name", "Logix42"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.885669"], ["hashtag_id", 1], ["hashtaggable_id", 733], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.885669"]]  (1.3ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436226555560624129' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:51:30.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436226555560624129"], ["updated_at", "2014-02-22 11:45:59.892659"], ["user_handle", "CarlMarsalis"], ["user_id", "2174199313"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000702461063/466caac0df19327cbb4bb7e43bf6fcc2_normal.jpeg"], ["user_name", "Carl Marsalis"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.893733"], ["hashtag_id", 1], ["hashtaggable_id", 734], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.893733"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436226065460379648' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:49:33.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436226065460379648"], ["updated_at", "2014-02-22 11:45:59.900183"], ["user_handle", "ryakin"], ["user_id", "72910453"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000665873735/ab530c9c6f2b3da6604bdd3b0fd6b762_normal.jpeg"], ["user_name", "clayra"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.901318"], ["hashtag_id", 1], ["hashtaggable_id", 735], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.901318"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436224938803224576' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:45:04.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436224938803224576"], ["updated_at", "2014-02-22 11:45:59.907910"], ["user_handle", "ZlochoC"], ["user_id", "131508084"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000580436475/80d91457224309f9f4fcbfa478330a63_normal.jpeg"], ["user_name", "Zloco"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.909279"], ["hashtag_id", 1], ["hashtaggable_id", 736], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.909279"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436224461088768000' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:43:10.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436224461088768000"], ["updated_at", "2014-02-22 11:45:59.916617"], ["user_handle", "SeeBrianWrite"], ["user_id", "14270675"], ["user_image_url", "https://pbs.twimg.com/profile_images/1104890497/Twitter_normal.png"], ["user_name", "Brian LeTendre"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.917792"], ["hashtag_id", 1], ["hashtaggable_id", 737], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.917792"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436224410153132032' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:42:58.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436224410153132032"], ["updated_at", "2014-02-22 11:45:59.924453"], ["user_handle", "IsmoOC"], ["user_id", "23794031"], ["user_image_url", "https://pbs.twimg.com/profile_images/435098577254105088/G7dXM3Zg_normal.jpeg"], ["user_name", "Ismael Ochoa C."]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.925597"], ["hashtag_id", 1], ["hashtaggable_id", 738], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.925597"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436224243811246080' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:42:19.000000"], ["text", "RT @HansShotFirst: First issue of the #EVEonline comic is out today! https://t.co/eBLWRfyWwI"], ["tweet_id", "436224243811246080"], ["updated_at", "2014-02-22 11:45:59.931426"], ["user_handle", "awanderingjon"], ["user_id", "246794034"], ["user_image_url", "https://pbs.twimg.com/profile_images/416928628232826881/qa6mBoOl_normal.jpeg"], ["user_name", "Mangala Solaris"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.932459"], ["hashtag_id", 1], ["hashtaggable_id", 739], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.932459"]]  (1.1ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436224128618463232' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:41:51.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436224128618463232"], ["updated_at", "2014-02-22 11:45:59.939219"], ["user_handle", "Mc_Ribwich"], ["user_id", "282340997"], ["user_image_url", "https://pbs.twimg.com/profile_images/435899371926745088/jmUCeAC7_normal.jpeg"], ["user_name", "Mc_Ribwich"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.940300"], ["hashtag_id", 1], ["hashtaggable_id", 740], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.940300"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436224124466520064' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:41:50.000000"], ["text", "New #eveonline Dev Blog #tweetfleet Dark Horse presents EVE: True Stories - Issue #1 out now! http://t.co/SRZdu1GgZQ by CCP t0rfifrans"], ["tweet_id", "436224124466520064"], ["updated_at", "2014-02-22 11:45:59.947506"], ["user_handle", "enkki"], ["user_id", "19195804"], ["user_image_url", "https://pbs.twimg.com/profile_images/2960607658/7883b776a943687771670b13c50a7091_normal.jpeg"], ["user_name", "Stuart Mitchell"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.948960"], ["hashtag_id", 1], ["hashtaggable_id", 741], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.948960"]]  (6.4ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436224068916756480' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:41:37.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436224068916756480"], ["updated_at", "2014-02-22 11:45:59.961902"], ["user_handle", "EVE_WOLFPACKED"], ["user_id", "1392354948"], ["user_image_url", "https://pbs.twimg.com/profile_images/3595908601/8525479432adf7328b77ef275d583e6d_normal.jpeg"], ["user_name", "ONE-MAN WOLF-PACK"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.963102"], ["hashtag_id", 1], ["hashtaggable_id", 742], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.963102"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436223953431199744' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:41:09.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436223953431199744"], ["updated_at", "2014-02-22 11:45:59.970782"], ["user_handle", "stingerlu"], ["user_id", "50862533"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000262449377/d7c8694ee5dec32f99f65a88ddb038ff_normal.jpeg"], ["user_name", "Jorge "]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.971973"], ["hashtag_id", 1], ["hashtaggable_id", 743], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.971973"]]  (1.1ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436223788825706496' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:40:30.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436223788825706496"], ["updated_at", "2014-02-22 11:45:59.978980"], ["user_handle", "OriginalLelis"], ["user_id", "1854432091"], ["user_image_url", "https://pbs.twimg.com/profile_images/435163066066817024/MV7UEsJ6_normal.jpeg"], ["user_name", "Robert Thomas"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.980185"], ["hashtag_id", 1], ["hashtaggable_id", 744], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.980185"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436223749021769728' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:40:21.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436223749021769728"], ["updated_at", "2014-02-22 11:45:59.986710"], ["user_handle", "Tera_iG"], ["user_id", "2350591532"], ["user_image_url", "https://pbs.twimg.com/profile_images/435865789359353858/s_B8I7_N_normal.jpeg"], ["user_name", "Tera iG"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:45:59.987781"], ["hashtag_id", 1], ["hashtaggable_id", 745], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:45:59.987781"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436223686748958720' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:40:06.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436223686748958720"], ["updated_at", "2014-02-22 11:46:00.063226"], ["user_handle", "dapillow"], ["user_id", "22520839"], ["user_image_url", "https://pbs.twimg.com/profile_images/1571126625/profile-pic-oct-2011_normal.jpg"], ["user_name", "Almohada"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.064373"], ["hashtag_id", 1], ["hashtaggable_id", 746], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.064373"]]  (1.4ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436223686249836544' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:40:06.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436223686249836544"], ["updated_at", "2014-02-22 11:46:00.072018"], ["user_handle", "siradio"], ["user_id", "19487991"], ["user_image_url", "https://pbs.twimg.com/profile_images/337502525/si_logo_sm_normal.png"], ["user_name", "Split Infinity Radio"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.073132"], ["hashtag_id", 1], ["hashtaggable_id", 747], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.073132"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436223686182727680' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:40:06.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436223686182727680"], ["updated_at", "2014-02-22 11:46:00.080748"], ["user_handle", "AFK_Magazine"], ["user_id", "1638597174"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000226401282/34bbaafaa5788db52edb76ed55ccc69b_normal.jpeg"], ["user_name", "AFK Magazine"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.081961"], ["hashtag_id", 1], ["hashtaggable_id", 748], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.081961"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436223680197054464' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:40:04.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436223680197054464"], ["updated_at", "2014-02-22 11:46:00.088580"], ["user_handle", "Eugene_Roserie"], ["user_id", "20661566"], ["user_image_url", "https://pbs.twimg.com/profile_images/3711987928/15c8e189f3dbf8dc50c548f001af9f7a_normal.png"], ["user_name", "福嶋 美絵子(はらぺこ翻訳者)"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.089656"], ["hashtag_id", 1], ["hashtaggable_id", 749], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.089656"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436223678486171648' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:40:04.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436223678486171648"], ["updated_at", "2014-02-22 11:46:00.096087"], ["user_handle", "webspaceships"], ["user_id", "83456774"], ["user_image_url", "https://pbs.twimg.com/profile_images/1491937252/MarcHat2_normal.jpg"], ["user_name", "CCP's Lapdog"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.097217"], ["hashtag_id", 1], ["hashtaggable_id", 750], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.097217"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436223591432998912' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:39:43.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "RT @EveOnline: EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VO…"], ["tweet_id", "436223591432998912"], ["updated_at", "2014-02-22 11:46:00.104993"], ["user_handle", "ScienceGroen"], ["user_id", "18489585"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000700766387/c96bb6a05a32359f67755c6539dfd5fa_normal.jpeg"], ["user_name", "ScienceGroen"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.106171"], ["hashtag_id", 1], ["hashtaggable_id", 751], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.106171"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436223330593411072' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:38:41.000000"], ["text", "@Sugar_Kyle The #EVEonline true stories comic is free, digitally :) No monies required! (Though we'll be able to buy a hardcover eventually)"], ["tweet_id", "436223330593411072"], ["updated_at", "2014-02-22 11:46:00.112279"], ["user_handle", "HansShotFirst"], ["user_id", "46351068"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000768101342/49b2ac41e3496577fafc25dfd2535cad_normal.jpeg"], ["user_name", "Hans Jagerblitzen"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.113435"], ["hashtag_id", 1], ["hashtaggable_id", 752], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.113435"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436223321999294464' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:38:39.000000"], ["image_url", "https://pbs.twimg.com/media/Bg3GzMyCYAAIBQ9.jpg"], ["text", "EVE: True Stories Issue #1 out now. FOR FREE! http://t.co/NYOZarVZOT #tweetfleet #eveonline #comics #scifi http://t.co/sK4VOBqcOc"], ["tweet_id", "436223321999294464"], ["updated_at", "2014-02-22 11:46:00.119985"], ["user_handle", "EveOnline"], ["user_id", "121999927"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000735651808/0e7b3263b081669af039d3f682504aa0_normal.jpeg"], ["user_name", "EVE Online"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.121133"], ["hashtag_id", 1], ["hashtaggable_id", 753], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.121133"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436223013269540864' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:37:25.000000"], ["text", "Pardon me while my pride shows a little http://t.co/eHC2ieRar5 #tweetfleet #eveonline"], ["tweet_id", "436223013269540864"], ["updated_at", "2014-02-22 11:46:00.127363"], ["user_handle", "RixxJavix"], ["user_id", "315868674"], ["user_image_url", "https://pbs.twimg.com/profile_images/3655229394/1487dc41b39a3a1b6827984dc95072ea_normal.jpeg"], ["user_name", "Rixx Javix"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.128787"], ["hashtag_id", 1], ["hashtaggable_id", 754], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.128787"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436222482597814273' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:35:19.000000"], ["text", "Back up to Level 3 missions... getting into it all again, remembering how it works. Next up, training for Sentry drones. #eveonline"], ["tweet_id", "436222482597814273"], ["updated_at", "2014-02-22 11:46:00.135992"], ["user_handle", "doranlister"], ["user_id", "84347871"], ["user_image_url", "https://pbs.twimg.com/profile_images/702542577/myrmidon_normal.jpg"], ["user_name", "Doran Lister"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.137175"], ["hashtag_id", 1], ["hashtaggable_id", 755], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.137175"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436222341790859264' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:34:45.000000"], ["text", "RT @HansShotFirst: First issue of the #EVEonline comic is out today! https://t.co/eBLWRfyWwI"], ["tweet_id", "436222341790859264"], ["updated_at", "2014-02-22 11:46:00.143137"], ["user_handle", "Mc_Ribwich"], ["user_id", "282340997"], ["user_image_url", "https://pbs.twimg.com/profile_images/435899371926745088/jmUCeAC7_normal.jpeg"], ["user_name", "Mc_Ribwich"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.144209"], ["hashtag_id", 1], ["hashtaggable_id", 756], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.144209"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436222111133474817' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:33:50.000000"], ["text", "http://t.co/CZZvwbR8zU #eveonline #tweetfleet #german #wormhole EVE Online, Wurmlochsites ballern"], ["tweet_id", "436222111133474817"], ["updated_at", "2014-02-22 11:46:00.150072"], ["user_handle", "KendziGE"], ["user_id", "1005070512"], ["user_image_url", "https://pbs.twimg.com/profile_images/435843124393304064/_cLlLIV0_normal.jpeg"], ["user_name", "KendziGE"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.151699"], ["hashtag_id", 1], ["hashtaggable_id", 757], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.151699"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436221827614900224' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:32:42.000000"], ["text", "First issue of the #EVEonline comic is out today! https://t.co/eBLWRfyWwI"], ["tweet_id", "436221827614900224"], ["updated_at", "2014-02-22 11:46:00.157787"], ["user_handle", "HansShotFirst"], ["user_id", "46351068"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000768101342/49b2ac41e3496577fafc25dfd2535cad_normal.jpeg"], ["user_name", "Hans Jagerblitzen"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.158897"], ["hashtag_id", 1], ["hashtaggable_id", 758], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.158897"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436218288935550977' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 19:18:39.000000"], ["text", "Dual Toon strategy in action - Toonbee is born... - http://t.co/qLkdV0hL1A #Eveonline #Tweetfleet"], ["tweet_id", "436218288935550977"], ["updated_at", "2014-02-22 11:46:00.164875"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.165981"], ["hashtag_id", 1], ["hashtaggable_id", 759], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.165981"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436209346607730688' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 18:43:07.000000"], ["text", "RT @CaptainCrutches: #tweetfleet PSA: There's a bug in asteroid reseeding, should be fixed tomorrow. http://t.co/B26nUPLF5i courtesy of @CC…"], ["tweet_id", "436209346607730688"], ["updated_at", "2014-02-22 11:46:00.171669"], ["user_handle", "MalkavianEVE"], ["user_id", "2239865288"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000856302182/bef577b52f94495bccffe66c8b3e1765_normal.jpeg"], ["user_name", "Malkavian"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.172728"], ["hashtag_id", 1], ["hashtaggable_id", 760], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.172728"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436203310593609728' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 18:19:08.000000"], ["text", "First campaign trail podcast interview tonight. Appearing on 'Legacy of a Capsuleer' if my internet behaves itself #tweetfleet #eveonline"], ["tweet_id", "436203310593609728"], ["updated_at", "2014-02-22 11:46:00.179035"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.180525"], ["hashtag_id", 1], ["hashtaggable_id", 761], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.180525"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436203292860104704' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 18:19:03.000000"], ["image_url", "https://pbs.twimg.com/media/Bg20lWRIEAAh6Hm.jpg"], ["text", "Got bored made this... #tweetfleet #eveonline http://t.co/s92xFoTVEg"], ["tweet_id", "436203292860104704"], ["updated_at", "2014-02-22 11:46:00.188169"], ["user_handle", "_Alek_Azam_"], ["user_id", "2336462820"], ["user_image_url", "https://pbs.twimg.com/profile_images/432826792689147904/Fc1iMvcs_normal.png"], ["user_name", "Alek Azam"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.189354"], ["hashtag_id", 1], ["hashtaggable_id", 762], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.189354"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436199391553024000' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 18:03:33.000000"], ["text", "RT @ZlochoC: Balex corporation promo II http://t.co/9iB6EDF30F #tweetfleet #eveonline Enjoy it! We are recruiting Balkan people. Spread the…"], ["tweet_id", "436199391553024000"], ["updated_at", "2014-02-22 11:46:00.195053"], ["user_handle", "BraveNewbies"], ["user_id", "1377916285"], ["user_image_url", "https://pbs.twimg.com/profile_images/3570196816/a6c023f7dc686e09447232bbc12fa5e7_normal.png"], ["user_name", "Brave Newbies"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.196083"], ["hashtag_id", 1], ["hashtaggable_id", 763], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.196083"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436197045897265152' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 17:54:14.000000"], ["text", "RT @ZlochoC: Balex corporation promo II http://t.co/9iB6EDF30F #tweetfleet #eveonline Enjoy it! We are recruiting Balkan people. Spread the…"], ["tweet_id", "436197045897265152"], ["updated_at", "2014-02-22 11:46:00.201906"], ["user_handle", "awanderingjon"], ["user_id", "246794034"], ["user_image_url", "https://pbs.twimg.com/profile_images/416928628232826881/qa6mBoOl_normal.jpeg"], ["user_name", "Mangala Solaris"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.203604"], ["hashtag_id", 1], ["hashtaggable_id", 764], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.203604"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436196726374797312' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 17:52:58.000000"], ["text", "Balex corporation promo II http://t.co/9iB6EDF30F #tweetfleet #eveonline Enjoy it! We are recruiting Balkan people. Spread the word!"], ["tweet_id", "436196726374797312"], ["updated_at", "2014-02-22 11:46:00.209672"], ["user_handle", "ZlochoC"], ["user_id", "131508084"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000580436475/80d91457224309f9f4fcbfa478330a63_normal.jpeg"], ["user_name", "Zloco"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.210816"], ["hashtag_id", 1], ["hashtaggable_id", 765], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.210816"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436196297754697728' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 17:51:16.000000"], ["text", "#tweetfleet PSA: There's a bug in asteroid reseeding, should be fixed tomorrow. http://t.co/B26nUPLF5i courtesy of @CCP_Paradox #eveonline"], ["tweet_id", "436196297754697728"], ["updated_at", "2014-02-22 11:46:00.216852"], ["user_handle", "CaptainCrutches"], ["user_id", "900927673"], ["user_image_url", "https://pbs.twimg.com/profile_images/2756856318/07608d589ca117e64c7f57c9bb1b0772_normal.jpeg"], ["user_name", "Captain Crutches"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.217999"], ["hashtag_id", 1], ["hashtaggable_id", 766], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.217999"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436193823874908160' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 17:41:26.000000"], ["text", "RT @evenews24: #tweetfleet HYBRID EVE-DUST ALLIANCES http://t.co/lyaEwmeBOh #Articles #eveonline"], ["tweet_id", "436193823874908160"], ["updated_at", "2014-02-22 11:46:00.223906"], ["user_handle", "BursegSardaukar"], ["user_id", "37475752"], ["user_image_url", "https://pbs.twimg.com/profile_images/1485603564/SMERG_normal.jpg"], ["user_name", "Burseg Sardaukar"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.224952"], ["hashtag_id", 1], ["hashtaggable_id", 767], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.224952"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436192650434052096' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 17:36:46.000000"], ["text", "RT @CCP_Fozzie: The #EVEOnline Game Design team is expanding! Is this the right job for you?http://t.co/wDXNcNJrx9 #tweetfleet"], ["tweet_id", "436192650434052096"], ["updated_at", "2014-02-22 11:46:00.231762"], ["user_handle", "SigrunArbosa"], ["user_id", "2351861113"], ["user_image_url", "https://pbs.twimg.com/profile_images/436161912389136384/x_zjb1qq_normal.jpeg"], ["user_name", "Sigrun Arbosa"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.233208"], ["hashtag_id", 1], ["hashtaggable_id", 768], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.233208"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436191654488182784' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 17:32:49.000000"], ["text", "playing #eveonline harrassing miners and ganking poor souls"], ["tweet_id", "436191654488182784"], ["updated_at", "2014-02-22 11:46:00.239834"], ["user_handle", "mlmitts73"], ["user_id", "16362488"], ["user_image_url", "https://pbs.twimg.com/profile_images/1945708542/David_normal.jpg"], ["user_name", "ML David Mitts73"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.240921"], ["hashtag_id", 1], ["hashtaggable_id", 769], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.240921"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436191180049506304' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 17:30:56.000000"], ["text", "I had 6 viewers at one point watching me mine on #EVEOnline. That just amazing for one. WTF for two.\nhttp://t.co/79fCqGHwqX"], ["tweet_id", "436191180049506304"], ["updated_at", "2014-02-22 11:46:00.246583"], ["user_handle", "redmarien"], ["user_id", "187031943"], ["user_image_url", "https://pbs.twimg.com/profile_images/417553499304382464/g0MWLRZ5_normal.png"], ["user_name", "uǝıɹɐɯpǝɹ"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.247615"], ["hashtag_id", 1], ["hashtaggable_id", 770], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.247615"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436188458668023808' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 17:20:07.000000"], ["text", "RT @sala_cameron: german report of the #CSM8 Winter Summit http://t.co/hZJmDUcmcD enjoy #eveonline #tweetfleet"], ["tweet_id", "436188458668023808"], ["updated_at", "2014-02-22 11:46:00.253480"], ["user_handle", "awanderingjon"], ["user_id", "246794034"], ["user_image_url", "https://pbs.twimg.com/profile_images/416928628232826881/qa6mBoOl_normal.jpeg"], ["user_name", "Mangala Solaris"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.254988"], ["hashtag_id", 1], ["hashtaggable_id", 771], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.254988"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436187579894202368' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 17:16:37.000000"], ["text", "german report of the #CSM8 Winter Summit http://t.co/hZJmDUcmcD enjoy #eveonline #tweetfleet"], ["tweet_id", "436187579894202368"], ["updated_at", "2014-02-22 11:46:00.261383"], ["user_handle", "sala_cameron"], ["user_id", "430170026"], ["user_image_url", "https://pbs.twimg.com/profile_images/422686340665184256/BJI_qoyh_normal.jpeg"], ["user_name", "Sala Cameron"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.262520"], ["hashtag_id", 1], ["hashtaggable_id", 772], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.262520"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436185577491537921' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 17:08:40.000000"], ["text", "RT @rox_lukas: Thanks to @Lockefox and his data, I was able to create these two:\nhttp://t.co/ZGucMsekkf\nhttp://t.co/ufg8Ro5BQZ\n#tweetfleet …"], ["tweet_id", "436185577491537921"], ["updated_at", "2014-02-22 11:46:00.268329"], ["user_handle", "JoniHariere"], ["user_id", "600660542"], ["user_image_url", "https://pbs.twimg.com/profile_images/428270461714051072/7hcSGIx-_normal.jpeg"], ["user_name", "Joni Hariere"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.269481"], ["hashtag_id", 1], ["hashtaggable_id", 773], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.269481"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436179800328122368' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 16:45:42.000000"], ["text", "Stay Frosty has plans http://t.co/TbOWOxT5YV #tweetfleet #eveonline Ooooooo mysterious"], ["tweet_id", "436179800328122368"], ["updated_at", "2014-02-22 11:46:00.275550"], ["user_handle", "RixxJavix"], ["user_id", "315868674"], ["user_image_url", "https://pbs.twimg.com/profile_images/3655229394/1487dc41b39a3a1b6827984dc95072ea_normal.jpeg"], ["user_name", "Rixx Javix"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.276742"], ["hashtag_id", 1], ["hashtaggable_id", 774], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.276742"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436178891506720768' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 16:42:06.000000"], ["text", "RT @Niden_GMVA: Grr FW farmers, WCS & cloaks? This is for you: http://t.co/PloEgEGWCf #tweetfleet #eveonline"], ["tweet_id", "436178891506720768"], ["updated_at", "2014-02-22 11:46:00.284195"], ["user_handle", "CheesusCrustEVE"], ["user_id", "1876673388"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000865133126/Bj50U1ia_normal.jpeg"], ["user_name", "CheesusCrust"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.285523"], ["hashtag_id", 1], ["hashtaggable_id", 775], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.285523"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436169271966568449' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 16:03:52.000000"], ["text", "I really dislike, that all information I find about mac is outdated #tweetfleet #devfleet I just wana play #eveonline goddamnit"], ["tweet_id", "436169271966568449"], ["updated_at", "2014-02-22 11:46:00.291437"], ["user_handle", "xenontechs"], ["user_id", "113931872"], ["user_image_url", "https://pbs.twimg.com/profile_images/3525524345/5769278a6385e2845b94d7cd95821e97_normal.png"], ["user_name", "Xenontechs"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.292485"], ["hashtag_id", 1], ["hashtaggable_id", 776], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.292485"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436165914866626560' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 15:50:32.000000"], ["text", "Just threw my hat in for CSM9. #eveonline #tweetfleet #CSM"], ["tweet_id", "436165914866626560"], ["updated_at", "2014-02-22 11:46:00.298047"], ["user_handle", "isfacat"], ["user_id", "60075574"], ["user_image_url", "https://pbs.twimg.com/profile_images/1492627270/isfacat_normal.gif"], ["user_name", "Isfa of Rivia"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.299100"], ["hashtag_id", 1], ["hashtaggable_id", 777], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.299100"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436163586608492544' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 15:41:17.000000"], ["text", "Don't know why I'm streaming me mining in #EVEOnline. But I got music blasting in the house so fuck it. http://t.co/D0W92feVAf"], ["tweet_id", "436163586608492544"], ["updated_at", "2014-02-22 11:46:00.305289"], ["user_handle", "redmarien"], ["user_id", "187031943"], ["user_image_url", "https://pbs.twimg.com/profile_images/417553499304382464/g0MWLRZ5_normal.png"], ["user_name", "uǝıɹɐɯpǝɹ"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.306681"], ["hashtag_id", 1], ["hashtaggable_id", 778], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.306681"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436162535696633856' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 15:37:06.000000"], ["text", "A Billion Isk Bomb in my head and the fuse is lit - http://t.co/pb10qcMkMI #Eveonline #Tweetfleet"], ["tweet_id", "436162535696633856"], ["updated_at", "2014-02-22 11:46:00.312803"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.313940"], ["hashtag_id", 1], ["hashtaggable_id", 779], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.313940"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436161717987336192' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 15:33:51.000000"], ["text", "#AGMARMONEYTEAM is the #WORLDSTAR of #eveonline"], ["tweet_id", "436161717987336192"], ["updated_at", "2014-02-22 11:46:00.321347"], ["user_handle", "game_agmar"], ["user_id", "1071936469"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000516215968/8996f088cef92ebdd9c72eaaae66c1c0_normal.jpeg"], ["user_name", "Agmar"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.322852"], ["hashtag_id", 1], ["hashtaggable_id", 780], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.322852"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436159141287972864' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 15:23:37.000000"], ["text", "If you haven't had a chance, please check out @Suecotero's Reddit thread on his CSM run: http://t.co/bQNuMg2Xuk #TweetFleet #EveOnline"], ["tweet_id", "436159141287972864"], ["updated_at", "2014-02-22 11:46:00.329948"], ["user_handle", "BraveNewbies"], ["user_id", "1377916285"], ["user_image_url", "https://pbs.twimg.com/profile_images/3570196816/a6c023f7dc686e09447232bbc12fa5e7_normal.png"], ["user_name", "Brave Newbies"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.331369"], ["hashtag_id", 1], ["hashtaggable_id", 781], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.331369"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436154088666193920' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 15:03:32.000000"], ["text", "RT @evenews24: #tweetfleet Newbies, consider station trading to make your ISK work for you! http://t.co/53XJTjFVjb #Articles #Make #eveonl…"], ["tweet_id", "436154088666193920"], ["updated_at", "2014-02-22 11:46:00.337856"], ["user_handle", "xOscarMike"], ["user_id", "1486015920"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000249706558/2844658d9105290006ba6e32bd4e23ec_normal.jpeg"], ["user_name", "xOscarMike™"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.338944"], ["hashtag_id", 1], ["hashtaggable_id", 782], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.338944"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436153860038873089' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 15:02:38.000000"], ["image_url", "https://pbs.twimg.com/media/Bg0PRBYCQAEE-jQ.jpg"], ["text", "RT @YUNOKILLME: Madskillz taem!\n\n#eveonline #tweetfleet http://t.co/aIA63JaY8m"], ["tweet_id", "436153860038873089"], ["updated_at", "2014-02-22 11:46:00.345035"], ["user_handle", "vv_troll_t"], ["user_id", "462963288"], ["user_image_url", "https://pbs.twimg.com/profile_images/430037294527950848/YpcgrblI_normal.png"], ["user_name", "Last Nerd"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.346050"], ["hashtag_id", 1], ["hashtaggable_id", 783], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.346050"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436153346584756225' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 15:00:35.000000"], ["text", "Should I really have joined a new player friendly corporation? - http://t.co/np6pIETHDx #Eveonline #Tweetfleet"], ["tweet_id", "436153346584756225"], ["updated_at", "2014-02-22 11:46:00.351645"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.352682"], ["hashtag_id", 1], ["hashtaggable_id", 784], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.352682"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436145803397431298' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 14:30:37.000000"], ["text", "Still hope for an official EVE Online app (Android & iOS) #gaming #nerd #eveonline #tweetfleet #space #gaming @CCPGames #ccpgames"], ["tweet_id", "436145803397431298"], ["updated_at", "2014-02-22 11:46:00.358313"], ["user_handle", "laurentiusrex"], ["user_id", "1659869624"], ["user_image_url", "https://pbs.twimg.com/profile_images/427812135096184832/lVBGI74u_normal.png"], ["user_name", "Rambonaut"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.359320"], ["hashtag_id", 1], ["hashtaggable_id", 785], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.359320"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436143402845888512' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 14:21:05.000000"], ["text", "#Eveonline ER News: Mining Op #2 Roundrup by DJ Accy http://t.co/EqaXBiFjuW #tweetfleet"], ["tweet_id", "436143402845888512"], ["updated_at", "2014-02-22 11:46:00.367570"], ["user_handle", "GRN_EveRadio"], ["user_id", "289385883"], ["user_image_url", "https://pbs.twimg.com/profile_images/1330348287/50295_327682907856_328_q_normal.jpg"], ["user_name", "Eve Radio"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.369158"], ["hashtag_id", 1], ["hashtaggable_id", 786], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.369158"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436142913584513024' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 14:19:08.000000"], ["text", "#eveonline Eve News: EVE: Source Now Available For Pre-order In Australia http://t.co/9Vo6eOHiXM #tweetfleet"], ["tweet_id", "436142913584513024"], ["updated_at", "2014-02-22 11:46:00.375538"], ["user_handle", "GRN_EveRadio"], ["user_id", "289385883"], ["user_image_url", "https://pbs.twimg.com/profile_images/1330348287/50295_327682907856_328_q_normal.jpg"], ["user_name", "Eve Radio"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.376673"], ["hashtag_id", 1], ["hashtaggable_id", 787], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.376673"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436137570549104640' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 13:57:54.000000"], ["text", "RT @CCP_Fozzie: The #EVEOnline Game Design team is expanding! Is this the right job for you?http://t.co/wDXNcNJrx9 #tweetfleet"], ["tweet_id", "436137570549104640"], ["updated_at", "2014-02-22 11:46:00.382747"], ["user_handle", "RVikary"], ["user_id", "1880864420"], ["user_image_url", "https://pbs.twimg.com/profile_images/422782435403649024/2tJS84KE_normal.jpeg"], ["user_name", "Rodrik Vikary"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.383808"], ["hashtag_id", 1], ["hashtaggable_id", 788], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.383808"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436130981058457600' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 13:31:43.000000"], ["text", "I approve. #tweetfleet #eveonline https://t.co/WyLc4CTYEL"], ["tweet_id", "436130981058457600"], ["updated_at", "2014-02-22 11:46:00.389144"], ["user_handle", "AwaliFur"], ["user_id", "373608571"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000449369051/10c74ba9802fb9aca0644b0eef9fcd5d_normal.jpeg"], ["user_name", "Awali"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.390124"], ["hashtag_id", 1], ["hashtaggable_id", 789], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.390124"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436126662808195072' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 13:14:33.000000"], ["text", "RT @CCP_Fozzie: The #EVEOnline Game Design team is expanding! Is this the right job for you?http://t.co/wDXNcNJrx9 #tweetfleet"], ["tweet_id", "436126662808195072"], ["updated_at", "2014-02-22 11:46:00.395947"], ["user_handle", "ckolonn"], ["user_id", "2224135046"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000813662080/dd5f0b715b26bb3489ab29c328dc8f0b_normal.jpeg"], ["user_name", "ckolonn"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.397298"], ["hashtag_id", 1], ["hashtaggable_id", 790], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.397298"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436125748467077120' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 13:10:55.000000"], ["text", "Interesting to be a part of something \"news worthy\" in Eve for once. http://t.co/rVKyJoaLA3 #eveonline #tweetfleet"], ["tweet_id", "436125748467077120"], ["updated_at", "2014-02-22 11:46:00.403882"], ["user_handle", "TheNudeNerd"], ["user_id", "40394963"], ["user_image_url", "https://pbs.twimg.com/profile_images/418609761043496961/QxWr7V5X_normal.png"], ["user_name", "Dan Parrish"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.405330"], ["hashtag_id", 1], ["hashtaggable_id", 791], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.405330"]]  (1.5ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436124208767057920' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 13:04:48.000000"], ["text", "time to start ratting i need iskies :( #TweetFleet #eveonline"], ["tweet_id", "436124208767057920"], ["updated_at", "2014-02-22 11:46:00.412886"], ["user_handle", "Tera_iG"], ["user_id", "2350591532"], ["user_image_url", "https://pbs.twimg.com/profile_images/435865789359353858/s_B8I7_N_normal.jpeg"], ["user_name", "Tera iG"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.413989"], ["hashtag_id", 1], ["hashtaggable_id", 792], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.413989"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436122802056626176' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 12:59:13.000000"], ["text", "RT @ThatCatAkat: https://t.co/HDLqWhhtM4 our view of destiny's fleet getting pipebombed #tweetfleet #eveonline #getwrekt"], ["tweet_id", "436122802056626176"], ["updated_at", "2014-02-22 11:46:00.420421"], ["user_handle", "lexarson"], ["user_id", "57245569"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000856311542/aefc43462f874f05438d5e96b4023571_normal.jpeg"], ["user_name", "Lex Arson"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.421828"], ["hashtag_id", 1], ["hashtaggable_id", 793], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.421828"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436122031562571776' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 12:56:09.000000"], ["text", "@rox_lukas #tweetfleet #eveonline looks great, but I am uneasy about the time compression. Otherwise top notch awesome"], ["tweet_id", "436122031562571776"], ["updated_at", "2014-02-22 11:46:00.428463"], ["user_handle", "HLIBIndustry"], ["user_id", "107608604"], ["user_image_url", "https://pbs.twimg.com/profile_images/2783102770/53b48f51d927a6bb6545605a39456b99_normal.jpeg"], ["user_name", "Lockefox"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.429591"], ["hashtag_id", 1], ["hashtaggable_id", 794], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.429591"]]  (1.1ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436121556381483008' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 12:54:16.000000"], ["text", "Yay, Large Projectile V is finally done! :-) #eveonline"], ["tweet_id", "436121556381483008"], ["updated_at", "2014-02-22 11:46:00.436642"], ["user_handle", "mrtopf"], ["user_id", "794885"], ["user_image_url", "https://pbs.twimg.com/profile_images/2415993251/otgl9yasixahlhjngvzi_normal.png"], ["user_name", "Christian Scholz"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.437934"], ["hashtag_id", 1], ["hashtaggable_id", 795], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.437934"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436120874077282305' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 12:51:33.000000"], ["text", "RT @rox_lukas: What happens when Data Analyst and a Coder team up? http://t.co/RtNwDC73Ve Data by: @HLIBIndustry #tweetfleet #eveonline"], ["tweet_id", "436120874077282305"], ["updated_at", "2014-02-22 11:46:00.444434"], ["user_handle", "HLIBIndustry"], ["user_id", "107608604"], ["user_image_url", "https://pbs.twimg.com/profile_images/2783102770/53b48f51d927a6bb6545605a39456b99_normal.jpeg"], ["user_name", "Lockefox"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.445584"], ["hashtag_id", 1], ["hashtaggable_id", 796], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.445584"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436120809669529600' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 12:51:18.000000"], ["text", "RT @rox_lukas: Thanks to @Lockefox and his data, I was able to create these two:\nhttp://t.co/ZGucMsekkf\nhttp://t.co/ufg8Ro5BQZ\n#tweetfleet …"], ["tweet_id", "436120809669529600"], ["updated_at", "2014-02-22 11:46:00.451404"], ["user_handle", "kirithkodachi"], ["user_id", "16665200"], ["user_image_url", "https://pbs.twimg.com/profile_images/434343905954234369/J9FA0W8g_normal.jpeg"], ["user_name", "Kirith Kodachi"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.452432"], ["hashtag_id", 1], ["hashtaggable_id", 797], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.452432"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436117511650562048' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 12:38:12.000000"], ["text", "What happens when Data Analyst and a Coder team up? http://t.co/RtNwDC73Ve Data by: @HLIBIndustry #tweetfleet #eveonline"], ["tweet_id", "436117511650562048"], ["updated_at", "2014-02-22 11:46:00.458115"], ["user_handle", "rox_lukas"], ["user_id", "183519788"], ["user_image_url", "https://pbs.twimg.com/profile_images/2585331589/3mw8a9xqorz1jii75igw_normal.jpeg"], ["user_name", "Lukas Rox"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.459166"], ["hashtag_id", 1], ["hashtaggable_id", 798], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.459166"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436114793938685952' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 12:27:24.000000"], ["text", "RT @evenews24: #tweetfleet HYBRID EVE-DUST ALLIANCES http://t.co/lyaEwmeBOh #Articles #eveonline"], ["tweet_id", "436114793938685952"], ["updated_at", "2014-02-22 11:46:00.466415"], ["user_handle", "NewEdenGNN"], ["user_id", "416489288"], ["user_image_url", "https://pbs.twimg.com/profile_images/1647215717/99_normal.jpg"], ["user_name", "GNN"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.467880"], ["hashtag_id", 1], ["hashtaggable_id", 799], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.467880"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436113434543783937' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 12:22:00.000000"], ["image_url", "https://pbs.twimg.com/media/Bg1i26xCAAAxi84.jpg"], ["text", "I don't want to go in B-R5RB!\n#tweetfleet #eveonline http://t.co/DnCLedahkE"], ["tweet_id", "436113434543783937"], ["updated_at", "2014-02-22 11:46:00.475042"], ["user_handle", "YUNOKILLME"], ["user_id", "594851061"], ["user_image_url", "https://pbs.twimg.com/profile_images/422651016421457921/DZAc4TqO_normal.jpeg"], ["user_name", "Burtag Somalych"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:00.476162"], ["hashtag_id", 1], ["hashtaggable_id", 800], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:00.476162"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436096362828926976' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 11:14:09.000000"], ["image_url", "https://pbs.twimg.com/media/Bg1TVNrCEAAHgOB.jpg"], ["text", "Made my first foray into #eveonline today... clear the way folks, rookie pilot coming through http://t.co/oHAoyW4ycg"], ["tweet_id", "436096362828926976"], ["updated_at", "2014-02-22 11:46:02.203654"], ["user_handle", "AlmightyBooka"], ["user_id", "558504978"], ["user_image_url", "https://pbs.twimg.com/profile_images/421118207416471552/TbMprrom_normal.jpeg"], ["user_name", "Mitch"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.204744"], ["hashtag_id", 1], ["hashtaggable_id", 801], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.204744"]]  (2.4ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436095374479335424' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 11:10:14.000000"], ["text", "First forays....and dying quickly - http://t.co/uTmkGL3iGc #Eveonline #Tweetfleet"], ["tweet_id", "436095374479335424"], ["updated_at", "2014-02-22 11:46:02.212458"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.213524"], ["hashtag_id", 1], ["hashtaggable_id", 802], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.213524"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436090646534049792' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 10:51:27.000000"], ["text", "RT @rox_lukas: Thanks to @Lockefox and his data, I was able to create these two:\nhttp://t.co/ZGucMsekkf\nhttp://t.co/ufg8Ro5BQZ\n#tweetfleet …"], ["tweet_id", "436090646534049792"], ["updated_at", "2014-02-22 11:46:02.220918"], ["user_handle", "the_thecla"], ["user_id", "821833309"], ["user_image_url", "https://pbs.twimg.com/profile_images/2606210961/u1wqmglz3hklnjksdimn_normal.jpeg"], ["user_name", "RvB's Thecla"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.222263"], ["hashtag_id", 1], ["hashtaggable_id", 803], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.222263"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436090374701203456' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 10:50:22.000000"], ["text", "RT @rox_lukas: Thanks to @Lockefox and his data, I was able to create these two:\nhttp://t.co/ZGucMsekkf\nhttp://t.co/ufg8Ro5BQZ\n#tweetfleet …"], ["tweet_id", "436090374701203456"], ["updated_at", "2014-02-22 11:46:02.229066"], ["user_handle", "CCP_Fozzie"], ["user_id", "378203789"], ["user_image_url", "https://pbs.twimg.com/profile_images/431411072570908674/h9wj5zJg_normal.jpeg"], ["user_name", "CCP Fozzie"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.230348"], ["hashtag_id", 1], ["hashtaggable_id", 804], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.230348"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436089373696610305' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 10:46:23.000000"], ["text", "Thanks to @Lockefox and his data, I was able to create these two:\nhttp://t.co/ZGucMsekkf\nhttp://t.co/ufg8Ro5BQZ\n#tweetfleet #eveonline"], ["tweet_id", "436089373696610305"], ["updated_at", "2014-02-22 11:46:02.237273"], ["user_handle", "rox_lukas"], ["user_id", "183519788"], ["user_image_url", "https://pbs.twimg.com/profile_images/2585331589/3mw8a9xqorz1jii75igw_normal.jpeg"], ["user_name", "Lukas Rox"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.238557"], ["hashtag_id", 1], ["hashtaggable_id", 805], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.238557"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436089297184514048' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 10:46:05.000000"], ["text", "First foraging and learning not to trust anything; ever! - http://t.co/OJKmt5kqcq #Eveonline #Tweetfleet"], ["tweet_id", "436089297184514048"], ["updated_at", "2014-02-22 11:46:02.244791"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.245977"], ["hashtag_id", 1], ["hashtaggable_id", 806], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.245977"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436088206204092416' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 10:41:45.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "436088206204092416"], ["updated_at", "2014-02-22 11:46:02.252887"], ["user_handle", "NewdealsEnt"], ["user_id", "938274734"], ["user_image_url", "https://pbs.twimg.com/profile_images/3547241985/67b1cef7944a54d557101c526555fc98_normal.jpeg"], ["user_name", "Newdeals Enterprises"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.254046"], ["hashtag_id", 1], ["hashtaggable_id", 807], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.254046"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436086985984573441' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 10:36:54.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "436086985984573441"], ["updated_at", "2014-02-22 11:46:02.260736"], ["user_handle", "RFHolmesAuthor"], ["user_id", "247900472"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000858135617/To8bUhI8_normal.jpeg"], ["user_name", "Richard F Holmes"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.261884"], ["hashtag_id", 1], ["hashtaggable_id", 808], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.261884"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436086777938722816' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 10:36:04.000000"], ["image_url", "https://pbs.twimg.com/media/Bgrr-sKCIAA0tND.jpg"], ["text", "RT @Asayanami: @EVEOnline please! xoxo #tweetfleet #eveonline http://t.co/nldvM8Ovgt Yes please. Them heals would great on me. ;-)"], ["tweet_id", "436086777938722816"], ["updated_at", "2014-02-22 11:46:02.270054"], ["user_handle", "SluttyUnderwear"], ["user_id", "785778547"], ["user_image_url", "https://pbs.twimg.com/profile_images/2550552302/91964298_512_normal.jpg"], ["user_name", "Slutty Underwear"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.271865"], ["hashtag_id", 1], ["hashtaggable_id", 809], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.271865"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436084079424180224' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 10:25:21.000000"], ["image_url", "https://pbs.twimg.com/media/Bgrr-sKCIAA0tND.jpg"], ["text", "RT @Asayanami: @EVEOnline please! xoxo #tweetfleet #eveonline http://t.co/KGqiSeawR7"], ["tweet_id", "436084079424180224"], ["updated_at", "2014-02-22 11:46:02.279862"], ["user_handle", "UsagiAddict"], ["user_id", "121394507"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000837359095/7c8a07f14f5d059b1c903a4ecb3090d1_normal.png"], ["user_name", "Hanazava"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.281067"], ["hashtag_id", 1], ["hashtaggable_id", 810], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.281067"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436082893941522432' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 10:20:38.000000"], ["text", "コッパー花火とかもらったけどなんに使うのこれ #eveonline"], ["tweet_id", "436082893941522432"], ["updated_at", "2014-02-22 11:46:02.288256"], ["user_handle", "asikaga"], ["user_id", "5573252"], ["user_image_url", "https://pbs.twimg.com/profile_images/1142066277/duelgar_normal.jpg"], ["user_name", "さんくた"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.289528"], ["hashtag_id", 1], ["hashtaggable_id", 811], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.289528"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436079059219787776' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 10:05:24.000000"], ["text", "As I did last year I'm offering air time to all the #csm9 candidates on #everadio on my Sunday show. #eveonline #tweetfleet"], ["tweet_id", "436079059219787776"], ["updated_at", "2014-02-22 11:46:02.296090"], ["user_handle", "WigglesGRN"], ["user_id", "206382332"], ["user_image_url", "https://pbs.twimg.com/profile_images/423394007625236480/tTzcnHbg_normal.jpeg"], ["user_name", "Jody Farenden"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.297682"], ["hashtag_id", 1], ["hashtaggable_id", 812], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.297682"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436078161843851264' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 10:01:50.000000"], ["text", "@CCP_Eterne saw you got linked to Spectre Fleet earlier, if you have any questions hit me up. #tweetfleet #eveonline"], ["tweet_id", "436078161843851264"], ["updated_at", "2014-02-22 11:46:02.304134"], ["user_handle", "BomberJayne"], ["user_id", "1319581862"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000566859051/4a350ae42f81123d4ceaaaebd56d3b60_normal.jpeg"], ["user_name", "Jayne Fillon"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.305305"], ["hashtag_id", 1], ["hashtaggable_id", 813], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.305305"]]  (1.1ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436077856146616320' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 10:00:37.000000"], ["text", "RT @CCP_Fozzie: The #EVEOnline Game Design team is expanding! Is this the right job for you?http://t.co/wDXNcNJrx9 #tweetfleet"], ["tweet_id", "436077856146616320"], ["updated_at", "2014-02-22 11:46:02.311581"], ["user_handle", "rox_lukas"], ["user_id", "183519788"], ["user_image_url", "https://pbs.twimg.com/profile_images/2585331589/3mw8a9xqorz1jii75igw_normal.jpeg"], ["user_name", "Lukas Rox"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.312635"], ["hashtag_id", 1], ["hashtaggable_id", 814], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.312635"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436077511277944832' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 09:59:15.000000"], ["text", "RT @CCP_Fozzie: The #EVEOnline Game Design team is expanding! Is this the right job for you?http://t.co/wDXNcNJrx9 #tweetfleet"], ["tweet_id", "436077511277944832"], ["updated_at", "2014-02-22 11:46:02.318807"], ["user_handle", "BomberJayne"], ["user_id", "1319581862"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000566859051/4a350ae42f81123d4ceaaaebd56d3b60_normal.jpeg"], ["user_name", "Jayne Fillon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.320136"], ["hashtag_id", 1], ["hashtaggable_id", 815], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.320136"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436076150025367552' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 09:53:50.000000"], ["text", "RT @CCP_Fozzie: The #EVEOnline Game Design team is expanding! Is this the right job for you?http://t.co/wDXNcNJrx9 #tweetfleet"], ["tweet_id", "436076150025367552"], ["updated_at", "2014-02-22 11:46:02.326715"], ["user_handle", "CCP_Nullarbor"], ["user_id", "385655413"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000843160935/012526314d532d18e23e04dd35fd8905_normal.png"], ["user_name", "CCP Nullarbor"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.327898"], ["hashtag_id", 1], ["hashtaggable_id", 816], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.327898"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436076044685430784' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 09:53:25.000000"], ["text", "RT @CCP_Fozzie: The #EVEOnline Game Design team is expanding! Is this the right job for you?http://t.co/wDXNcNJrx9 #tweetfleet"], ["tweet_id", "436076044685430784"], ["updated_at", "2014-02-22 11:46:02.334182"], ["user_handle", "awanderingjon"], ["user_id", "246794034"], ["user_image_url", "https://pbs.twimg.com/profile_images/416928628232826881/qa6mBoOl_normal.jpeg"], ["user_name", "Mangala Solaris"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.335303"], ["hashtag_id", 1], ["hashtaggable_id", 817], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.335303"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436075785523171328' LIMIT 1  (0.2ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 09:52:23.000000"], ["text", "The #EVEOnline Game Design team is expanding! Is this the right job for you?http://t.co/wDXNcNJrx9 #tweetfleet"], ["tweet_id", "436075785523171328"], ["updated_at", "2014-02-22 11:46:02.342255"], ["user_handle", "CCP_Fozzie"], ["user_id", "378203789"], ["user_image_url", "https://pbs.twimg.com/profile_images/431411072570908674/h9wj5zJg_normal.jpeg"], ["user_name", "CCP Fozzie"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.343445"], ["hashtag_id", 1], ["hashtaggable_id", 818], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.343445"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436074510471929856' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 09:47:19.000000"], ["text", "Missed BigCountry's show last night, did he hate on podcasters or bloggers? Find out here http://t.co/DyIAvdQMEe #eveonline #tweetfleet"], ["tweet_id", "436074510471929856"], ["updated_at", "2014-02-22 11:46:02.349426"], ["user_handle", "GRN_EveRadio"], ["user_id", "289385883"], ["user_image_url", "https://pbs.twimg.com/profile_images/1330348287/50295_327682907856_328_q_normal.jpg"], ["user_name", "Eve Radio"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.350564"], ["hashtag_id", 1], ["hashtaggable_id", 819], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.350564"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436073880206458880' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 09:44:49.000000"], ["text", "RT @evenews24: #tweetfleet HYBRID EVE-DUST ALLIANCES http://t.co/lyaEwmeBOh #Articles #eveonline"], ["tweet_id", "436073880206458880"], ["updated_at", "2014-02-22 11:46:02.356633"], ["user_handle", "BobmonEve"], ["user_id", "1233806161"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000697193457/ea5e4d71bffe58124548b57b9536ec3e_normal.jpeg"], ["user_name", "Bobmon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.357807"], ["hashtag_id", 1], ["hashtaggable_id", 820], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.357807"]]  (1.3ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436073811126276096' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 09:44:33.000000"], ["text", "RT @evenews24: #tweetfleet CFC Lose baby Titan and Supercarrier to TEST and Black Legion. http://t.co/yGCYVZWffP #Articles #eveonline"], ["tweet_id", "436073811126276096"], ["updated_at", "2014-02-22 11:46:02.363962"], ["user_handle", "BobmonEve"], ["user_id", "1233806161"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000697193457/ea5e4d71bffe58124548b57b9536ec3e_normal.jpeg"], ["user_name", "Bobmon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.364983"], ["hashtag_id", 1], ["hashtaggable_id", 821], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.364983"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436071763026640896' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 09:36:24.000000"], ["text", "@JaredReidel Failheap has a fitting forum, much like the old scrapheap! #tweetfleet #eveonline"], ["tweet_id", "436071763026640896"], ["updated_at", "2014-02-22 11:46:02.372817"], ["user_handle", "TiberiusMurderh"], ["user_id", "125919636"], ["user_image_url", "https://pbs.twimg.com/profile_images/1252290182/1921397243_256_normal.jpg"], ["user_name", "Tiberius Murderhorne"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.374441"], ["hashtag_id", 1], ["hashtaggable_id", 822], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.374441"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436068407037808640' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 09:23:04.000000"], ["text", "#EVEOnline повышение порога http://t.co/TJawYNUemh"], ["tweet_id", "436068407037808640"], ["updated_at", "2014-02-22 11:46:02.380945"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.382025"], ["hashtag_id", 1], ["hashtaggable_id", 823], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.382025"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436068011150045184' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 09:21:30.000000"], ["text", "RT @evenews24: #tweetfleet CFC Lose baby Titan and Supercarrier to TEST and Black Legion. http://t.co/yGCYVZWffP #Articles #eveonline"], ["tweet_id", "436068011150045184"], ["updated_at", "2014-02-22 11:46:02.387733"], ["user_handle", "fruitbasket75"], ["user_id", "343712960"], ["user_image_url", "https://pbs.twimg.com/profile_images/1701210665/bunny_normal.jpg"], ["user_name", "Tom Mephistopheles"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.388776"], ["hashtag_id", 1], ["hashtaggable_id", 824], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.388776"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436059615269093376' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 08:48:08.000000"], ["text", "#tweetfleet CFC Lose baby Titan and Supercarrier to TEST and Black Legion. http://t.co/yGCYVZWffP #Articles #eveonline"], ["tweet_id", "436059615269093376"], ["updated_at", "2014-02-22 11:46:02.395413"], ["user_handle", "evenews24"], ["user_id", "167901620"], ["user_image_url", "https://pbs.twimg.com/profile_images/3132214338/1eb456e723b00ed80b9ed3b0d59d18ec_normal.png"], ["user_name", "EveNews24.com"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.396578"], ["hashtag_id", 1], ["hashtaggable_id", 825], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.396578"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436057215070269440' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 08:38:36.000000"], ["image_url", "https://pbs.twimg.com/media/Bg0vF5qCEAAPEwJ.jpg"], ["text", "RT @Reeser24: @WitnessOhio playing #eveonline http://t.co/DBh6ObecKa"], ["tweet_id", "436057215070269440"], ["updated_at", "2014-02-22 11:46:02.403219"], ["user_handle", "WitnessOhio"], ["user_id", "835916383"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000674664585/ada34f442a6a1cf1e1b310b8eb48917f_normal.jpeg"], ["user_name", "Witness"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.404429"], ["hashtag_id", 1], ["hashtaggable_id", 826], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.404429"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436056517532348416' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 08:35:49.000000"], ["image_url", "https://pbs.twimg.com/media/Bg0vF5qCEAAPEwJ.jpg"], ["text", "@WitnessOhio playing #eveonline http://t.co/DBh6ObecKa"], ["tweet_id", "436056517532348416"], ["updated_at", "2014-02-22 11:46:02.411020"], ["user_handle", "Reeser24"], ["user_id", "142502996"], ["user_image_url", "https://pbs.twimg.com/profile_images/436793023725182976/eL4acuu9_normal.jpeg"], ["user_name", "Kyle Reese"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.412119"], ["hashtag_id", 1], ["hashtaggable_id", 827], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.412119"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436053205093343232' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 08:22:40.000000"], ["text", "RT @Eve_Toon: 3D 3H 48M 32S - not long now for Mining Barge V - over 3 weeks of watching grass grow and paint drying! #eveonline #tweetfleet"], ["tweet_id", "436053205093343232"], ["updated_at", "2014-02-22 11:46:02.418481"], ["user_handle", "Damien_Price_"], ["user_id", "1132582542"], ["user_image_url", "https://pbs.twimg.com/profile_images/423868326318587904/iT8yJZjv_normal.jpeg"], ["user_name", "Damien Price Raashaw"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.419993"], ["hashtag_id", 1], ["hashtaggable_id", 828], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.419993"]]  (1.1ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436051608263458816' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 08:16:19.000000"], ["text", "I'm taking about #eveonline with a female. Is this real life??"], ["tweet_id", "436051608263458816"], ["updated_at", "2014-02-22 11:46:02.427205"], ["user_handle", "Reeser24"], ["user_id", "142502996"], ["user_image_url", "https://pbs.twimg.com/profile_images/436793023725182976/eL4acuu9_normal.jpeg"], ["user_name", "Kyle Reese"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.428398"], ["hashtag_id", 1], ["hashtaggable_id", 829], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.428398"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436051313093128192' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 08:15:09.000000"], ["text", "RT @EveOnline: Obvious answer found. It's a Bantam pilot. #eveonline #tweetfleet"], ["tweet_id", "436051313093128192"], ["updated_at", "2014-02-22 11:46:02.434338"], ["user_handle", "MartyDingo"], ["user_id", "46865496"], ["user_image_url", "https://pbs.twimg.com/profile_images/435972001425944577/88RjvZQf_normal.jpeg"], ["user_name", "Marty"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.435430"], ["hashtag_id", 1], ["hashtaggable_id", 830], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.435430"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436051286501232640' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 08:15:02.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "436051286501232640"], ["updated_at", "2014-02-22 11:46:02.442437"], ["user_handle", "MartyDingo"], ["user_id", "46865496"], ["user_image_url", "https://pbs.twimg.com/profile_images/435972001425944577/88RjvZQf_normal.jpeg"], ["user_name", "Marty"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.443770"], ["hashtag_id", 1], ["hashtaggable_id", 831], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.443770"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436047395076333568' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 07:59:35.000000"], ["text", "3D 3H 48M 32S - not long now for Mining Barge V - over 3 weeks of watching grass grow and paint drying! #eveonline #tweetfleet"], ["tweet_id", "436047395076333568"], ["updated_at", "2014-02-22 11:46:02.449729"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.450854"], ["hashtag_id", 1], ["hashtaggable_id", 832], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.450854"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436043527882297344' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 07:44:13.000000"], ["text", "RT @Kane_Rizzel: The Riftering, Coming Soon™ http://t.co/nMAQPVHvcd #ccpgames #eveonline #tweetfleet"], ["tweet_id", "436043527882297344"], ["updated_at", "2014-02-22 11:46:02.458452"], ["user_handle", "CrakeGaterau"], ["user_id", "1396411243"], ["user_image_url", "https://pbs.twimg.com/profile_images/3601411068/dd115879707d7d412ddf55fc31c37fa3_normal.jpeg"], ["user_name", "Crake Gaterau"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.460103"], ["hashtag_id", 1], ["hashtaggable_id", 833], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.460103"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436043096309387265' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 07:42:30.000000"], ["text", "Early morning industrial work before my actual job. #eveonline"], ["tweet_id", "436043096309387265"], ["updated_at", "2014-02-22 11:46:02.466075"], ["user_handle", "CecilDePayne"], ["user_id", "1334696292"], ["user_image_url", "https://pbs.twimg.com/profile_images/3503680577/4e42aefece917293962291a2f0abd434_normal.jpeg"], ["user_name", "Ste"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.467356"], ["hashtag_id", 1], ["hashtaggable_id", 834], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.467356"]]  (6.2ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436040229859131392' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 07:31:06.000000"], ["text", "There’s a war being waged in space, right now http://t.co/0tqpGevpoq #EVEOnline"], ["tweet_id", "436040229859131392"], ["updated_at", "2014-02-22 11:46:02.479827"], ["user_handle", "htxtafrica"], ["user_id", "1461743059"], ["user_image_url", "https://pbs.twimg.com/profile_images/3753711274/3bc6001f5aaae8047b6bd6e3db3fb159_normal.jpeg"], ["user_name", "htxt"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.480962"], ["hashtag_id", 1], ["hashtaggable_id", 835], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.480962"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436038338261184512' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 07:23:35.000000"], ["text", "Супер быстрый старт в EVE Online http://t.co/Ieq38HWe6c #eveonline"], ["tweet_id", "436038338261184512"], ["updated_at", "2014-02-22 11:46:02.486611"], ["user_handle", "EveOnlineRussia"], ["user_id", "500962231"], ["user_image_url", "https://pbs.twimg.com/profile_images/1848540053/vimeo_logo_normal.png"], ["user_name", "«EVE Online Russia»"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.487719"], ["hashtag_id", 1], ["hashtaggable_id", 836], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.487719"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436035464651231232' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 07:12:10.000000"], ["text", "#tweetfleet EVE: Source Now Available For Pre-order In Australia http://t.co/dVHPfuFbIk #eveonline"], ["tweet_id", "436035464651231232"], ["updated_at", "2014-02-22 11:46:02.493426"], ["user_handle", "EVE_Virt"], ["user_id", "145632289"], ["user_image_url", "https://pbs.twimg.com/profile_images/1300622395/3d2eb5ee-e1e1-45f3-b8cb-3a4a830cb722_normal.png"], ["user_name", "Virtuozzo"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.495095"], ["hashtag_id", 1], ["hashtaggable_id", 837], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.495095"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436033016461524992' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 07:02:26.000000"], ["text", "RT @Niden_GMVA: Grr FW farmers, WCS & cloaks? This is for you: http://t.co/PloEgEGWCf #tweetfleet #eveonline"], ["tweet_id", "436033016461524992"], ["updated_at", "2014-02-22 11:46:02.502988"], ["user_handle", "Jeg_Elsker"], ["user_id", "604750713"], ["user_image_url", "https://pbs.twimg.com/profile_images/2311249536/4akdxj7o2p2qswc2nlwi_normal.jpeg"], ["user_name", "Jeg Elsker"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.504598"], ["hashtag_id", 1], ["hashtaggable_id", 838], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.504598"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436028673775661056' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 06:45:11.000000"], ["text", "Whilst still dazed...how to build a strategy to stay alive with no skills - http://t.co/Z19APujRk1 #Eveonline #Tweetfleet"], ["tweet_id", "436028673775661056"], ["updated_at", "2014-02-22 11:46:02.511884"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.512991"], ["hashtag_id", 1], ["hashtaggable_id", 839], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.512991"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436025010822447105' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 06:30:38.000000"], ["text", "https://t.co/HDLqWhhtM4 our view of destiny's fleet getting pipebombed #tweetfleet #eveonline #getwrekt"], ["tweet_id", "436025010822447105"], ["updated_at", "2014-02-22 11:46:02.519407"], ["user_handle", "ThatCatAkat"], ["user_id", "367128597"], ["user_image_url", "https://pbs.twimg.com/profile_images/426400389068357632/o4mJ4Bod_normal.jpeg"], ["user_name", "Akatsiya "]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.520908"], ["hashtag_id", 1], ["hashtaggable_id", 840], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.520908"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436023119346950144' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 06:23:07.000000"], ["text", "The First Daze - http://t.co/52I8O9uvi8 #Eveonline #Tweetfleet"], ["tweet_id", "436023119346950144"], ["updated_at", "2014-02-22 11:46:02.527930"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.529103"], ["hashtag_id", 1], ["hashtaggable_id", 841], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.529103"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436021524017856512' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 06:16:46.000000"], ["image_url", "https://pbs.twimg.com/media/Bg0PRBYCQAEE-jQ.jpg"], ["text", "Madskillz taem!\n\n#eveonline #tweetfleet http://t.co/aIA63JaY8m"], ["tweet_id", "436021524017856512"], ["updated_at", "2014-02-22 11:46:02.535836"], ["user_handle", "YUNOKILLME"], ["user_id", "594851061"], ["user_image_url", "https://pbs.twimg.com/profile_images/422651016421457921/DZAc4TqO_normal.jpeg"], ["user_name", "Burtag Somalych"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.536942"], ["hashtag_id", 1], ["hashtaggable_id", 842], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.536942"]]  (3.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436015627291992065' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 05:53:20.000000"], ["text", "http://t.co/tvsyp8NSSK 3 Hours 38 Minutes Tishu Pipebombs a Streamed fleet with over 1300 viewers #eveonline #tweetfleet @EveOnline #dunked"], ["tweet_id", "436015627291992065"], ["updated_at", "2014-02-22 11:46:02.546873"], ["user_handle", "ThatCatAkat"], ["user_id", "367128597"], ["user_image_url", "https://pbs.twimg.com/profile_images/426400389068357632/o4mJ4Bod_normal.jpeg"], ["user_name", "Akatsiya "]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.548177"], ["hashtag_id", 1], ["hashtaggable_id", 843], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.548177"]]  (6.6ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436014246594613249' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 05:47:51.000000"], ["text", "RT @evenews24: #tweetfleet Eve Valkyrie: Free To Play? http://t.co/9qJb6iTFME #Valkyrie #eveonline"], ["tweet_id", "436014246594613249"], ["updated_at", "2014-02-22 11:46:02.560382"], ["user_handle", "AmlSeb"], ["user_id", "617301769"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000716227952/4ea18c7093053abd7826ff374d8fd7e0_normal.jpeg"], ["user_name", "AmlSeb"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.561584"], ["hashtag_id", 1], ["hashtaggable_id", 844], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.561584"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436011827495837696' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 05:38:15.000000"], ["text", "reinstalling #eveonline after formatting my pc earlier gotta get everything running right again"], ["tweet_id", "436011827495837696"], ["updated_at", "2014-02-22 11:46:02.567808"], ["user_handle", "c0rr0siveacid"], ["user_id", "95506665"], ["user_image_url", "https://pbs.twimg.com/profile_images/712781505/facebook_pic_normal.jpg"], ["user_name", "matthew"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.569291"], ["hashtag_id", 1], ["hashtaggable_id", 845], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.569291"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436007963975614464' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 05:22:53.000000"], ["text", "С каждым днем все меньше и меньше народу летает в нашем ганге...\n#WTF #eveonline #tweetfleet"], ["tweet_id", "436007963975614464"], ["updated_at", "2014-02-22 11:46:02.576923"], ["user_handle", "YUNOKILLME"], ["user_id", "594851061"], ["user_image_url", "https://pbs.twimg.com/profile_images/422651016421457921/DZAc4TqO_normal.jpeg"], ["user_name", "Burtag Somalych"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.650926"], ["hashtag_id", 1], ["hashtaggable_id", 846], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.650926"]]  (1.5ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '436000837806989312' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 04:54:35.000000"], ["image_url", "https://pbs.twimg.com/media/Bgz8c7OCIAA6ORz.jpg"], ["text", "That moment when you discover something amazing, yet deadly #eveonline @HilmarVeigar #eatenbydrones http://t.co/RrSeb1zTnf"], ["tweet_id", "436000837806989312"], ["updated_at", "2014-02-22 11:46:02.659416"], ["user_handle", "Flamespar"], ["user_id", "479237542"], ["user_image_url", "https://pbs.twimg.com/profile_images/431175168799428608/7t09JJkO_normal.jpeg"], ["user_name", "Red Bear"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.660596"], ["hashtag_id", 1], ["hashtaggable_id", 847], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.660596"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435998599550627840' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 04:45:41.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "435998599550627840"], ["updated_at", "2014-02-22 11:46:02.667299"], ["user_handle", "colemanjweeks"], ["user_id", "1660653024"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000270805215/ea65e0f2c9771dc1fed6fd7d76115c14_normal.jpeg"], ["user_name", "coleman j. weeks"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.668405"], ["hashtag_id", 1], ["hashtaggable_id", 848], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.668405"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435998340103151616' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 04:44:39.000000"], ["text", "http://t.co/NSiGi0yVg6 Solo PVP I had had today on my #eveonline stream barely got the kill"], ["tweet_id", "435998340103151616"], ["updated_at", "2014-02-22 11:46:02.674148"], ["user_handle", "CavalierDitch"], ["user_id", "2220551471"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000863491634/a1I8Xs-p_normal.jpeg"], ["user_name", "Cavalier Ditch"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.675182"], ["hashtag_id", 1], ["hashtaggable_id", 849], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.675182"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435998185736392704' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 04:44:02.000000"], ["text", "Jake Beerpaw's Obelisk worth 10.91b ISK was destroyed! http://t.co/SWIQdnwoQO #tweetfleet #eveonline"], ["tweet_id", "435998185736392704"], ["updated_at", "2014-02-22 11:46:02.680819"], ["user_handle", "eve_kill"], ["user_id", "375268066"], ["user_image_url", "https://pbs.twimg.com/profile_images/1547384154/Image_2011-09-17_at_10.28.31_PM_normal.png"], ["user_name", "EVE-KILL"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.681882"], ["hashtag_id", 1], ["hashtaggable_id", 850], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.681882"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435993293957386240' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 04:24:36.000000"], ["text", "The journey begins - http://t.co/NSY39i4k9t #Eveonline #Tweetfleet"], ["tweet_id", "435993293957386240"], ["updated_at", "2014-02-22 11:46:02.687755"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.689410"], ["hashtag_id", 1], ["hashtaggable_id", 851], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.689410"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435992914598952960' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 04:23:05.000000"], ["text", "@AebeAmraen THANKS FOR CLEARING THOSE 'EMPTY' CSAAS FOR US FRIENDS #tweetfleet #eveonline"], ["tweet_id", "435992914598952960"], ["updated_at", "2014-02-22 11:46:02.695581"], ["user_handle", "BlawrfMcTaggart"], ["user_id", "539325922"], ["user_image_url", "https://pbs.twimg.com/profile_images/2346537993/9ycfk76i9lsa0jttjuxv_normal.jpeg"], ["user_name", "Blawrf McTaggart"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.696734"], ["hashtag_id", 1], ["hashtaggable_id", 852], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.696734"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435992747816665088' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 04:22:26.000000"], ["text", "@RoBBeR_EVE sorry for kicking ya out of those chat rooms in #eveonline OpSec and all that. Don't hold it against me plz!!!"], ["tweet_id", "435992747816665088"], ["updated_at", "2014-02-22 11:46:02.702596"], ["user_handle", "JoeBrouhard"], ["user_id", "1024261236"], ["user_image_url", "https://pbs.twimg.com/profile_images/3503698728/a8cc2de90efdeb1684fcbfbabae3c6dd_normal.jpeg"], ["user_name", "Joe Brouhard"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.703747"], ["hashtag_id", 1], ["hashtaggable_id", 853], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.703747"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435984901116928000' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 03:51:15.000000"], ["image_url", "https://pbs.twimg.com/media/Bgzt9RbCYAE-7So.jpg"], ["text", "@pyth2 @j_smedley you want a pic. How about that one #eveonline http://t.co/lQWx5gy2Vs"], ["tweet_id", "435984901116928000"], ["updated_at", "2014-02-22 11:46:02.710165"], ["user_handle", "Adelboy"], ["user_id", "124136834"], ["user_image_url", "https://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png"], ["user_name", "Jason McNie"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.711262"], ["hashtag_id", 1], ["hashtaggable_id", 854], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.711262"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435984007637897216' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 03:47:42.000000"], ["text", "@Adelboy i mean sure i scammed you in eve online but jesus get over it ok? it isn't that shocking #tweetfleet #eveonline"], ["tweet_id", "435984007637897216"], ["updated_at", "2014-02-22 11:46:02.717048"], ["user_handle", "BlawrfMcTaggart"], ["user_id", "539325922"], ["user_image_url", "https://pbs.twimg.com/profile_images/2346537993/9ycfk76i9lsa0jttjuxv_normal.jpeg"], ["user_name", "Blawrf McTaggart"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.718198"], ["hashtag_id", 1], ["hashtaggable_id", 855], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.718198"]]  (1.1ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435976471467659265' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 03:17:45.000000"], ["text", "RT @Kane_Rizzel: The Riftering, Coming Soon™ http://t.co/nMAQPVHvcd #ccpgames #eveonline #tweetfleet"], ["tweet_id", "435976471467659265"], ["updated_at", "2014-02-22 11:46:02.725801"], ["user_handle", "RixxJavix"], ["user_id", "315868674"], ["user_image_url", "https://pbs.twimg.com/profile_images/3655229394/1487dc41b39a3a1b6827984dc95072ea_normal.jpeg"], ["user_name", "Rixx Javix"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.727129"], ["hashtag_id", 1], ["hashtaggable_id", 856], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.727129"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435976029589364737' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 03:16:00.000000"], ["text", "The Riftering, Coming Soon™ http://t.co/nMAQPVHvcd #ccpgames #eveonline #tweetfleet"], ["tweet_id", "435976029589364737"], ["updated_at", "2014-02-22 11:46:02.733115"], ["user_handle", "Kane_Rizzel"], ["user_id", "361433802"], ["user_image_url", "https://pbs.twimg.com/profile_images/2887560324/1a7e713af1a10cadda9a0ed5baa2f997_normal.jpeg"], ["user_name", "Kane Rizzel"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.734173"], ["hashtag_id", 1], ["hashtaggable_id", 857], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.734173"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435971462030057472' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 02:57:51.000000"], ["text", "@j_smedley I agree there are no consequences for scamming in #Eveonline. I was scammed while in a psychiatric hospital; attempted suicide"], ["tweet_id", "435971462030057472"], ["updated_at", "2014-02-22 11:46:02.740662"], ["user_handle", "Adelboy"], ["user_id", "124136834"], ["user_image_url", "https://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png"], ["user_name", "Jason McNie"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.741851"], ["hashtag_id", 1], ["hashtaggable_id", 858], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.741851"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435965846695841792' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 02:35:32.000000"], ["image_url", "https://pbs.twimg.com/media/BgzDQfHCQAAlZ6p.png"], ["text", "RT @webspaceships: First pic from the new computer. ENGINE TRAILS :-O #tweetfleet #eveonline #sopretty http://t.co/JvUZZXncFt"], ["tweet_id", "435965846695841792"], ["updated_at", "2014-02-22 11:46:02.748502"], ["user_handle", "valtrinor"], ["user_id", "220616100"], ["user_image_url", "https://pbs.twimg.com/profile_images/3564828445/d9d73078840304eb0f8e7fe877f38dc3_normal.jpeg"], ["user_name", "Valtrinor"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.749675"], ["hashtag_id", 1], ["hashtaggable_id", 859], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.749675"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435961779613868032' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 02:19:22.000000"], ["text", "RT @TheMittani: Daww. Cute newbie's take on #eveonline http://t.co/PAtH7OaURp #tweetfleet"], ["tweet_id", "435961779613868032"], ["updated_at", "2014-02-22 11:46:02.755798"], ["user_handle", "LeeroyGB"], ["user_id", "1853010079"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000462795559/ba7a4e3c6d52d0626510b2a19934a849_normal.png"], ["user_name", "LeeroyGB"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.756918"], ["hashtag_id", 1], ["hashtaggable_id", 860], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.756918"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435958934654836736' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 02:08:04.000000"], ["text", "#tweetfleet HYBRID EVE-DUST ALLIANCES http://t.co/lyaEwmeBOh #Articles #eveonline"], ["tweet_id", "435958934654836736"], ["updated_at", "2014-02-22 11:46:02.762580"], ["user_handle", "evenews24"], ["user_id", "167901620"], ["user_image_url", "https://pbs.twimg.com/profile_images/3132214338/1eb456e723b00ed80b9ed3b0d59d18ec_normal.png"], ["user_name", "EveNews24.com"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.763644"], ["hashtag_id", 1], ["hashtaggable_id", 861], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.763644"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435955705921945601' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 01:55:14.000000"], ["text", "Haha, first death in 0.0! #eveonline #tweetfleet Seems like there's a LOT of activity tonight for #CFC!"], ["tweet_id", "435955705921945601"], ["updated_at", "2014-02-22 11:46:02.770114"], ["user_handle", "TheNudeNerd"], ["user_id", "40394963"], ["user_image_url", "https://pbs.twimg.com/profile_images/418609761043496961/QxWr7V5X_normal.png"], ["user_name", "Dan Parrish"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.771583"], ["hashtag_id", 1], ["hashtaggable_id", 862], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.771583"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435954479137976321' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 01:50:22.000000"], ["text", "RT @evenews24: #tweetfleet Eve Valkyrie: Free To Play? http://t.co/9qJb6iTFME #Valkyrie #eveonline"], ["tweet_id", "435954479137976321"], ["updated_at", "2014-02-22 11:46:02.779391"], ["user_handle", "NewEdenGNN"], ["user_id", "416489288"], ["user_image_url", "https://pbs.twimg.com/profile_images/1647215717/99_normal.jpg"], ["user_name", "GNN"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.780692"], ["hashtag_id", 1], ["hashtaggable_id", 863], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.780692"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435951735254040576' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 01:39:27.000000"], ["text", "Oh, the joy! The anatomy of a failed gank. - http://t.co/K0J2RQjtHe #Eveonline #Tweetfleet"], ["tweet_id", "435951735254040576"], ["updated_at", "2014-02-22 11:46:02.786780"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.3ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.787993"], ["hashtag_id", 1], ["hashtaggable_id", 864], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.787993"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435947389581803520' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 01:22:11.000000"], ["text", "First person frivolity or maybe not? - http://t.co/2IhWtIVAYi #Eveonline #Tweetfleet"], ["tweet_id", "435947389581803520"], ["updated_at", "2014-02-22 11:46:02.794865"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.796026"], ["hashtag_id", 1], ["hashtaggable_id", 865], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.796026"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435945495567945728' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 01:14:40.000000"], ["text", "@EarlFlatts The answer? Get an #Android #tweetfleet #eveonline #MYIPHONE #iOS7"], ["tweet_id", "435945495567945728"], ["updated_at", "2014-02-22 11:46:02.801963"], ["user_handle", "DaiTengu"], ["user_id", "1593581"], ["user_image_url", "https://pbs.twimg.com/profile_images/1871552206/395187_10151177813575104_776220103_22576602_811951952_n_normal.jpg"], ["user_name", "DaiTengu"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.803096"], ["hashtag_id", 1], ["hashtaggable_id", 866], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.803096"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435942444958744577' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 01:02:32.000000"], ["text", "Hey, #tweetfleet, I just updated my EVE Trader app on my iPhone and now it just crashes. Any tips? #eveonline #iOS7"], ["tweet_id", "435942444958744577"], ["updated_at", "2014-02-22 11:46:02.809031"], ["user_handle", "EarlFlatts"], ["user_id", "1655722910"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000260799043/ba8ba09a9b76933f99a0dbe0472b5b6d_normal.jpeg"], ["user_name", "Earl Flatts"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.810126"], ["hashtag_id", 1], ["hashtaggable_id", 867], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.810126"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435942230403325952' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 01:01:41.000000"], ["text", "RT @FunkyBacon: http://t.co/4ICVMCOpJ6 Ok there. It's official. Tossing the hat in for CSM9. Lowsec and FW representation is needed. #tweet…"], ["tweet_id", "435942230403325952"], ["updated_at", "2014-02-22 11:46:02.815739"], ["user_handle", "Sugar_Kyle"], ["user_id", "577705362"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000116471570/b609a44ffb587e03912265211baa99ce_normal.jpeg"], ["user_name", "Sugar Kyle"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.816790"], ["hashtag_id", 1], ["hashtaggable_id", 868], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.816790"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435939465547505664' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 00:50:42.000000"], ["text", "RT @SindelPellion: I WANT ONE OF THESE!!!!! http://t.co/D4KSM7X8su #tweetfleet #eveonline"], ["tweet_id", "435939465547505664"], ["updated_at", "2014-02-22 11:46:02.824318"], ["user_handle", "Therealbautz"], ["user_id", "127026970"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000488207820/17e645f5c40da77ec753cc9813c6fd09_normal.jpeg"], ["user_name", "Casper"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.825828"], ["hashtag_id", 1], ["hashtaggable_id", 869], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.825828"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435939030178340864' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 00:48:58.000000"], ["text", "http://t.co/4ICVMCOpJ6 Ok there. It's official. Tossing the hat in for CSM9. Lowsec and FW representation is needed. #tweetfleet #eveonline"], ["tweet_id", "435939030178340864"], ["updated_at", "2014-02-22 11:46:02.831943"], ["user_handle", "FunkyBacon"], ["user_id", "20178313"], ["user_image_url", "https://pbs.twimg.com/profile_images/1410075551/Untitled-1_normal.jpg"], ["user_name", "FunkyBacon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.832996"], ["hashtag_id", 1], ["hashtaggable_id", 870], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.832996"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435937952410005505' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 00:44:41.000000"], ["image_url", "https://pbs.twimg.com/media/BgzDQfHCQAAlZ6p.png"], ["text", "First pic from the new computer. ENGINE TRAILS :-O #tweetfleet #eveonline #sopretty http://t.co/JvUZZXncFt"], ["tweet_id", "435937952410005505"], ["updated_at", "2014-02-22 11:46:02.839897"], ["user_handle", "webspaceships"], ["user_id", "83456774"], ["user_image_url", "https://pbs.twimg.com/profile_images/1491937252/MarcHat2_normal.jpg"], ["user_name", "CCP's Lapdog"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.841491"], ["hashtag_id", 1], ["hashtaggable_id", 871], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.841491"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435937539862822912' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 00:43:03.000000"], ["text", "RT @TiberiusStarGaz: @ccp_dust514 when are you guys gonna sort it so FW #eveonline players get notifications of. #dust514 fights happening?…"], ["tweet_id", "435937539862822912"], ["updated_at", "2014-02-22 11:46:02.847750"], ["user_handle", "LucasRaholan"], ["user_id", "1382931162"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000623282842/5dd38c1b7528a41f88e70ae7238f64f8_normal.jpeg"], ["user_name", "Lucas Raholan"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.848996"], ["hashtag_id", 1], ["hashtaggable_id", 872], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.848996"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435937104041115649' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 00:41:19.000000"], ["text", "@ccp_dust514 when are you guys gonna sort it so FW #eveonline players get notifications of. #dust514 fights happening? #tweetfleet"], ["tweet_id", "435937104041115649"], ["updated_at", "2014-02-22 11:46:02.855905"], ["user_handle", "TiberiusStarGaz"], ["user_id", "1123926276"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000668371411/598fff65dcca0e173fed01d714d7653f_normal.jpeg"], ["user_name", "Tiberius_StarGazer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.857160"], ["hashtag_id", 1], ["hashtaggable_id", 873], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.857160"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435936865217048577' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 00:40:22.000000"], ["text", "We have a new advertiser on http://t.co/ZxaPj2hXIt check out our friends at Iwantiskdotcom http://t.co/yI1SFPtQE5 #tweetfleet #eveonline"], ["tweet_id", "435936865217048577"], ["updated_at", "2014-02-22 11:46:02.863088"], ["user_handle", "ChYph3r"], ["user_id", "349023533"], ["user_image_url", "https://pbs.twimg.com/profile_images/425015141390745600/ZvM43Utb_normal.jpeg"], ["user_name", "Rob ChYph3r"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.864103"], ["hashtag_id", 1], ["hashtaggable_id", 874], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.864103"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435932690152693760' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-19 00:23:47.000000"], ["text", "Watching the beau play #EveOnline...we're about to bomb a bunch of ppl in space lol"], ["tweet_id", "435932690152693760"], ["updated_at", "2014-02-22 11:46:02.870296"], ["user_handle", "ColdDust_Girl"], ["user_id", "376390650"], ["user_image_url", "https://pbs.twimg.com/profile_images/1842097444/tumblr_ly74ammp2v1qdfoseo2_250_normal.gif"], ["user_name", "Kendra Williams"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.871738"], ["hashtag_id", 1], ["hashtaggable_id", 875], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.871738"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435921755199504384' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 23:40:20.000000"], ["text", "RT @MizhirStarsurge: Finally got my video from RvB Ganked 100 out: http://t.co/VG4s3Tqo5r @awanderingjon #tweetfleet #eveonline"], ["tweet_id", "435921755199504384"], ["updated_at", "2014-02-22 11:46:02.878797"], ["user_handle", "awanderingjon"], ["user_id", "246794034"], ["user_image_url", "https://pbs.twimg.com/profile_images/416928628232826881/qa6mBoOl_normal.jpeg"], ["user_name", "Mangala Solaris"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.879955"], ["hashtag_id", 1], ["hashtaggable_id", 876], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.879955"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435921034454110208' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 23:37:28.000000"], ["text", "Finally got my video from RvB Ganked 100 out: http://t.co/VG4s3Tqo5r @awanderingjon #tweetfleet #eveonline"], ["tweet_id", "435921034454110208"], ["updated_at", "2014-02-22 11:46:02.885779"], ["user_handle", "MizhirStarsurge"], ["user_id", "625690119"], ["user_image_url", "https://pbs.twimg.com/profile_images/2485436096/ko88cy0ck8pq6ivrmb7g_normal.jpeg"], ["user_name", "Mizhir"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.886835"], ["hashtag_id", 1], ["hashtaggable_id", 877], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.886835"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435917765682401280' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 23:24:28.000000"], ["text", "Surviving Eve whilst making a living as a solo-miner - http://t.co/pJg2n1zbdV #Eveonline #Tweetfleet"], ["tweet_id", "435917765682401280"], ["updated_at", "2014-02-22 11:46:02.893468"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.894668"], ["hashtag_id", 1], ["hashtaggable_id", 878], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.894668"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435916354768478208' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 23:18:52.000000"], ["text", "例えば君が襲われて\nくじけそうになったときは\n必ず僕がそばにいて\n焼け残った積み荷をサルベする\n#EVEOnline"], ["tweet_id", "435916354768478208"], ["updated_at", "2014-02-22 11:46:02.900676"], ["user_handle", "radiatalare"], ["user_id", "333315873"], ["user_image_url", "https://pbs.twimg.com/profile_images/425731612773335040/LpbLTRgP_normal.png"], ["user_name", "ラディアータ@Rorqual"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.901841"], ["hashtag_id", 1], ["hashtaggable_id", 879], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.901841"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435913217911828480' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 23:06:24.000000"], ["text", "Toon strategy - How does my new Toonbee live and train? - http://t.co/bc8AUQStI0 #Eveonline #Tweetfleet"], ["tweet_id", "435913217911828480"], ["updated_at", "2014-02-22 11:46:02.909305"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.910566"], ["hashtag_id", 1], ["hashtaggable_id", 880], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.910566"]]  (1.3ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435911446099423233' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 22:59:22.000000"], ["text", "Just a reminder that if you have any questions about my CSM9 candidacy, you can ask them here https://t.co/YOOi5Sl3QA #tweetfleet #eveonline"], ["tweet_id", "435911446099423233"], ["updated_at", "2014-02-22 11:46:02.917109"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.918362"], ["hashtag_id", 1], ["hashtaggable_id", 881], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.918362"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435909759703601153' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 22:52:40.000000"], ["text", "Check out a live stream by @attidack of #Eveonline http://t.co/PVaD1KXXZW #tweetfleet\n#EVEisReal #ITSHAPPENING"], ["tweet_id", "435909759703601153"], ["updated_at", "2014-02-22 11:46:02.926026"], ["user_handle", "exitusnow"], ["user_id", "159973743"], ["user_image_url", "https://pbs.twimg.com/profile_images/1231042798/asdasd_normal.jpg"], ["user_name", "Exitus"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.927490"], ["hashtag_id", 1], ["hashtaggable_id", 882], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.927490"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435909722101653504' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 22:52:31.000000"], ["text", "fight time! @attidack of #Eveonline http://t.co/H1lGkbdHpB #tweetfleet"], ["tweet_id", "435909722101653504"], ["updated_at", "2014-02-22 11:46:02.933555"], ["user_handle", "Thoketan"], ["user_id", "89832950"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000517461335/27a327d73861deae8e47e79b2859b957_normal.jpeg"], ["user_name", "Andrew Simonalle"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.934635"], ["hashtag_id", 1], ["hashtaggable_id", 883], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.934635"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435907351015481344' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 22:43:05.000000"], ["text", "@attidack is staging currently for a \"big fight\" on #eveonline. Multibillion isk ships in it. Watch at http://t.co/GsHsUNYxdp"], ["tweet_id", "435907351015481344"], ["updated_at", "2014-02-22 11:46:02.940267"], ["user_handle", "Zonrath"], ["user_id", "132324733"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000404825558/549d4b4cedb4712caec5ba543a7eb526_normal.jpeg"], ["user_name", "Zonrath"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.941290"], ["hashtag_id", 1], ["hashtaggable_id", 884], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.941290"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435906622984945665' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 22:40:12.000000"], ["text", "Check out a live stream by @attidack of #Eveonline http://t.co/H1lGkbdHpB #tweetfleet\nfight brewing, great sick me entertainment"], ["tweet_id", "435906622984945665"], ["updated_at", "2014-02-22 11:46:02.947961"], ["user_handle", "Thoketan"], ["user_id", "89832950"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000517461335/27a327d73861deae8e47e79b2859b957_normal.jpeg"], ["user_name", "Andrew Simonalle"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.949117"], ["hashtag_id", 1], ["hashtaggable_id", 885], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.949117"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435905230144675841' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 22:34:40.000000"], ["text", "Fittings and overview: is there anything else I can export from my old client to the new computer? #tweetfleet #eveonline"], ["tweet_id", "435905230144675841"], ["updated_at", "2014-02-22 11:46:02.954950"], ["user_handle", "webspaceships"], ["user_id", "83456774"], ["user_image_url", "https://pbs.twimg.com/profile_images/1491937252/MarcHat2_normal.jpg"], ["user_name", "CCP's Lapdog"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.956086"], ["hashtag_id", 1], ["hashtaggable_id", 886], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.956086"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435905003518455808' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 22:33:46.000000"], ["text", "@Jezaja Nightmares of a Nightmare... #tweetfleet #EVEOnline"], ["tweet_id", "435905003518455808"], ["updated_at", "2014-02-22 11:46:02.961929"], ["user_handle", "eXeler0n"], ["user_id", "263851972"], ["user_image_url", "https://pbs.twimg.com/profile_images/2582287688/2uvg5n0l70waq54d6q7g_normal.png"], ["user_name", "eXeler0n"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.963021"], ["hashtag_id", 1], ["hashtaggable_id", 887], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.963021"]]  (1.1ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435903162114129920' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 22:26:27.000000"], ["text", "@alanpageduffy has gotten me addicted to @EveOnline #eveonline"], ["tweet_id", "435903162114129920"], ["updated_at", "2014-02-22 11:46:02.969313"], ["user_handle", "VictoriaStone77"], ["user_id", "342180600"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000203246927/ac54058cf721bce7d14bf2f0a502159e_normal.jpeg"], ["user_name", "Victoria"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.970753"], ["hashtag_id", 1], ["hashtaggable_id", 888], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.970753"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435900321731059712' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 22:15:10.000000"], ["text", "Check out a live stream by @attidack of #Eveonline http://t.co/kKL4NUKnuw #tweetfleet"], ["tweet_id", "435900321731059712"], ["updated_at", "2014-02-22 11:46:02.978247"], ["user_handle", "ocsiever"], ["user_id", "93909590"], ["user_image_url", "https://pbs.twimg.com/profile_images/422420786595368960/roXPf35N_normal.jpeg"], ["user_name", "Troy Schmitt"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.979436"], ["hashtag_id", 1], ["hashtaggable_id", 889], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.979436"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435900259256901632' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 22:14:55.000000"], ["text", "Check out a live stream by @attidack of #Eveonline http://t.co/VUGjHWqeiz #tweetfleet"], ["tweet_id", "435900259256901632"], ["updated_at", "2014-02-22 11:46:02.985263"], ["user_handle", "vuduh3x"], ["user_id", "1633370874"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000860247483/1rYpJ0zB_normal.png"], ["user_name", "H3XD"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.986310"], ["hashtag_id", 1], ["hashtaggable_id", 890], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.986310"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435894988136644608' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:53:58.000000"], ["text", "After agonizing seconds of deliberation, I've decided not to run for #CSM9. Now heading for the tub. Alert Ted Koppel #eveonline #tweetfleet"], ["tweet_id", "435894988136644608"], ["updated_at", "2014-02-22 11:46:02.991753"], ["user_handle", "EVEMarcCallan"], ["user_id", "568215429"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000608418694/f55c721402d170ecc628858188654d5b_normal.jpeg"], ["user_name", "Marc Callan"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:02.992770"], ["hashtag_id", 1], ["hashtaggable_id", 891], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:02.992770"]]  (1.1ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435894939696652288' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:53:46.000000"], ["text", "RT @midi2304: Great to see @BraveNewbies founder @Suecotero standing for election in CSM9. Love those guys #tweetfleet #eveonline"], ["tweet_id", "435894939696652288"], ["updated_at", "2014-02-22 11:46:02.999604"], ["user_handle", "BraveNewbies"], ["user_id", "1377916285"], ["user_image_url", "https://pbs.twimg.com/profile_images/3570196816/a6c023f7dc686e09447232bbc12fa5e7_normal.png"], ["user_name", "Brave Newbies"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:03.000797"], ["hashtag_id", 1], ["hashtaggable_id", 892], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:03.000797"]]  (2.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435894420169183232' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:51:42.000000"], ["text", "Check out a live stream by @attidack of #Eveonline http://t.co/BO1YcNeaeP #tweetfleet"], ["tweet_id", "435894420169183232"], ["updated_at", "2014-02-22 11:46:03.008948"], ["user_handle", "attidack"], ["user_id", "50146943"], ["user_image_url", "https://pbs.twimg.com/profile_images/433894842934906881/8C1xxTRI_normal.jpeg"], ["user_name", "attidack"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:03.010112"], ["hashtag_id", 1], ["hashtaggable_id", 893], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:03.010112"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435894125485756416' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:50:32.000000"], ["text", "RT @porkbutte: Hey everbody! The Great Newb (BNI founder) and CSM 9 candidate @Suecotero is on twitter! You should follow him! #tweefleet #…"], ["tweet_id", "435894125485756416"], ["updated_at", "2014-02-22 11:46:03.015896"], ["user_handle", "gamerchick42"], ["user_id", "249491431"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000630166476/39ac5b65bde31ccd23863c2c2ee6c4ba_normal.jpeg"], ["user_name", "Susan Black"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:03.016999"], ["hashtag_id", 1], ["hashtaggable_id", 894], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:03.016999"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435893926726094848' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:49:45.000000"], ["text", "RT @Suecotero: I'm announcing my candidacy to CSM9! https://t.co/0QGxuMkq9l #tweefleet #eveonline #BraveNewbies"], ["tweet_id", "435893926726094848"], ["updated_at", "2014-02-22 11:46:03.023848"], ["user_handle", "wittgenschtein"], ["user_id", "1959166670"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000753720368/1ef734a830007289ca4cae3221458bb4_normal.jpeg"], ["user_name", "WITTGENSTEIN"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:03.025357"], ["hashtag_id", 1], ["hashtaggable_id", 895], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:03.025357"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435893751123550209' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:49:03.000000"], ["text", "RT @Suecotero: I'm announcing my candidacy to CSM9! https://t.co/0QGxuMkq9l #tweefleet #eveonline #BraveNewbies"], ["tweet_id", "435893751123550209"], ["updated_at", "2014-02-22 11:46:03.031929"], ["user_handle", "Tubrug1"], ["user_id", "1558551956"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000340134181/3572dfde9ad366266d5f2d749ca94bab_normal.png"], ["user_name", "Tubrug1"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:03.033099"], ["hashtag_id", 1], ["hashtaggable_id", 896], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:03.033099"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435893706345156608' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:48:52.000000"], ["text", "RT @Suecotero: I'm announcing my candidacy to CSM9! https://t.co/0QGxuMkq9l #tweefleet #eveonline #BraveNewbies"], ["tweet_id", "435893706345156608"], ["updated_at", "2014-02-22 11:46:03.038919"], ["user_handle", "RichStanton"], ["user_id", "20237809"], ["user_image_url", "https://pbs.twimg.com/profile_images/2503827858/f0vn4pxpmtzb9z0lnjzy_normal.jpeg"], ["user_name", "Richard Stanton"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:03.039997"], ["hashtag_id", 1], ["hashtaggable_id", 897], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:03.039997"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435893589885739008' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:48:25.000000"], ["text", "RT @Suecotero: I'm announcing my candidacy to CSM9! https://t.co/0QGxuMkq9l #tweefleet #eveonline #BraveNewbies"], ["tweet_id", "435893589885739008"], ["updated_at", "2014-02-22 11:46:03.046971"], ["user_handle", "BraveNewbies"], ["user_id", "1377916285"], ["user_image_url", "https://pbs.twimg.com/profile_images/3570196816/a6c023f7dc686e09447232bbc12fa5e7_normal.png"], ["user_name", "Brave Newbies"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:03.048149"], ["hashtag_id", 1], ["hashtaggable_id", 898], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:03.048149"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435893540477218817' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:48:13.000000"], ["text", "RT @Suecotero: I'm announcing my candidacy to CSM9! https://t.co/0QGxuMkq9l #tweefleet #eveonline #BraveNewbies"], ["tweet_id", "435893540477218817"], ["updated_at", "2014-02-22 11:46:03.053988"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:03.055093"], ["hashtag_id", 1], ["hashtaggable_id", 899], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:03.055093"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435893440258142208' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:47:49.000000"], ["text", "I'm announcing my candidacy to CSM9! https://t.co/0QGxuMkq9l #tweefleet #eveonline #BraveNewbies"], ["tweet_id", "435893440258142208"], ["updated_at", "2014-02-22 11:46:03.061258"], ["user_handle", "Suecotero"], ["user_id", "66186487"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000052670725/21b02e7c82ec17356bbbad8d78f30915_normal.jpeg"], ["user_name", "Matias Otero"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:03.062420"], ["hashtag_id", 1], ["hashtaggable_id", 900], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:03.062420"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435892145971417088' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:42:40.000000"], ["text", "Check out attidack's live stream of #Eveonline http://t.co/PVaD1KXXZW #tweetfleet\n#WHLife"], ["tweet_id", "435892145971417088"], ["updated_at", "2014-02-22 11:46:04.203921"], ["user_handle", "exitusnow"], ["user_id", "159973743"], ["user_image_url", "https://pbs.twimg.com/profile_images/1231042798/asdasd_normal.jpg"], ["user_name", "Exitus"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.205054"], ["hashtag_id", 1], ["hashtaggable_id", 901], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.205054"]]  (2.4ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435892108084248576' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:42:31.000000"], ["text", "Check out attidack's live stream of #Eveonline http://t.co/GsHsUNYxdp #tweetfleet"], ["tweet_id", "435892108084248576"], ["updated_at", "2014-02-22 11:46:04.212923"], ["user_handle", "Zonrath"], ["user_id", "132324733"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000404825558/549d4b4cedb4712caec5ba543a7eb526_normal.jpeg"], ["user_name", "Zonrath"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.213972"], ["hashtag_id", 1], ["hashtaggable_id", 902], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.213972"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435891635566563328' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:40:39.000000"], ["text", "@squizzc any chance you'd be will to put the code up on github? #devfleet not to be untrusting... but this is #eveonline"], ["tweet_id", "435891635566563328"], ["updated_at", "2014-02-22 11:46:04.219492"], ["user_handle", "Logix42"], ["user_id", "293511507"], ["user_image_url", "https://pbs.twimg.com/profile_images/2179684096/90169627_512_normal.jpg"], ["user_name", "Logix42"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.220502"], ["hashtag_id", 1], ["hashtaggable_id", 903], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.220502"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435890869510492160' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:37:36.000000"], ["text", "Announcing http://t.co/VVCogvEV9K - a web based skill monitor #tweetfleet #eveonline"], ["tweet_id", "435890869510492160"], ["updated_at", "2014-02-22 11:46:04.226159"], ["user_handle", "squizzc"], ["user_id", "262815941"], ["user_image_url", "https://pbs.twimg.com/profile_images/1585011310/SquizzHat_normal.jpg"], ["user_name", "Squizz Caphinator"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.227244"], ["hashtag_id", 1], ["hashtaggable_id", 904], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.227244"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435890668032905216' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:36:48.000000"], ["text", "RT @Logix42: also #devfleet RT @eve_kill: @squizzc is finally announcing his web based SkillQ monitor: http://t.co/9DRBQz3jUZ #tweetfleet #…"], ["tweet_id", "435890668032905216"], ["updated_at", "2014-02-22 11:46:04.233130"], ["user_handle", "HLIBIndustry"], ["user_id", "107608604"], ["user_image_url", "https://pbs.twimg.com/profile_images/2783102770/53b48f51d927a6bb6545605a39456b99_normal.jpeg"], ["user_name", "Lockefox"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.234207"], ["hashtag_id", 1], ["hashtaggable_id", 905], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.234207"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435890438382178304' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:35:53.000000"], ["text", "also #devfleet RT @eve_kill: @squizzc is finally announcing his web based SkillQ monitor: http://t.co/9DRBQz3jUZ #tweetfleet #eveonline"], ["tweet_id", "435890438382178304"], ["updated_at", "2014-02-22 11:46:04.240683"], ["user_handle", "Logix42"], ["user_id", "293511507"], ["user_image_url", "https://pbs.twimg.com/profile_images/2179684096/90169627_512_normal.jpg"], ["user_name", "Logix42"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.241807"], ["hashtag_id", 1], ["hashtaggable_id", 906], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.241807"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435889479203971072' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:32:04.000000"], ["text", "RT @porkbutte: Hey everbody! The Great Newb (BNI founder) and CSM 9 candidate @Suecotero is on twitter! You should follow him! #tweefleet #…"], ["tweet_id", "435889479203971072"], ["updated_at", "2014-02-22 11:46:04.247789"], ["user_handle", "ali_of_space"], ["user_id", "1325848549"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000581522948/f99c56f2d7aa1cf36dc0b3ab8ca78c25_normal.jpeg"], ["user_name", "Ellen McManis"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.248902"], ["hashtag_id", 1], ["hashtaggable_id", 907], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.248902"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435888722526371840' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:29:04.000000"], ["text", "Great to see @BraveNewbies founder @Suecotero standing for election in CSM9. Love those guys #tweetfleet #eveonline"], ["tweet_id", "435888722526371840"], ["updated_at", "2014-02-22 11:46:04.254783"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.255918"], ["hashtag_id", 1], ["hashtaggable_id", 908], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.255918"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435888605337505792' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:28:36.000000"], ["text", "RT @porkbutte: Hey everbody! The Great Newb (BNI founder) and CSM 9 candidate @Suecotero is on twitter! You should follow him! #tweefleet #…"], ["tweet_id", "435888605337505792"], ["updated_at", "2014-02-22 11:46:04.262170"], ["user_handle", "Heimdall_EVEO"], ["user_id", "521419624"], ["user_image_url", "https://pbs.twimg.com/profile_images/431063143029407745/ROwmdpn1_normal.jpeg"], ["user_name", "Heimdallofasgard"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.263333"], ["hashtag_id", 1], ["hashtaggable_id", 909], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.263333"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435888249564045312' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:27:11.000000"], ["text", "RT @porkbutte: Hey everbody! The Great Newb (BNI founder) and CSM 9 candidate @Suecotero is on twitter! You should follow him! #tweefleet #…"], ["tweet_id", "435888249564045312"], ["updated_at", "2014-02-22 11:46:04.269639"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.270745"], ["hashtag_id", 1], ["hashtaggable_id", 910], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.270745"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435888130450030592' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:26:43.000000"], ["text", "RT @porkbutte: Hey everbody! The Great Newb (BNI founder) and CSM 9 candidate @Suecotero is on twitter! You should follow him! #tweefleet #…"], ["tweet_id", "435888130450030592"], ["updated_at", "2014-02-22 11:46:04.276708"], ["user_handle", "awanderingjon"], ["user_id", "246794034"], ["user_image_url", "https://pbs.twimg.com/profile_images/416928628232826881/qa6mBoOl_normal.jpeg"], ["user_name", "Mangala Solaris"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.277793"], ["hashtag_id", 1], ["hashtaggable_id", 911], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.277793"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435887966460735489' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:26:04.000000"], ["text", "RT @porkbutte: Hey everbody! The Great Newb (BNI founder) and CSM 9 candidate @Suecotero is on twitter! You should follow him! #tweefleet #…"], ["tweet_id", "435887966460735489"], ["updated_at", "2014-02-22 11:46:04.283595"], ["user_handle", "wittgenschtein"], ["user_id", "1959166670"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000753720368/1ef734a830007289ca4cae3221458bb4_normal.jpeg"], ["user_name", "WITTGENSTEIN"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.284619"], ["hashtag_id", 1], ["hashtaggable_id", 912], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.284619"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435887344181194752' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:23:35.000000"], ["text", "Hey everbody! The Great Newb (BNI founder) and CSM 9 candidate @Suecotero is on twitter! You should follow him! #tweefleet #eveonline"], ["tweet_id", "435887344181194752"], ["updated_at", "2014-02-22 11:46:04.291193"], ["user_handle", "porkbutte"], ["user_id", "1625727612"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000197254820/fb0f1905cab023490059beadbbe09106_normal.jpeg"], ["user_name", "Markonius Porkbutte"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.292322"], ["hashtag_id", 1], ["hashtaggable_id", 913], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.292322"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435886147299201024' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:18:50.000000"], ["text", "RT @TheMittani: Daww. Cute newbie's take on #eveonline http://t.co/PAtH7OaURp #tweetfleet"], ["tweet_id", "435886147299201024"], ["updated_at", "2014-02-22 11:46:04.298472"], ["user_handle", "DaiTengu"], ["user_id", "1593581"], ["user_image_url", "https://pbs.twimg.com/profile_images/1871552206/395187_10151177813575104_776220103_22576602_811951952_n_normal.jpg"], ["user_name", "DaiTengu"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.299631"], ["hashtag_id", 1], ["hashtaggable_id", 914], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.299631"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435885005152468992' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:14:18.000000"], ["text", "RT @TheMittani: Daww. Cute newbie's take on #eveonline http://t.co/PAtH7OaURp #tweetfleet"], ["tweet_id", "435885005152468992"], ["updated_at", "2014-02-22 11:46:04.305533"], ["user_handle", "Tacopilot"], ["user_id", "2274321044"], ["user_image_url", "https://pbs.twimg.com/profile_images/419057219586379777/PlnoMijT_normal.jpeg"], ["user_name", "Tac"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.306661"], ["hashtag_id", 1], ["hashtaggable_id", 915], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.306661"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435884827422625793' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:13:35.000000"], ["text", "RT @eve_kill: @squizzc is finally announcing his web based SkillQ monitor: http://t.co/xquje2CAOz #tweetfleet #eveonline"], ["tweet_id", "435884827422625793"], ["updated_at", "2014-02-22 11:46:04.313585"], ["user_handle", "valtrinor"], ["user_id", "220616100"], ["user_image_url", "https://pbs.twimg.com/profile_images/3564828445/d9d73078840304eb0f8e7fe877f38dc3_normal.jpeg"], ["user_name", "Valtrinor"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.314893"], ["hashtag_id", 1], ["hashtaggable_id", 916], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.314893"]]  (1.1ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435884457732878336' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:12:07.000000"], ["text", "RT @eve_kill: @squizzc is finally announcing his web based SkillQ monitor: http://t.co/xquje2CAOz #tweetfleet #eveonline"], ["tweet_id", "435884457732878336"], ["updated_at", "2014-02-22 11:46:04.321181"], ["user_handle", "RegnerBA"], ["user_id", "341742933"], ["user_image_url", "https://pbs.twimg.com/profile_images/2582247835/tfqh0ibk90j4w98wo90b_normal.jpeg"], ["user_name", "Regner Blok-Andersen"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.322256"], ["hashtag_id", 1], ["hashtaggable_id", 917], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.322256"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435884380897411072' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:11:49.000000"], ["text", "@squizzc is finally announcing his web based SkillQ monitor: http://t.co/xquje2CAOz #tweetfleet #eveonline"], ["tweet_id", "435884380897411072"], ["updated_at", "2014-02-22 11:46:04.328297"], ["user_handle", "eve_kill"], ["user_id", "375268066"], ["user_image_url", "https://pbs.twimg.com/profile_images/1547384154/Image_2011-09-17_at_10.28.31_PM_normal.png"], ["user_name", "EVE-KILL"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.329352"], ["hashtag_id", 1], ["hashtaggable_id", 918], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.329352"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435877515307917312' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 20:44:32.000000"], ["text", "#tweetfleet #eveonline Is it just me or has the \"Jita is full, would you like to go to these places\"-popup disappeared?"], ["tweet_id", "435877515307917312"], ["updated_at", "2014-02-22 11:46:04.334963"], ["user_handle", "EVE_Megarom"], ["user_id", "1355268204"], ["user_image_url", "https://pbs.twimg.com/profile_images/3527769808/767641f95dfc062a3ebfdedc99a20dfe_normal.jpeg"], ["user_name", "Megarom Stingscream"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.335991"], ["hashtag_id", 1], ["hashtaggable_id", 919], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.335991"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435876760929173504' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 20:41:32.000000"], ["text", "Dual Toon strategy in action - Toonbee is born... - http://t.co/qLkdV0hL1A #Eveonline #Tweetfleet"], ["tweet_id", "435876760929173504"], ["updated_at", "2014-02-22 11:46:04.342678"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.343821"], ["hashtag_id", 1], ["hashtaggable_id", 920], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.343821"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435876541697114112' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 20:40:40.000000"], ["text", "A Billion Isk Bomb in my head and the fuse is lit - http://t.co/pb10qcMkMI #Eveonline #Tweetfleet"], ["tweet_id", "435876541697114112"], ["updated_at", "2014-02-22 11:46:04.350140"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.351272"], ["hashtag_id", 1], ["hashtaggable_id", 921], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.351272"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435874346016309248' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 20:31:56.000000"], ["text", "Anyone know when we will be able the buy the Fan fest live stream and what goodies we are getting? #eveonline #tweetfleet #eveonlinefanfest"], ["tweet_id", "435874346016309248"], ["updated_at", "2014-02-22 11:46:04.359144"], ["user_handle", "CommissarKate"], ["user_id", "2349189458"], ["user_image_url", "https://pbs.twimg.com/profile_images/435638666178740225/vTH2Pn6h_normal.jpeg"], ["user_name", "Commissar Kate"]] SQL (0.3ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.361042"], ["hashtag_id", 1], ["hashtaggable_id", 922], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.361042"]]  (1.2ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435874092240347136' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 20:30:56.000000"], ["text", "RT @TheMittani: Daww. Cute newbie's take on #eveonline http://t.co/PAtH7OaURp #tweetfleet"], ["tweet_id", "435874092240347136"], ["updated_at", "2014-02-22 11:46:04.368403"], ["user_handle", "NotDirkSmacker"], ["user_id", "1525523365"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000007058465/0d5f04c3db8648d7bbabd6409d00eb51_normal.jpeg"], ["user_name", "NotDirkSmacker"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.369482"], ["hashtag_id", 1], ["hashtaggable_id", 923], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.369482"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435871297646895104' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 20:19:50.000000"], ["text", "RT @TheMittani: Daww. Cute newbie's take on #eveonline http://t.co/PAtH7OaURp #tweetfleet"], ["tweet_id", "435871297646895104"], ["updated_at", "2014-02-22 11:46:04.375117"], ["user_handle", "Voidscribbler"], ["user_id", "81587063"], ["user_image_url", "https://pbs.twimg.com/profile_images/430151754752081920/R7PAsN52_normal.jpeg"], ["user_name", "Vici"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.376189"], ["hashtag_id", 1], ["hashtaggable_id", 924], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.376189"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435870657780256768' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 20:17:17.000000"], ["text", "Daww. Cute newbie's take on #eveonline http://t.co/PAtH7OaURp #tweetfleet"], ["tweet_id", "435870657780256768"], ["updated_at", "2014-02-22 11:46:04.381910"], ["user_handle", "TheMittani"], ["user_id", "39600392"], ["user_image_url", "https://pbs.twimg.com/profile_images/301849563/yesmittensdid_normal.jpg"], ["user_name", "The Mittani"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.382968"], ["hashtag_id", 1], ["hashtaggable_id", 925], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.382968"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435867916131893251' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 20:06:23.000000"], ["text", "Sorry for the whiteness of zKB, apparently bs3.1.1 updated the colors it's been fixed. Ctrl-F5 your way to the blue! #tweetfleet #eveonline"], ["tweet_id", "435867916131893251"], ["updated_at", "2014-02-22 11:46:04.388974"], ["user_handle", "eve_kill"], ["user_id", "375268066"], ["user_image_url", "https://pbs.twimg.com/profile_images/1547384154/Image_2011-09-17_at_10.28.31_PM_normal.png"], ["user_name", "EVE-KILL"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.390006"], ["hashtag_id", 1], ["hashtaggable_id", 926], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.390006"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435866082461503488' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 19:59:06.000000"], ["text", "#tweetfleet Eve Valkyrie: Free To Play? http://t.co/9qJb6iTFME #Valkyrie #eveonline"], ["tweet_id", "435866082461503488"], ["updated_at", "2014-02-22 11:46:04.396902"], ["user_handle", "evenews24"], ["user_id", "167901620"], ["user_image_url", "https://pbs.twimg.com/profile_images/3132214338/1eb456e723b00ed80b9ed3b0d59d18ec_normal.png"], ["user_name", "EveNews24.com"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.398042"], ["hashtag_id", 1], ["hashtaggable_id", 927], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.398042"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435863139473559552' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 19:47:25.000000"], ["text", "\"The real reason I have 45 alts is to make it look like people follow me on twitter.\" #eveonline #tweetfleet"], ["tweet_id", "435863139473559552"], ["updated_at", "2014-02-22 11:46:04.403862"], ["user_handle", "spite_incarnate"], ["user_id", "1378772042"], ["user_image_url", "https://pbs.twimg.com/profile_images/3572208149/61df0a49c66c0c9e45e012b507f537d5_normal.jpeg"], ["user_name", "Spite Incarnate"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.404977"], ["hashtag_id", 1], ["hashtaggable_id", 928], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.404977"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435862189631475712' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 19:43:38.000000"], ["text", "My character is becoming too real. I don't even have an IRL twitter... #eveonline #tweetfleet"], ["tweet_id", "435862189631475712"], ["updated_at", "2014-02-22 11:46:04.410880"], ["user_handle", "spite_incarnate"], ["user_id", "1378772042"], ["user_image_url", "https://pbs.twimg.com/profile_images/3572208149/61df0a49c66c0c9e45e012b507f537d5_normal.jpeg"], ["user_name", "Spite Incarnate"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.411973"], ["hashtag_id", 1], ["hashtaggable_id", 929], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.411973"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435862111948771328' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 19:43:20.000000"], ["text", "Got my 30mil. Keeping track 2 days in a row. It takes 8 runs filling the ore bay completely. 25.5mins each run. Roughly 3.5hours. #EVEOnline"], ["tweet_id", "435862111948771328"], ["updated_at", "2014-02-22 11:46:04.417516"], ["user_handle", "redmarien"], ["user_id", "187031943"], ["user_image_url", "https://pbs.twimg.com/profile_images/417553499304382464/g0MWLRZ5_normal.png"], ["user_name", "uǝıɹɐɯpǝɹ"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.418554"], ["hashtag_id", 1], ["hashtaggable_id", 930], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.418554"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435861895623368705' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 19:42:28.000000"], ["text", "#tweetfleet #eveonline I blogged a thing: http://t.co/QCF93eIPHG"], ["tweet_id", "435861895623368705"], ["updated_at", "2014-02-22 11:46:04.424697"], ["user_handle", "SovWarsShalee"], ["user_id", "402802686"], ["user_image_url", "https://pbs.twimg.com/profile_images/3312274339/fa0f2118006bfa1bd5313370609a8414_normal.jpeg"], ["user_name", "Shalee Lianne"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.426037"], ["hashtag_id", 1], ["hashtaggable_id", 931], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.426037"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435860900470214656' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 19:38:31.000000"], ["text", "RT @talus_veran: Toronto #EveOnline Player Meet this Friday Feb 21st 8pm @ The 3 Brewers - Top Belt (floor) #tweetfleet https://t.co/N9ZeV…"], ["tweet_id", "435860900470214656"], ["updated_at", "2014-02-22 11:46:04.433082"], ["user_handle", "Cookie_Stein"], ["user_id", "532233341"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000630421621/02b72780c34fff83b144af788032260c_normal.jpeg"], ["user_name", "CookieStein"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.434241"], ["hashtag_id", 1], ["hashtaggable_id", 932], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.434241"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435860094194966528' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 19:35:19.000000"], ["text", "CS Tip of the day: Margin Trading is a skill in #EveOnline If it looks too good to be true, it very may well be! https://t.co/MxByNV96pN"], ["tweet_id", "435860094194966528"], ["updated_at", "2014-02-22 11:46:04.440575"], ["user_handle", "CCP_Help"], ["user_id", "2230427473"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000829762764/267e79ea2b7a81ff23fc888a998cd1e9_normal.png"], ["user_name", "CCP Customer Service"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.441821"], ["hashtag_id", 1], ["hashtaggable_id", 933], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.441821"]]  (10.2ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435859088954896384' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 19:31:19.000000"], ["text", "RT @JonnyPew: How to Fit a Cerberus for High-Sec Combat Exploration sites http://t.co/uv5yJXd2fz #tweetfleet #eveonline"], ["tweet_id", "435859088954896384"], ["updated_at", "2014-02-22 11:46:04.458066"], ["user_handle", "KHParan"], ["user_id", "1406148480"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000547995172/f3c595a3a2a2766d2325b2290ef918b0_normal.jpeg"], ["user_name", "Koryk Hellian Paran"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.459362"], ["hashtag_id", 1], ["hashtaggable_id", 934], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.459362"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435855228089298944' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 19:15:58.000000"], ["text", "How to Fit a Cerberus for High-Sec Combat Exploration sites http://t.co/uv5yJXd2fz #tweetfleet #eveonline"], ["tweet_id", "435855228089298944"], ["updated_at", "2014-02-22 11:46:04.465132"], ["user_handle", "JonnyPew"], ["user_id", "278153776"], ["user_image_url", "https://pbs.twimg.com/profile_images/427833988766388224/oMIKp11N_normal.png"], ["user_name", "JonnyPew"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.466204"], ["hashtag_id", 1], ["hashtaggable_id", 935], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.466204"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435847290327019520' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 18:44:26.000000"], ["text", "#EveOnline has really shitty customer support, can't use the trial, won't be bothering playing it after that ends."], ["tweet_id", "435847290327019520"], ["updated_at", "2014-02-22 11:46:04.471861"], ["user_handle", "TheOldPSGamer"], ["user_id", "2268089070"], ["user_image_url", "https://pbs.twimg.com/profile_images/417456105774526465/k-RKvLwC_normal.jpeg"], ["user_name", "TheOldPSGamer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.472911"], ["hashtag_id", 1], ["hashtaggable_id", 936], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.472911"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435842008121614336' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 18:23:26.000000"], ["text", "Should I really have joined a new player friendly corporation? - http://t.co/np6pIETHDx #Eveonline #Tweetfleet"], ["tweet_id", "435842008121614336"], ["updated_at", "2014-02-22 11:46:04.480250"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.481722"], ["hashtag_id", 1], ["hashtaggable_id", 937], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.481722"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435841999854637056' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 18:23:24.000000"], ["text", "First forays....and dying quickly - http://t.co/uTmkGL3iGc #Eveonline #Tweetfleet"], ["tweet_id", "435841999854637056"], ["updated_at", "2014-02-22 11:46:04.487997"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.489035"], ["hashtag_id", 1], ["hashtaggable_id", 938], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.489035"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435840507156385792' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 18:17:29.000000"], ["text", "RT @fcoblanco: WALLTREIPERS ALLIANCE: http://t.co/rGSFRL1R5y #eveonline #enrolate"], ["tweet_id", "435840507156385792"], ["updated_at", "2014-02-22 11:46:04.495463"], ["user_handle", "eveinspanish"], ["user_id", "709524383"], ["user_image_url", "https://pbs.twimg.com/profile_images/435838954730815489/fcLVgaYi_normal.png"], ["user_name", "Jonah Fox"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.496606"], ["hashtag_id", 1], ["hashtaggable_id", 939], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.496606"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435840406811840512' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 18:17:05.000000"], ["text", "RT @SindelPellion: I WANT ONE OF THESE!!!!! http://t.co/D4KSM7X8su #tweetfleet #eveonline"], ["tweet_id", "435840406811840512"], ["updated_at", "2014-02-22 11:46:04.502490"], ["user_handle", "edmkone1"], ["user_id", "2333983615"], ["user_image_url", "https://pbs.twimg.com/profile_images/432372279322738690/mdXPLPN7_normal.png"], ["user_name", "Edmark1"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.504350"], ["hashtag_id", 1], ["hashtaggable_id", 940], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.504350"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435836465516670976' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 18:01:25.000000"], ["text", "Perfect Ten: MMO features that were hyped but never delivered http://t.co/vqN3Fyk7NP #EVEOnline"], ["tweet_id", "435836465516670976"], ["updated_at", "2014-02-22 11:46:04.511514"], ["user_handle", "ActiveNick"], ["user_id", "17628085"], ["user_image_url", "https://pbs.twimg.com/profile_images/428204683606257666/0MnVVjKR_normal.jpeg"], ["user_name", "Nick Landry"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.512725"], ["hashtag_id", 1], ["hashtaggable_id", 941], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.512725"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435835751788326912' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 17:58:35.000000"], ["text", "#eveonline Eve News: EVE Online: Rubicon 1.2 successfully deployed on Feb 18, 2014 http://t.co/Rs6SzaR3NS #tweetfleet"], ["tweet_id", "435835751788326912"], ["updated_at", "2014-02-22 11:46:04.519119"], ["user_handle", "GRN_EveRadio"], ["user_id", "289385883"], ["user_image_url", "https://pbs.twimg.com/profile_images/1330348287/50295_327682907856_328_q_normal.jpg"], ["user_name", "Eve Radio"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.520382"], ["hashtag_id", 1], ["hashtaggable_id", 942], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.520382"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435834793075695616' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 17:54:46.000000"], ["text", "RT @ActiveNick: EVE Online, now in text adventure form http://t.co/mipGje332K #EVEOnline"], ["tweet_id", "435834793075695616"], ["updated_at", "2014-02-22 11:46:04.527411"], ["user_handle", "Freebooted"], ["user_id", "95161315"], ["user_image_url", "https://pbs.twimg.com/profile_images/422334926986678272/Ys85l8sm_normal.jpeg"], ["user_name", "Mat Westhorpe"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.529061"], ["hashtag_id", 1], ["hashtaggable_id", 943], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.529061"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435834133835964416' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 17:52:09.000000"], ["text", "RT @EveOnline: Featured Fansite: EVE-Radio https://t.co/Nb24rOa3pW #eveonline #tweetfleet"], ["tweet_id", "435834133835964416"], ["updated_at", "2014-02-22 11:46:04.536241"], ["user_handle", "vashts6583"], ["user_id", "1159851638"], ["user_image_url", "https://pbs.twimg.com/profile_images/432192998303354881/_63fEqBD_normal.jpeg"], ["user_name", "Rob Metzger"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.537389"], ["hashtag_id", 1], ["hashtaggable_id", 944], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.537389"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435834016097656833' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 17:51:41.000000"], ["text", "RT @SindelPellion: I WANT ONE OF THESE!!!!! http://t.co/D4KSM7X8su #tweetfleet #eveonline"], ["tweet_id", "435834016097656833"], ["updated_at", "2014-02-22 11:46:04.543850"], ["user_handle", "RixxJavix"], ["user_id", "315868674"], ["user_image_url", "https://pbs.twimg.com/profile_images/3655229394/1487dc41b39a3a1b6827984dc95072ea_normal.jpeg"], ["user_name", "Rixx Javix"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.545284"], ["hashtag_id", 1], ["hashtaggable_id", 945], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.545284"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435833925878181889' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 17:51:20.000000"], ["text", "RT @EveOnline: Featured Fansite: EVE-Radio https://t.co/Nb24rOa3pW #eveonline #tweetfleet"], ["tweet_id", "435833925878181889"], ["updated_at", "2014-02-22 11:46:04.551226"], ["user_handle", "CCP_Merovingian"], ["user_id", "310084160"], ["user_image_url", "https://pbs.twimg.com/profile_images/431064178577510400/1KF_psK5_normal.jpeg"], ["user_name", "CCP_Merovingian"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.552311"], ["hashtag_id", 1], ["hashtaggable_id", 946], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.552311"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435833439175344128' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 17:49:23.000000"], ["text", "RT @EveOnline: Featured Fansite: EVE-Radio https://t.co/Nb24rOa3pW #eveonline #tweetfleet"], ["tweet_id", "435833439175344128"], ["updated_at", "2014-02-22 11:46:04.558318"], ["user_handle", "WigglesGRN"], ["user_id", "206382332"], ["user_image_url", "https://pbs.twimg.com/profile_images/423394007625236480/tTzcnHbg_normal.jpeg"], ["user_name", "Jody Farenden"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.559505"], ["hashtag_id", 1], ["hashtaggable_id", 947], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.559505"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435833374683705345' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 17:49:08.000000"], ["text", "I WANT ONE OF THESE!!!!! http://t.co/D4KSM7X8su #tweetfleet #eveonline"], ["tweet_id", "435833374683705345"], ["updated_at", "2014-02-22 11:46:04.565555"], ["user_handle", "SindelPellion"], ["user_id", "369212738"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000468603357/c28ad1c74f298ee654ad02467cf680c5_normal.png"], ["user_name", "Sindel Pellion"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.566596"], ["hashtag_id", 1], ["hashtaggable_id", 948], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.566596"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435833218722328576' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 17:48:31.000000"], ["text", "After careful consideration and drunken reflection, I've decided I'm not running for CSM again this year #tweetfleet #eveonline So there"], ["tweet_id", "435833218722328576"], ["updated_at", "2014-02-22 11:46:04.572335"], ["user_handle", "RixxJavix"], ["user_id", "315868674"], ["user_image_url", "https://pbs.twimg.com/profile_images/3655229394/1487dc41b39a3a1b6827984dc95072ea_normal.jpeg"], ["user_name", "Rixx Javix"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.573400"], ["hashtag_id", 1], ["hashtaggable_id", 949], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.573400"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435833210522836992' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 17:48:29.000000"], ["text", "RT @EveOnline: Featured Fansite: EVE-Radio https://t.co/Nb24rOa3pW #eveonline #tweetfleet"], ["tweet_id", "435833210522836992"], ["updated_at", "2014-02-22 11:46:04.657107"], ["user_handle", "Alphax45"], ["user_id", "26377490"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000765850267/1d9ec24bb07d7be26d102e3bb828ba40_normal.jpeg"], ["user_name", "Kyle Alfred"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.658250"], ["hashtag_id", 1], ["hashtaggable_id", 950], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.658250"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435831590787104769' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 17:42:03.000000"], ["text", "@GRN_EveRadio #everadio RT @EveOnline: Featured Fansite: EVE-Radio https://t.co/gP0uqpHpM8 #eveonline #tweetfleet"], ["tweet_id", "435831590787104769"], ["updated_at", "2014-02-22 11:46:04.664134"], ["user_handle", "GRNRiggs"], ["user_id", "1482668131"], ["user_image_url", "https://pbs.twimg.com/profile_images/3762498896/2dc7d6f040b1bcf16b79c911ff7e2622_normal.jpeg"], ["user_name", "Riggs"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.665171"], ["hashtag_id", 1], ["hashtaggable_id", 951], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.665171"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435830886006005761' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 17:39:15.000000"], ["text", "Featured Fansite: EVE-Radio https://t.co/Nb24rOa3pW #eveonline #tweetfleet"], ["tweet_id", "435830886006005761"], ["updated_at", "2014-02-22 11:46:04.670940"], ["user_handle", "EveOnline"], ["user_id", "121999927"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000735651808/0e7b3263b081669af039d3f682504aa0_normal.jpeg"], ["user_name", "EVE Online"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.672005"], ["hashtag_id", 1], ["hashtaggable_id", 952], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.672005"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435829621960224768' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 17:34:13.000000"], ["text", "Dank einem Arschloch der sich nicht an 2 #eveonline regeln halten konnte, muss ich nun den #hardresetreset Stream verlassen."], ["tweet_id", "435829621960224768"], ["updated_at", "2014-02-22 11:46:04.677722"], ["user_handle", "Yukijama"], ["user_id", "32438693"], ["user_image_url", "https://pbs.twimg.com/profile_images/2993766182/dee5bba97df4f96f244138fe8bb91d79_normal.jpeg"], ["user_name", "Yukijama"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.678745"], ["hashtag_id", 1], ["hashtaggable_id", 953], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.678745"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435827008262512640' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 17:23:50.000000"], ["text", "RT @ActiveNick: EVE Online, now in text adventure form http://t.co/mipGje332K #EVEOnline"], ["tweet_id", "435827008262512640"], ["updated_at", "2014-02-22 11:46:04.684422"], ["user_handle", "gamerchick42"], ["user_id", "249491431"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000630166476/39ac5b65bde31ccd23863c2c2ee6c4ba_normal.jpeg"], ["user_name", "Susan Black"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.685499"], ["hashtag_id", 1], ["hashtaggable_id", 954], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.685499"]]  (1.1ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435826319990226944' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 17:21:06.000000"], ["text", "EVE Evolved: The top five most dangerous solar systems http://t.co/RNrro5z5ia #EVEOnline"], ["tweet_id", "435826319990226944"], ["updated_at", "2014-02-22 11:46:04.691631"], ["user_handle", "ActiveNick"], ["user_id", "17628085"], ["user_image_url", "https://pbs.twimg.com/profile_images/428204683606257666/0MnVVjKR_normal.jpeg"], ["user_name", "Nick Landry"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.693295"], ["hashtag_id", 1], ["hashtaggable_id", 955], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.693295"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435824804109635584' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 17:15:05.000000"], ["text", "RT @erlendur: EVE: \"online interaction on a civilized level\" - http://t.co/GQwphZ06tP #tweetfleet #eveonline"], ["tweet_id", "435824804109635584"], ["updated_at", "2014-02-22 11:46:04.699588"], ["user_handle", "hunanladdiad"], ["user_id", "66087141"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000152170548/22b1292c7fd21b8440ed2b9382a2b2bd_normal.jpeg"], ["user_name", "Braellain"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.700748"], ["hashtag_id", 1], ["hashtaggable_id", 956], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.700748"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435823660889169920' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 17:10:32.000000"], ["text", "Mehr niveau als bei #RTL und genau so spannend! http://t.co/HMoEUwP8Ap\n#eveonline #tweetfleet Gascloud Harvesting, #German"], ["tweet_id", "435823660889169920"], ["updated_at", "2014-02-22 11:46:04.706743"], ["user_handle", "KendziGE"], ["user_id", "1005070512"], ["user_image_url", "https://pbs.twimg.com/profile_images/435843124393304064/_cLlLIV0_normal.jpeg"], ["user_name", "KendziGE"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.707907"], ["hashtag_id", 1], ["hashtaggable_id", 957], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.707907"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435823486544527360' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 17:09:51.000000"], ["text", "RT @ActiveNick: EVE Online, now in text adventure form http://t.co/mipGje332K #EVEOnline"], ["tweet_id", "435823486544527360"], ["updated_at", "2014-02-22 11:46:04.714036"], ["user_handle", "RixxJavix"], ["user_id", "315868674"], ["user_image_url", "https://pbs.twimg.com/profile_images/3655229394/1487dc41b39a3a1b6827984dc95072ea_normal.jpeg"], ["user_name", "Rixx Javix"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.715093"], ["hashtag_id", 1], ["hashtaggable_id", 958], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.715093"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435823051033559040' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 17:08:07.000000"], ["text", "EVE Online, now in text adventure form http://t.co/mipGje332K #EVEOnline"], ["tweet_id", "435823051033559040"], ["updated_at", "2014-02-22 11:46:04.720790"], ["user_handle", "ActiveNick"], ["user_id", "17628085"], ["user_image_url", "https://pbs.twimg.com/profile_images/428204683606257666/0MnVVjKR_normal.jpeg"], ["user_name", "Nick Landry"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.721805"], ["hashtag_id", 1], ["hashtaggable_id", 959], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.721805"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435822462068985857' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 17:05:46.000000"], ["text", "RT @RixxJavix: NEW Post: Yesterday's Pew http://t.co/B2QKHVjyx1 #tweetfleet #eveonline A day in the life of your friendly neighborhood pira…"], ["tweet_id", "435822462068985857"], ["updated_at", "2014-02-22 11:46:04.729451"], ["user_handle", "DunmerOrion"], ["user_id", "222191507"], ["user_image_url", "https://pbs.twimg.com/profile_images/1256779874/DO_1750155233_256_normal.jpg"], ["user_name", "Dunmer Orion"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.731298"], ["hashtag_id", 1], ["hashtaggable_id", 960], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.731298"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435818786693062656' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 16:51:10.000000"], ["text", "EVE Online graph shows connection between production and destruction http://t.co/VydEmA1y1Y #EVEOnline"], ["tweet_id", "435818786693062656"], ["updated_at", "2014-02-22 11:46:04.738688"], ["user_handle", "ActiveNick"], ["user_id", "17628085"], ["user_image_url", "https://pbs.twimg.com/profile_images/428204683606257666/0MnVVjKR_normal.jpeg"], ["user_name", "Nick Landry"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.739906"], ["hashtag_id", 1], ["hashtaggable_id", 961], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.739906"]]  (1.5ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435816591658610688' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 16:42:27.000000"], ["text", "RT @evenews24: #tweetfleet DUST Mercs: EVE Sitdown – TEST Alliance Talks DUST http://t.co/CCDzrZKTnk #Articles #eveonline"], ["tweet_id", "435816591658610688"], ["updated_at", "2014-02-22 11:46:04.747137"], ["user_handle", "NewEdenGNN"], ["user_id", "416489288"], ["user_image_url", "https://pbs.twimg.com/profile_images/1647215717/99_normal.jpg"], ["user_name", "GNN"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.748274"], ["hashtag_id", 1], ["hashtaggable_id", 962], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.748274"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435814439431180288' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 16:33:54.000000"], ["text", "I got the itch for #eveonline again what have I done! On the bright side my characters will be on the monument now."], ["tweet_id", "435814439431180288"], ["updated_at", "2014-02-22 11:46:04.756193"], ["user_handle", "CavalierDitch"], ["user_id", "2220551471"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000863491634/a1I8Xs-p_normal.jpeg"], ["user_name", "Cavalier Ditch"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.757779"], ["hashtag_id", 1], ["hashtaggable_id", 963], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.757779"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435811042086490113' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 16:20:24.000000"], ["text", "I haven't been feeling the twitter verse these last few days, been chillin' tbh #tweetfleet #eveonline"], ["tweet_id", "435811042086490113"], ["updated_at", "2014-02-22 11:46:04.764204"], ["user_handle", "RixxJavix"], ["user_id", "315868674"], ["user_image_url", "https://pbs.twimg.com/profile_images/3655229394/1487dc41b39a3a1b6827984dc95072ea_normal.jpeg"], ["user_name", "Rixx Javix"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.765290"], ["hashtag_id", 1], ["hashtaggable_id", 964], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.765290"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435808072464756736' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 16:08:36.000000"], ["text", "I've noticed a distinct lack of AFK streaming recently. This pleases me. #eveonline #tweetfleet"], ["tweet_id", "435808072464756736"], ["updated_at", "2014-02-22 11:46:04.771167"], ["user_handle", "EVE_Biohazard"], ["user_id", "1648333483"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000246182247/94643a3a0e1b0a177002cd4c8ec23b25_normal.jpeg"], ["user_name", "Biohazard"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.772191"], ["hashtag_id", 1], ["hashtaggable_id", 965], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.772191"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435804512545017856' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 15:54:27.000000"], ["text", "RT @Niden_GMVA: Grr FW farmers, WCS & cloaks? This is for you: http://t.co/PloEgEGWCf #tweetfleet #eveonline"], ["tweet_id", "435804512545017856"], ["updated_at", "2014-02-22 11:46:04.779079"], ["user_handle", "Protovarious"], ["user_id", "1733482842"], ["user_image_url", "https://pbs.twimg.com/profile_images/417928543499079680/gKvvRpkj_normal.jpeg"], ["user_name", "Protovarious"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.780650"], ["hashtag_id", 1], ["hashtaggable_id", 966], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.780650"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435803867121344513' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 15:51:53.000000"], ["text", "Applying to a nullsec corp in #eveonline is an event :) #tweetfleet #firsttime"], ["tweet_id", "435803867121344513"], ["updated_at", "2014-02-22 11:46:04.787356"], ["user_handle", "Alphax45"], ["user_id", "26377490"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000765850267/1d9ec24bb07d7be26d102e3bb828ba40_normal.jpeg"], ["user_name", "Kyle Alfred"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.788482"], ["hashtag_id", 1], ["hashtaggable_id", 967], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.788482"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435801316699680768' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 15:41:45.000000"], ["text", "CSM9 is hotting up! #CSM #eveonline #tweetfleet #csmmattersdammit"], ["tweet_id", "435801316699680768"], ["updated_at", "2014-02-22 11:46:04.794480"], ["user_handle", "TiberiusMurderh"], ["user_id", "125919636"], ["user_image_url", "https://pbs.twimg.com/profile_images/1252290182/1921397243_256_normal.jpg"], ["user_name", "Tiberius Murderhorne"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.795574"], ["hashtag_id", 1], ["hashtaggable_id", 968], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.795574"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435800861181501440' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 15:39:56.000000"], ["text", "First foraging and learning not to trust anything; ever! - http://t.co/OJKmt5kqcq #Eveonline #Tweetfleet"], ["tweet_id", "435800861181501440"], ["updated_at", "2014-02-22 11:46:04.802596"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.803855"], ["hashtag_id", 1], ["hashtaggable_id", 969], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.803855"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435800814113017857' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 15:39:45.000000"], ["text", "Whilst still dazed...how to build a strategy to stay alive with no skills - http://t.co/Z19APujRk1 #Eveonline #Tweetfleet"], ["tweet_id", "435800814113017857"], ["updated_at", "2014-02-22 11:46:04.809912"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.811023"], ["hashtag_id", 1], ["hashtaggable_id", 970], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.811023"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435800135403315200' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 15:37:03.000000"], ["text", "CCP plans monument to EVE Online players in Iceland http://t.co/JktoGPexQs #EVEOnline"], ["tweet_id", "435800135403315200"], ["updated_at", "2014-02-22 11:46:04.817337"], ["user_handle", "ActiveNick"], ["user_id", "17628085"], ["user_image_url", "https://pbs.twimg.com/profile_images/428204683606257666/0MnVVjKR_normal.jpeg"], ["user_name", "Nick Landry"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.818443"], ["hashtag_id", 1], ["hashtaggable_id", 971], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.818443"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435799169308327936' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 15:33:13.000000"], ["text", "RT @erlendur: EVE: \"online interaction on a civilized level\" - http://t.co/GQwphZ06tP #tweetfleet #eveonline"], ["tweet_id", "435799169308327936"], ["updated_at", "2014-02-22 11:46:04.824326"], ["user_handle", "meheleventyone"], ["user_id", "14733638"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000229674630/4e39a1131b028d242e98355ff879d6e8_normal.jpeg"], ["user_name", "Charles Palmer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.825496"], ["hashtag_id", 1], ["hashtaggable_id", 972], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.825496"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435797733752856576' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 15:27:31.000000"], ["text", "Залетает какой-то чел к нам в систему, и говорит: \"Короч, съезжайте, теперь мы тут будем жить\" #EVEonline"], ["tweet_id", "435797733752856576"], ["updated_at", "2014-02-22 11:46:04.831526"], ["user_handle", "PiFace"], ["user_id", "56636556"], ["user_image_url", "https://pbs.twimg.com/profile_images/1141395887/ava_73_73_normal.png"], ["user_name", "Pi.Face"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.832548"], ["hashtag_id", 1], ["hashtaggable_id", 973], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.832548"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435797402583592960' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 15:26:12.000000"], ["text", "Brilliant news. @mynnna_eve has been a great CSM8 delegate so I am delighted he is re-standing for CSM9 #tweetfleet #eveonline"], ["tweet_id", "435797402583592960"], ["updated_at", "2014-02-22 11:46:04.838498"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.839560"], ["hashtag_id", 1], ["hashtaggable_id", 974], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.839560"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435796507279646720' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 15:22:38.000000"], ["text", "#tweetfleet DUST Mercs: EVE Sitdown – TEST Alliance Talks DUST http://t.co/CCDzrZKTnk #Articles #eveonline"], ["tweet_id", "435796507279646720"], ["updated_at", "2014-02-22 11:46:04.847483"], ["user_handle", "evenews24"], ["user_id", "167901620"], ["user_image_url", "https://pbs.twimg.com/profile_images/3132214338/1eb456e723b00ed80b9ed3b0d59d18ec_normal.png"], ["user_name", "EveNews24.com"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.849211"], ["hashtag_id", 1], ["hashtaggable_id", 975], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.849211"]]  (1.3ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435795788820905984' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 15:19:47.000000"], ["text", "RT @CCP_Merovingian: “@erlendur: EVE: \"online interaction on a civilized level\" - http://t.co/Al3XmbrhlB #tweetfleet #eveonline” / I love t…"], ["tweet_id", "435795788820905984"], ["updated_at", "2014-02-22 11:46:04.856248"], ["user_handle", "CCP_Goliath"], ["user_id", "532274904"], ["user_image_url", "https://pbs.twimg.com/profile_images/1922543508/270645_10150706471710720_766405719_19370926_7950089_n_normal.jpg"], ["user_name", "CCP Goliath"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.857318"], ["hashtag_id", 1], ["hashtaggable_id", 976], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.857318"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435795692528107520' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 15:19:24.000000"], ["text", "“@erlendur: EVE: \"online interaction on a civilized level\" - http://t.co/Al3XmbrhlB #tweetfleet #eveonline” / I love this!"], ["tweet_id", "435795692528107520"], ["updated_at", "2014-02-22 11:46:04.864102"], ["user_handle", "CCP_Merovingian"], ["user_id", "310084160"], ["user_image_url", "https://pbs.twimg.com/profile_images/431064178577510400/1KF_psK5_normal.jpeg"], ["user_name", "CCP_Merovingian"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.865290"], ["hashtag_id", 1], ["hashtaggable_id", 977], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.865290"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435793721595277313' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 15:11:34.000000"], ["text", "RT @SunSeer: Great new #EveOnline track “The Kill” from @Ansbjerg. Also check out the rest of his EVE tunes while you’re at it. http://t.co…"], ["tweet_id", "435793721595277313"], ["updated_at", "2014-02-22 11:46:04.871363"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.872474"], ["hashtag_id", 1], ["hashtaggable_id", 978], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.872474"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435791758581325824' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 15:03:46.000000"], ["text", "Great new #EveOnline track “The Kill” from @Ansbjerg. Also check out the rest of his EVE tunes while you’re at it. http://t.co/27de0HhNtC"], ["tweet_id", "435791758581325824"], ["updated_at", "2014-02-22 11:46:04.878585"], ["user_handle", "SunSeer"], ["user_id", "94836691"], ["user_image_url", "https://pbs.twimg.com/profile_images/431074538034831360/LDOD1jBt_normal.jpeg"], ["user_name", "Sun Seer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.879675"], ["hashtag_id", 1], ["hashtaggable_id", 979], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.879675"]]  (1.6ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435790685611261952' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 14:59:30.000000"], ["text", "RT @Jeg_Elsker: So Niden has a little piece on farming ISK in low sec - go check it out! http://t.co/DYLGrjACMA #tweetfleet #eveonline #cz"], ["tweet_id", "435790685611261952"], ["updated_at", "2014-02-22 11:46:04.886500"], ["user_handle", "RVikary"], ["user_id", "1880864420"], ["user_image_url", "https://pbs.twimg.com/profile_images/422782435403649024/2tJS84KE_normal.jpeg"], ["user_name", "Rodrik Vikary"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.887584"], ["hashtag_id", 1], ["hashtaggable_id", 980], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.887584"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435789605670232064' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 14:55:13.000000"], ["text", "#machariel #pvp #eve #rensmoon8 #eveonline #solo #ship #battleship #game #fan http://t.co/6itDzlP9O0"], ["tweet_id", "435789605670232064"], ["updated_at", "2014-02-22 11:46:04.893969"], ["user_handle", "DjAcmo"], ["user_id", "1029418976"], ["user_image_url", "https://pbs.twimg.com/profile_images/3234671757/2a01842098c2e1e815c23e828e032efc_normal.jpeg"], ["user_name", "Nic Dj Acmo Trybach"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.895458"], ["hashtag_id", 1], ["hashtaggable_id", 981], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.895458"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435788623649054720' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 14:51:19.000000"], ["text", "NEW Post: Yesterday's Pew http://t.co/B2QKHVjyx1 #tweetfleet #eveonline A day in the life of your friendly neighborhood pirate"], ["tweet_id", "435788623649054720"], ["updated_at", "2014-02-22 11:46:04.902563"], ["user_handle", "RixxJavix"], ["user_id", "315868674"], ["user_image_url", "https://pbs.twimg.com/profile_images/3655229394/1487dc41b39a3a1b6827984dc95072ea_normal.jpeg"], ["user_name", "Rixx Javix"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.903677"], ["hashtag_id", 1], ["hashtaggable_id", 982], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.903677"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435786643933777920' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 14:43:27.000000"], ["text", "My #eveonline birthday is in six days! Sindel's going to be three. Awwwww! #tweetfleet"], ["tweet_id", "435786643933777920"], ["updated_at", "2014-02-22 11:46:04.909507"], ["user_handle", "SindelPellion"], ["user_id", "369212738"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000468603357/c28ad1c74f298ee654ad02467cf680c5_normal.png"], ["user_name", "Sindel Pellion"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.911033"], ["hashtag_id", 1], ["hashtaggable_id", 983], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.911033"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435785518555488256' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 14:38:59.000000"], ["image_url", "https://pbs.twimg.com/media/Bgw4nsgCYAAxsnd.png"], ["text", "Me and my girls. #eveonline #tweetfleet http://t.co/ojdjQCLWfI"], ["tweet_id", "435785518555488256"], ["updated_at", "2014-02-22 11:46:04.918162"], ["user_handle", "CommissarKate"], ["user_id", "2349189458"], ["user_image_url", "https://pbs.twimg.com/profile_images/435638666178740225/vTH2Pn6h_normal.jpeg"], ["user_name", "Commissar Kate"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.919317"], ["hashtag_id", 1], ["hashtaggable_id", 984], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.919317"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435785174589374464' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 14:37:36.000000"], ["text", "Cap ship wrecks appearing more often nowadays http://t.co/9JLRQwUJuz #eveonline #tweetfleet"], ["tweet_id", "435785174589374464"], ["updated_at", "2014-02-22 11:46:04.925173"], ["user_handle", "EveOnline"], ["user_id", "121999927"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000735651808/0e7b3263b081669af039d3f682504aa0_normal.jpeg"], ["user_name", "EVE Online"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.926293"], ["hashtag_id", 1], ["hashtaggable_id", 985], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.926293"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435784968686428160' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 14:36:47.000000"], ["text", "RT @erlendur: EVE: \"online interaction on a civilized level\" - http://t.co/GQwphZ06tP #tweetfleet #eveonline"], ["tweet_id", "435784968686428160"], ["updated_at", "2014-02-22 11:46:04.932572"], ["user_handle", "Logix42"], ["user_id", "293511507"], ["user_image_url", "https://pbs.twimg.com/profile_images/2179684096/90169627_512_normal.jpg"], ["user_name", "Logix42"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.933626"], ["hashtag_id", 1], ["hashtaggable_id", 986], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.933626"]]  (4.4ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435784365058969602' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 14:34:24.000000"], ["image_url", "https://pbs.twimg.com/media/Bgw3kjbCUAAoEIl.jpg"], ["text", "A new ship has undocked from the oven! #eveonline #tweetfleet #incursus #gallente #ccp http://t.co/AoriPMNmz6"], ["tweet_id", "435784365058969602"], ["updated_at", "2014-02-22 11:46:04.946900"], ["user_handle", "Sternwulf"], ["user_id", "485048179"], ["user_image_url", "https://pbs.twimg.com/profile_images/1809044671/avatar_normal.jpg"], ["user_name", "Sofie Ljungstrumpa"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.949008"], ["hashtag_id", 1], ["hashtaggable_id", 987], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.949008"]]  (1.1ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435779611255795712' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (5.6ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 14:15:30.000000"], ["text", "Grr FW farmers, WCS & cloaks? This is for you: http://t.co/PloEgEGWCf #tweetfleet #eveonline"], ["tweet_id", "435779611255795712"], ["updated_at", "2014-02-22 11:46:04.956200"], ["user_handle", "Niden_GMVA"], ["user_id", "1580099118"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000862103700/NzB6zksd_normal.jpeg"], ["user_name", "Niden"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.966692"], ["hashtag_id", 1], ["hashtaggable_id", 988], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.966692"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435776578153631744' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 14:03:27.000000"], ["text", "RT @CCP_Shadowcat: Es gibt viel zu tun! Im dritten Teil meines #eveonline Anfänger-Blogs fliege ich meine ersten Missionen: http://t.co/RtC…"], ["tweet_id", "435776578153631744"], ["updated_at", "2014-02-22 11:46:04.974230"], ["user_handle", "franeu2118"], ["user_id", "563534426"], ["user_image_url", "https://pbs.twimg.com/profile_images/2169390073/image_normal.jpg"], ["user_name", "Franz Neumüller"]] SQL (0.3ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.976116"], ["hashtag_id", 1], ["hashtaggable_id", 989], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.976116"]]  (3.2ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435775291630567424' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 13:58:20.000000"], ["text", "#eve #eveonline #pve #solo #ship #battleship #game #machariel http://t.co/IizxAq19Pz"], ["tweet_id", "435775291630567424"], ["updated_at", "2014-02-22 11:46:04.985986"], ["user_handle", "DjAcmo"], ["user_id", "1029418976"], ["user_image_url", "https://pbs.twimg.com/profile_images/3234671757/2a01842098c2e1e815c23e828e032efc_normal.jpeg"], ["user_name", "Nic Dj Acmo Trybach"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.987290"], ["hashtag_id", 1], ["hashtaggable_id", 990], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.987290"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435772887761715200' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 13:48:47.000000"], ["text", "RT @CCP_Shadowcat: Es gibt viel zu tun! Im dritten Teil meines #eveonline Anfänger-Blogs fliege ich meine ersten Missionen: http://t.co/RtC…"], ["tweet_id", "435772887761715200"], ["updated_at", "2014-02-22 11:46:04.994395"], ["user_handle", "eXeler0n"], ["user_id", "263851972"], ["user_image_url", "https://pbs.twimg.com/profile_images/2582287688/2uvg5n0l70waq54d6q7g_normal.png"], ["user_name", "eXeler0n"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:04.996026"], ["hashtag_id", 1], ["hashtaggable_id", 991], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:04.996026"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435772552535740416' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 13:47:27.000000"], ["text", "Stuff needs to be done! I'm on my first missions in part 3 of my German #eveonline blog for beginners: http://t.co/RtCbLVNxRQ #tweetfleet"], ["tweet_id", "435772552535740416"], ["updated_at", "2014-02-22 11:46:05.003743"], ["user_handle", "CCP_Shadowcat"], ["user_id", "2315803597"], ["user_image_url", "https://pbs.twimg.com/profile_images/428213247536136192/hsUpEVV4_normal.png"], ["user_name", "CCP Shadowcat"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:05.004984"], ["hashtag_id", 1], ["hashtaggable_id", 992], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:05.004984"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435772183810293760' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.6ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 13:45:59.000000"], ["text", "Es gibt viel zu tun! Im dritten Teil meines #eveonline Anfänger-Blogs fliege ich meine ersten Missionen: http://t.co/RtCbLVNxRQ #tweetfleet"], ["tweet_id", "435772183810293760"], ["updated_at", "2014-02-22 11:46:05.011615"], ["user_handle", "CCP_Shadowcat"], ["user_id", "2315803597"], ["user_image_url", "https://pbs.twimg.com/profile_images/428213247536136192/hsUpEVV4_normal.png"], ["user_name", "CCP Shadowcat"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:05.013586"], ["hashtag_id", 1], ["hashtaggable_id", 993], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:05.013586"]]  (12.5ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435764835431636992' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 13:16:47.000000"], ["text", "Thanks for the faster Starmap CCP!!! #eveonline #tweetfleet"], ["tweet_id", "435764835431636992"], ["updated_at", "2014-02-22 11:46:05.031618"], ["user_handle", "CommissarKate"], ["user_id", "2349189458"], ["user_image_url", "https://pbs.twimg.com/profile_images/435638666178740225/vTH2Pn6h_normal.jpeg"], ["user_name", "Commissar Kate"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:05.032839"], ["hashtag_id", 1], ["hashtaggable_id", 994], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:05.032839"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435761933929562112' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 13:05:15.000000"], ["text", "@Abramelinn @Velux_ read and movie watching? Really those are such chump reasons. I stayed up all night mining in #eveonline #yolo"], ["tweet_id", "435761933929562112"], ["updated_at", "2014-02-22 11:46:05.038485"], ["user_handle", "CommanderLost"], ["user_id", "20698732"], ["user_image_url", "https://pbs.twimg.com/profile_images/3195164098/5b20cec131051557df20d8052908be9f_normal.jpeg"], ["user_name", "Lost"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:05.039542"], ["hashtag_id", 1], ["hashtaggable_id", 995], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:05.039542"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435761871577415681' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 13:05:00.000000"], ["text", "The First Daze - http://t.co/52I8O9uvi8 #Eveonline #Tweetfleet"], ["tweet_id", "435761871577415681"], ["updated_at", "2014-02-22 11:46:05.046213"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:05.047625"], ["hashtag_id", 1], ["hashtaggable_id", 996], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:05.047625"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435761861300985856' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 13:04:58.000000"], ["text", "RT @Jeg_Elsker: So Niden has a little piece on farming ISK in low sec - go check it out! http://t.co/DYLGrjACMA #tweetfleet #eveonline #cz"], ["tweet_id", "435761861300985856"], ["updated_at", "2014-02-22 11:46:05.054348"], ["user_handle", "Protovarious"], ["user_id", "1733482842"], ["user_image_url", "https://pbs.twimg.com/profile_images/417928543499079680/gKvvRpkj_normal.jpeg"], ["user_name", "Protovarious"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:05.055438"], ["hashtag_id", 1], ["hashtaggable_id", 997], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:05.055438"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435760265641349120' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 12:58:38.000000"], ["text", "EVE: \"online interaction on a civilized level\" - http://t.co/GQwphZ06tP #tweetfleet #eveonline"], ["tweet_id", "435760265641349120"], ["updated_at", "2014-02-22 11:46:05.061090"], ["user_handle", "erlendur"], ["user_id", "30846470"], ["user_image_url", "https://pbs.twimg.com/profile_images/3008274003/d9bdcd1655e37cf795159a93bc609005_normal.jpeg"], ["user_name", "Erlendur"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:05.062441"], ["hashtag_id", 1], ["hashtaggable_id", 998], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:05.062441"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435760208548495360' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 12:58:24.000000"], ["text", "The journey begins - http://t.co/NSY39i4k9t #Eveonline #Tweetfleet"], ["tweet_id", "435760208548495360"], ["updated_at", "2014-02-22 11:46:05.068859"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:05.069980"], ["hashtag_id", 1], ["hashtaggable_id", 999], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:05.069980"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435758421871460352' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 12:51:18.000000"], ["text", "#eve #eveonline #vendicator #pve #mission4lvl #game #ship #battleship #solo http://t.co/pB5L7mf6j6"], ["tweet_id", "435758421871460352"], ["updated_at", "2014-02-22 11:46:05.077750"], ["user_handle", "DjAcmo"], ["user_id", "1029418976"], ["user_image_url", "https://pbs.twimg.com/profile_images/3234671757/2a01842098c2e1e815c23e828e032efc_normal.jpeg"], ["user_name", "Nic Dj Acmo Trybach"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:05.079058"], ["hashtag_id", 1], ["hashtaggable_id", 1000], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:05.079058"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435757773977309185' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 12:48:43.000000"], ["text", "RT @Jeg_Elsker: So Niden has a little piece on farming ISK in low sec - go check it out! http://t.co/DYLGrjACMA #tweetfleet #eveonline #cz"], ["tweet_id", "435757773977309185"], ["updated_at", "2014-02-22 11:46:06.540174"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.541263"], ["hashtag_id", 1], ["hashtaggable_id", 1001], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.541263"]]  (2.5ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435757474939801600' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 12:47:32.000000"], ["text", "These locals out in syndicate are simply fedorable. #eveonline #tweetfleet #fuckingidiots"], ["tweet_id", "435757474939801600"], ["updated_at", "2014-02-22 11:46:06.549062"], ["user_handle", "Isomerc"], ["user_id", "347087993"], ["user_image_url", "https://pbs.twimg.com/profile_images/412627252849819648/fYn3mB6Y_normal.png"], ["user_name", "Isomerc"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.550113"], ["hashtag_id", 1], ["hashtaggable_id", 1002], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.550113"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435755098158141441' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 12:38:06.000000"], ["text", "So Niden has a little piece on farming ISK in low sec - go check it out! http://t.co/DYLGrjACMA #tweetfleet #eveonline #cz"], ["tweet_id", "435755098158141441"], ["updated_at", "2014-02-22 11:46:06.556149"], ["user_handle", "Jeg_Elsker"], ["user_id", "604750713"], ["user_image_url", "https://pbs.twimg.com/profile_images/2311249536/4akdxj7o2p2qswc2nlwi_normal.jpeg"], ["user_name", "Jeg Elsker"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.557210"], ["hashtag_id", 1], ["hashtaggable_id", 1003], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.557210"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435754206159331328' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 12:34:33.000000"], ["text", "Who wants to come to fanfest with me next year? It's been my dream to go for years! #EVEOnline"], ["tweet_id", "435754206159331328"], ["updated_at", "2014-02-22 11:46:06.563228"], ["user_handle", "evilflamingcat"], ["user_id", "926705490"], ["user_image_url", "https://pbs.twimg.com/profile_images/421964772976783360/zD8ezXJE_normal.jpeg"], ["user_name", "Krispy Kreme "]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.564301"], ["hashtag_id", 1], ["hashtaggable_id", 1004], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.564301"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.7ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435752489615634432' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 12:27:44.000000"], ["text", "Toonbee \"Today is a good day to die!\" - http://t.co/ZbJ0eD7TLI #Eveonline #Tweetfleet"], ["tweet_id", "435752489615634432"], ["updated_at", "2014-02-22 11:46:06.570357"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.571385"], ["hashtag_id", 1], ["hashtaggable_id", 1005], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.571385"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435751128337489920' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 12:22:19.000000"], ["text", "RT @evenews24: #tweetfleet [Podcast] Legacy Of A Capsuleer – Ep3: In Merc Waters http://t.co/crUzaYDggq #Articles #eveonline"], ["tweet_id", "435751128337489920"], ["updated_at", "2014-02-22 11:46:06.578016"], ["user_handle", "BobmonEve"], ["user_id", "1233806161"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000697193457/ea5e4d71bffe58124548b57b9536ec3e_normal.jpeg"], ["user_name", "Bobmon"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.579145"], ["hashtag_id", 1], ["hashtaggable_id", 1006], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.579145"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435751049316806656' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 12:22:00.000000"], ["text", "RT @evenews24: #tweetfleet AAA Nyx down!! http://t.co/ggShUMO3MA #BattleReports #AAA #eveonline"], ["tweet_id", "435751049316806656"], ["updated_at", "2014-02-22 11:46:06.585094"], ["user_handle", "BobmonEve"], ["user_id", "1233806161"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000697193457/ea5e4d71bffe58124548b57b9536ec3e_normal.jpeg"], ["user_name", "Bobmon"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.586193"], ["hashtag_id", 1], ["hashtaggable_id", 1007], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.586193"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435749500515545088' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 12:15:51.000000"], ["text", "RT @TheNudeNerd: First time living in 0.0 space! #EveOnline #tweetfleet"], ["tweet_id", "435749500515545088"], ["updated_at", "2014-02-22 11:46:06.592227"], ["user_handle", "grr_goons"], ["user_id", "2335889093"], ["user_image_url", "https://pbs.twimg.com/profile_images/432897854609571840/uuthqMWP_normal.jpeg"], ["user_name", "Victor Dathar"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.593279"], ["hashtag_id", 1], ["hashtaggable_id", 1008], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.593279"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435748042625413120' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 12:10:03.000000"], ["image_url", "https://pbs.twimg.com/media/BgwWiTzCcAAjnNj.png"], ["text", "I hope this is a troll screen #tweetfleet #eveonline http://t.co/ENLD8TVJvX"], ["tweet_id", "435748042625413120"], ["updated_at", "2014-02-22 11:46:06.599801"], ["user_handle", "Asayanami"], ["user_id", "25164223"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000615855924/b570fa598da8eecd0c22206f510ffff5_normal.png"], ["user_name", "Asayanami Dei"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.601013"], ["hashtag_id", 1], ["hashtaggable_id", 1009], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.601013"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435744649924182017' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 11:56:34.000000"], ["text", "#tweetfleet EVE Online: Rubicon 1.2 successfully deployed on Feb 18, 2014 http://t.co/coeYJ0oipX #eveonline"], ["tweet_id", "435744649924182017"], ["updated_at", "2014-02-22 11:46:06.608085"], ["user_handle", "EVE_Virt"], ["user_id", "145632289"], ["user_image_url", "https://pbs.twimg.com/profile_images/1300622395/3d2eb5ee-e1e1-45f3-b8cb-3a4a830cb722_normal.png"], ["user_name", "Virtuozzo"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.609206"], ["hashtag_id", 1], ["hashtaggable_id", 1010], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.609206"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435744578625220608' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 11:56:17.000000"], ["text", "http://t.co/KvYHLbS1op\nOne of the best ideas i heard about how to change wardec mechanic. Take notes, CCP!\n#tweetfleet #eveonline"], ["tweet_id", "435744578625220608"], ["updated_at", "2014-02-22 11:46:06.614919"], ["user_handle", "Unisol_314"], ["user_id", "1360185457"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000278527245/91ea1cd898e7a6f6a6a0954f4460d430_normal.png"], ["user_name", "Pavel Yakushevich"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.615925"], ["hashtag_id", 1], ["hashtaggable_id", 1011], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.615925"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435741280271085568' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 11:43:11.000000"], ["text", "Wallet Report, 3263640901 :: #eveonline"], ["tweet_id", "435741280271085568"], ["updated_at", "2014-02-22 11:46:06.621716"], ["user_handle", "umgeher"], ["user_id", "8469132"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000119457782/69c9a16fa4850835be0a882c91f2072f_normal.jpeg"], ["user_name", "Umgeher Taborda"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.622773"], ["hashtag_id", 1], ["hashtaggable_id", 1012], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.622773"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435733674617630721' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 11:12:58.000000"], ["text", "RT @bgharcourt: @NewEdenGNN The next part in my ongoing #eveonline/#dust514 RP story is live @ http://t.co/3dMzhJqHcf. Check it out ya'll."], ["tweet_id", "435733674617630721"], ["updated_at", "2014-02-22 11:46:06.629450"], ["user_handle", "NewEdenGNN"], ["user_id", "416489288"], ["user_image_url", "https://pbs.twimg.com/profile_images/1647215717/99_normal.jpg"], ["user_name", "GNN"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.630584"], ["hashtag_id", 1], ["hashtaggable_id", 1013], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.630584"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435733361856765952' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 11:11:43.000000"], ["text", "I find the most weirdest things during DT :http://t.co/gfrp8UJaT5 #Eveonline #Tweetfleet"], ["tweet_id", "435733361856765952"], ["updated_at", "2014-02-22 11:46:06.637868"], ["user_handle", "Korkzasaken"], ["user_id", "2299987896"], ["user_image_url", "https://pbs.twimg.com/profile_images/431091646718308352/Cqbw3737_normal.jpeg"], ["user_name", "Korkza saken"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.639340"], ["hashtag_id", 1], ["hashtaggable_id", 1014], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.639340"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435720080958431232' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 10:18:57.000000"], ["text", "Oh, the joy! The anatomy of a failed gank. - http://t.co/K0J2RQjtHe #Eveonline #Tweetfleet"], ["tweet_id", "435720080958431232"], ["updated_at", "2014-02-22 11:46:06.645266"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.646273"], ["hashtag_id", 1], ["hashtaggable_id", 1015], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.646273"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435715436815339520' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 10:00:30.000000"], ["text", "RT @TheMittani: Congratulations to Speedy the Li3 Bomb, who is at 74,000 km off the 0-W778 grid and still truckin' #tweetfleet #eveonline #…"], ["tweet_id", "435715436815339520"], ["updated_at", "2014-02-22 11:46:06.652867"], ["user_handle", "valtrinor"], ["user_id", "220616100"], ["user_image_url", "https://pbs.twimg.com/profile_images/3564828445/d9d73078840304eb0f8e7fe877f38dc3_normal.jpeg"], ["user_name", "Valtrinor"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.654128"], ["hashtag_id", 1], ["hashtaggable_id", 1016], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.654128"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435714686554603520' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 09:57:31.000000"], ["text", "あれ、VIPで護衛て、ずっと繰り返しやるだけなのか。 #eveonline"], ["tweet_id", "435714686554603520"], ["updated_at", "2014-02-22 11:46:06.660515"], ["user_handle", "asikaga"], ["user_id", "5573252"], ["user_image_url", "https://pbs.twimg.com/profile_images/1142066277/duelgar_normal.jpg"], ["user_name", "さんくた"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.661602"], ["hashtag_id", 1], ["hashtaggable_id", 1017], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.661602"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435714615750574081' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 09:57:14.000000"], ["text", "@NewEdenGNN The next part in my ongoing #eveonline/#dust514 RP story is live @ http://t.co/3dMzhJqHcf. Check it out ya'll."], ["tweet_id", "435714615750574081"], ["updated_at", "2014-02-22 11:46:06.667423"], ["user_handle", "bgharcourt"], ["user_id", "415458691"], ["user_image_url", "https://pbs.twimg.com/profile_images/1645044222/gopher_guts_normal.jpeg"], ["user_name", "Bishop G. Harcourt"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.668472"], ["hashtag_id", 1], ["hashtaggable_id", 1018], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.668472"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435713546886713344' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 09:52:59.000000"], ["text", "I finally got Dagan! His shields were tough but they couldn't withstand my missiles of awesome-sauce-ness! #EVEonline #Tweetfleet"], ["tweet_id", "435713546886713344"], ["updated_at", "2014-02-22 11:46:06.674783"], ["user_handle", "evilflamingcat"], ["user_id", "926705490"], ["user_image_url", "https://pbs.twimg.com/profile_images/421964772976783360/zD8ezXJE_normal.jpeg"], ["user_name", "Krispy Kreme "]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.676058"], ["hashtag_id", 1], ["hashtaggable_id", 1019], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.676058"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435706499021938688' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 09:24:59.000000"], ["text", "RT @TheMittani: Congratulations to Speedy the Li3 Bomb, who is at 74,000 km off the 0-W778 grid and still truckin' #tweetfleet #eveonline #…"], ["tweet_id", "435706499021938688"], ["updated_at", "2014-02-22 11:46:06.682273"], ["user_handle", "Yuluthu"], ["user_id", "332444409"], ["user_image_url", "https://pbs.twimg.com/profile_images/1699008576/IMAG0263_normal.jpg"], ["user_name", "Matthew Smith"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.683423"], ["hashtag_id", 1], ["hashtaggable_id", 1020], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.683423"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435695767505080320' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 08:42:20.000000"], ["text", "RT @TheMittani: Congratulations to Speedy the Li3 Bomb, who is at 74,000 km off the 0-W778 grid and still truckin' #tweetfleet #eveonline #…"], ["tweet_id", "435695767505080320"], ["updated_at", "2014-02-22 11:46:06.689348"], ["user_handle", "opapac"], ["user_id", "77710114"], ["user_image_url", "https://abs.twimg.com/sticky/default_profile_images/default_profile_6_normal.png"], ["user_name", "Patrick Ziebertz"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.690473"], ["hashtag_id", 1], ["hashtaggable_id", 1021], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.690473"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435690440973901824' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 08:21:10.000000"], ["text", "RT @midi2304: Just to make you all aware, my Jita Park candidacy thread is now up https://t.co/3aHFgOa491 #tweetfleet #eveonline"], ["tweet_id", "435690440973901824"], ["updated_at", "2014-02-22 11:46:06.696425"], ["user_handle", "dettol_eve"], ["user_id", "626809084"], ["user_image_url", "https://pbs.twimg.com/profile_images/3767179861/e8b142c5b5e8a50063efd474e7c9001f_normal.png"], ["user_name", "Dettol"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.697596"], ["hashtag_id", 1], ["hashtaggable_id", 1022], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.697596"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435685565510340610' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 08:01:48.000000"], ["text", "RT @TheMittani: Congratulations to Speedy the Li3 Bomb, who is at 74,000 km off the 0-W778 grid and still truckin' #tweetfleet #eveonline #…"], ["tweet_id", "435685565510340610"], ["updated_at", "2014-02-22 11:46:06.704703"], ["user_handle", "borodimer"], ["user_id", "17453050"], ["user_image_url", "https://pbs.twimg.com/profile_images/64760180/boro-letter_normal.jpg"], ["user_name", "borodimer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.706049"], ["hashtag_id", 1], ["hashtaggable_id", 1023], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.706049"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435684342539354112' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 07:56:56.000000"], ["text", "typhoons are the new drakes #eveonline #tweetfleet"], ["tweet_id", "435684342539354112"], ["updated_at", "2014-02-22 11:46:06.712162"], ["user_handle", "schertt"], ["user_id", "485508547"], ["user_image_url", "https://pbs.twimg.com/profile_images/2188230464/1091617231_512_normal.jpg"], ["user_name", "Call me Turtle."]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.713241"], ["hashtag_id", 1], ["hashtaggable_id", 1024], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.713241"]]  (3.3ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435684312089104384' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 07:56:49.000000"], ["text", "First person frivolity or maybe not? - http://t.co/2IhWtIVAYi #Eveonline #Tweetfleet"], ["tweet_id", "435684312089104384"], ["updated_at", "2014-02-22 11:46:06.722183"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.723292"], ["hashtag_id", 1], ["hashtaggable_id", 1025], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.723292"]]  (4.5ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435683311667523584' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 07:52:50.000000"], ["image_url", "https://pbs.twimg.com/media/BgvbqeLCMAAN-uV.jpg"], ["text", "I dunno but today feels kinda odd #tweetfleet #eveonline http://t.co/5La9S3fsVu"], ["tweet_id", "435683311667523584"], ["updated_at", "2014-02-22 11:46:06.734164"], ["user_handle", "edmkone1"], ["user_id", "2333983615"], ["user_image_url", "https://pbs.twimg.com/profile_images/432372279322738690/mdXPLPN7_normal.png"], ["user_name", "Edmark1"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.735343"], ["hashtag_id", 1], ["hashtaggable_id", 1026], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.735343"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435681120399929344' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 07:44:08.000000"], ["text", "RT @TheMittani: Congratulations to Speedy the Li3 Bomb, who is at 74,000 km off the 0-W778 grid and still truckin' #tweetfleet #eveonline #…"], ["tweet_id", "435681120399929344"], ["updated_at", "2014-02-22 11:46:06.741239"], ["user_handle", "Slktffr"], ["user_id", "468281771"], ["user_image_url", "https://abs.twimg.com/sticky/default_profile_images/default_profile_6_normal.png"], ["user_name", "YSand"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.742424"], ["hashtag_id", 1], ["hashtaggable_id", 1027], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.742424"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435679711642255360' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 07:38:32.000000"], ["text", "Surviving Eve whilst making a living as a solo-miner - http://t.co/pJg2n1zbdV #Eveonline #Tweetfleet"], ["tweet_id", "435679711642255360"], ["updated_at", "2014-02-22 11:46:06.748692"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.750082"], ["hashtag_id", 1], ["hashtaggable_id", 1028], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.750082"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435675693171478528' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 07:22:34.000000"], ["text", "Too many non-null people are obsessed with null politics. I don't give a shit what goes on in high/low/w-space #tweetfleet #eveonline"], ["tweet_id", "435675693171478528"], ["updated_at", "2014-02-22 11:46:06.757210"], ["user_handle", "HVACRepairman"], ["user_id", "601698076"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000580230749/e2b16952974a3dca13e9b831ba934627_normal.jpeg"], ["user_name", "HVAC Repairman"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.758380"], ["hashtag_id", 1], ["hashtaggable_id", 1029], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.758380"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435672930286977025' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 07:11:35.000000"], ["text", "Mise à jour de l'app #EvePrice pour #EveOnline sur #WindowsPhone 8. La langue par défaut est en anglais."], ["tweet_id", "435672930286977025"], ["updated_at", "2014-02-22 11:46:06.764198"], ["user_handle", "Anthony_Ryck"], ["user_id", "969854245"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000743337621/d657c3e8d8ce2f1fa3d65248258f8c30_normal.jpeg"], ["user_name", "Ryck Anthony"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.765236"], ["hashtag_id", 1], ["hashtaggable_id", 1030], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.765236"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435672799986741249' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 07:11:04.000000"], ["text", "#tweetfleet AAA Nyx down!! http://t.co/ggShUMO3MA #BattleReports #AAA #eveonline"], ["tweet_id", "435672799986741249"], ["updated_at", "2014-02-22 11:46:06.770992"], ["user_handle", "evenews24"], ["user_id", "167901620"], ["user_image_url", "https://pbs.twimg.com/profile_images/3132214338/1eb456e723b00ed80b9ed3b0d59d18ec_normal.png"], ["user_name", "EveNews24.com"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.772053"], ["hashtag_id", 1], ["hashtaggable_id", 1031], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.772053"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435670604046696448' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 07:02:21.000000"], ["text", "RT @TheMittani: Congratulations to Speedy the Li3 Bomb, who is at 74,000 km off the 0-W778 grid and still truckin' #tweetfleet #eveonline #…"], ["tweet_id", "435670604046696448"], ["updated_at", "2014-02-22 11:46:06.778553"], ["user_handle", "edmkone1"], ["user_id", "2333983615"], ["user_image_url", "https://pbs.twimg.com/profile_images/432372279322738690/mdXPLPN7_normal.png"], ["user_name", "Edmark1"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.779853"], ["hashtag_id", 1], ["hashtaggable_id", 1032], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.779853"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435665507757207552' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 06:42:06.000000"], ["text", "RT @TheMittani: Congratulations to Speedy the Li3 Bomb, who is at 74,000 km off the 0-W778 grid and still truckin' #tweetfleet #eveonline #…"], ["tweet_id", "435665507757207552"], ["updated_at", "2014-02-22 11:46:06.786355"], ["user_handle", "JoeBrouhard"], ["user_id", "1024261236"], ["user_image_url", "https://pbs.twimg.com/profile_images/3503698728/a8cc2de90efdeb1684fcbfbabae3c6dd_normal.jpeg"], ["user_name", "Joe Brouhard"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.787477"], ["hashtag_id", 1], ["hashtaggable_id", 1033], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.787477"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435665013513007104' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 06:40:08.000000"], ["text", "EVE Online - лучшая космическая онлайн игра | EVE Online Russia http://t.co/FfzdajL6tu #eveonline"], ["tweet_id", "435665013513007104"], ["updated_at", "2014-02-22 11:46:06.793579"], ["user_handle", "kompyter"], ["user_id", "427711201"], ["user_image_url", "https://pbs.twimg.com/profile_images/1678012284/___1_normal.jpg"], ["user_name", "Андрей Драздов"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.794709"], ["hashtag_id", 1], ["hashtaggable_id", 1034], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.794709"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435664786823860224' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 06:39:14.000000"], ["text", "RT @TheMittani: Congratulations to Speedy the Li3 Bomb, who is at 74,000 km off the 0-W778 grid and still truckin' #tweetfleet #eveonline #…"], ["tweet_id", "435664786823860224"], ["updated_at", "2014-02-22 11:46:06.801640"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.803041"], ["hashtag_id", 1], ["hashtaggable_id", 1035], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.803041"]]  (4.2ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435663681423024128' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 06:34:50.000000"], ["text", "Congratulations to Speedy the Li3 Bomb, who is at 74,000 km off the 0-W778 grid and still truckin' #tweetfleet #eveonline #campmascot"], ["tweet_id", "435663681423024128"], ["updated_at", "2014-02-22 11:46:06.813230"], ["user_handle", "TheMittani"], ["user_id", "39600392"], ["user_image_url", "https://pbs.twimg.com/profile_images/301849563/yesmittensdid_normal.jpg"], ["user_name", "The Mittani"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.814311"], ["hashtag_id", 1], ["hashtaggable_id", 1036], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.814311"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435663331693563904' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 06:33:27.000000"], ["image_url", "https://pbs.twimg.com/media/BgvJfeXCAAApKR8.jpg"], ["text", "This ones for @EveOnline . #tweetfleet what say yee?! #eveonline http://t.co/XbHbOmeLbi"], ["tweet_id", "435663331693563904"], ["updated_at", "2014-02-22 11:46:06.820666"], ["user_handle", "eagarcia18"], ["user_id", "252311754"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000539740182/d18949c5231afea14670bed8927c5a03_normal.jpeg"], ["user_name", "Alex Garcia"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.821726"], ["hashtag_id", 1], ["hashtaggable_id", 1037], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.821726"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435661380868251648' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 06:25:42.000000"], ["text", "RT @TheNudeNerd: First time living in 0.0 space! #EveOnline #tweetfleet"], ["tweet_id", "435661380868251648"], ["updated_at", "2014-02-22 11:46:06.827560"], ["user_handle", "mynnna_eve"], ["user_id", "217299242"], ["user_image_url", "https://pbs.twimg.com/profile_images/3037871913/d9613cbe8fee260bb4f0fea935955fc5_normal.png"], ["user_name", "mynnna"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.829424"], ["hashtag_id", 1], ["hashtaggable_id", 1038], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.829424"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435660461074554880' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 06:22:02.000000"], ["text", "First time living in 0.0 space! #EveOnline #tweetfleet"], ["tweet_id", "435660461074554880"], ["updated_at", "2014-02-22 11:46:06.836001"], ["user_handle", "TheNudeNerd"], ["user_id", "40394963"], ["user_image_url", "https://pbs.twimg.com/profile_images/418609761043496961/QxWr7V5X_normal.png"], ["user_name", "Dan Parrish"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.837111"], ["hashtag_id", 1], ["hashtaggable_id", 1039], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.837111"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435659086613712896' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 06:16:35.000000"], ["text", "Does anybody know if trial accounts will be on the EVE monument as well? #tweetfleet #eveonline"], ["tweet_id", "435659086613712896"], ["updated_at", "2014-02-22 11:46:06.843160"], ["user_handle", "AmlSeb"], ["user_id", "617301769"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000716227952/4ea18c7093053abd7826ff374d8fd7e0_normal.jpeg"], ["user_name", "AmlSeb"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.844299"], ["hashtag_id", 1], ["hashtaggable_id", 1040], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.844299"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435655793786880000' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 06:03:29.000000"], ["text", "As we stand astride the galactic north, west and south Gevlon Goblin names his terms for goons surrender..#mindblown #tweetfleet #eveonline"], ["tweet_id", "435655793786880000"], ["updated_at", "2014-02-22 11:46:06.851126"], ["user_handle", "edmkone1"], ["user_id", "2333983615"], ["user_image_url", "https://pbs.twimg.com/profile_images/432372279322738690/mdXPLPN7_normal.png"], ["user_name", "Edmark1"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.852588"], ["hashtag_id", 1], ["hashtaggable_id", 1041], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.852588"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435649271564468224' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 05:37:34.000000"], ["text", "https://t.co/3hZ9aZw4Uh\n\njoin if you want to play EVE Online #eveonline #eve #buddyinvite #buddy"], ["tweet_id", "435649271564468224"], ["updated_at", "2014-02-22 11:46:06.859360"], ["user_handle", "Zohan2000"], ["user_id", "1445186880"], ["user_image_url", "https://pbs.twimg.com/profile_images/3688171814/767bf680345ec7553b12ce3d1268929e_normal.jpeg"], ["user_name", "Andrew"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.860491"], ["hashtag_id", 1], ["hashtaggable_id", 1042], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.860491"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435646585926475776' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 05:26:54.000000"], ["text", "Random podcast title idea: Live NewEd(en) Girls. Somebody should make this even if it's just a one-off. #EVEOnline #tweetfleet"], ["tweet_id", "435646585926475776"], ["updated_at", "2014-02-22 11:46:06.866194"], ["user_handle", "EVE_Tyen"], ["user_id", "237844873"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000695243279/be2a04209af4f6e046b2d4a8c7298551_normal.jpeg"], ["user_name", "Tyen"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.867228"], ["hashtag_id", 1], ["hashtaggable_id", 1043], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.867228"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435643897528991746' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 05:16:13.000000"], ["text", "Toon strategy - How does my new Toonbee live and train? - http://t.co/bc8AUQStI0 #Eveonline #Tweetfleet"], ["tweet_id", "435643897528991746"], ["updated_at", "2014-02-22 11:46:06.872858"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.873901"], ["hashtag_id", 1], ["hashtaggable_id", 1044], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.873901"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435643563016454144' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 05:14:53.000000"], ["text", "Dual Toon strategy in action - Toonbee is born... - http://t.co/qLkdV0hL1A #Eveonline #Tweetfleet"], ["tweet_id", "435643563016454144"], ["updated_at", "2014-02-22 11:46:06.880376"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.881730"], ["hashtag_id", 1], ["hashtaggable_id", 1045], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.881730"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435640947955601408' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 05:04:30.000000"], ["text", "RT @Eve_Toon: Should I really have joined a new player friendly corporation? - http://t.co/np6pIETHDx #Eveonline #Tweetfleet"], ["tweet_id", "435640947955601408"], ["updated_at", "2014-02-22 11:46:06.887744"], ["user_handle", "BigOttah"], ["user_id", "2298361375"], ["user_image_url", "https://pbs.twimg.com/profile_images/426151776505446400/l6f4JV2O_normal.jpeg"], ["user_name", "Lt. Chase"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.888837"], ["hashtag_id", 1], ["hashtaggable_id", 1046], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.888837"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435630638826135552' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 04:23:32.000000"], ["text", "A Quick and Dirty Bombing Guide - http://t.co/iXvLeP95w9 #eveonline #tweetfleet"], ["tweet_id", "435630638826135552"], ["updated_at", "2014-02-22 11:46:06.894914"], ["user_handle", "EVEProGuides"], ["user_id", "456255021"], ["user_image_url", "https://pbs.twimg.com/profile_images/1736070432/profilepic_normal.png"], ["user_name", "EVE Pro Guides"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.896068"], ["hashtag_id", 1], ["hashtaggable_id", 1047], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.896068"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435630534677377024' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 04:23:07.000000"], ["text", "Got to break in the new Kronos. It's a balancing act but hopefully a fruitful new carebear career to fund my pvp xD #tweeetfleet #eveonline"], ["tweet_id", "435630534677377024"], ["updated_at", "2014-02-22 11:46:06.903001"], ["user_handle", "MemoocanYT"], ["user_id", "222262525"], ["user_image_url", "https://pbs.twimg.com/profile_images/428671424249602048/vTAPjuYT_normal.jpeg"], ["user_name", "Memoocan"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.904428"], ["hashtag_id", 1], ["hashtaggable_id", 1048], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.904428"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435628618945814528' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 04:15:31.000000"], ["text", "Episode 28 of Down The Pipe is published boys and girls. http://t.co/qeiE1B9mkB #Tweetfleet #eveonline"], ["tweet_id", "435628618945814528"], ["updated_at", "2014-02-22 11:46:06.911160"], ["user_handle", "DrVerikan"], ["user_id", "632360857"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000648755062/68816c8436b9260bef33ef17c63cab3e_normal.jpeg"], ["user_name", "Bronya Boga"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.912253"], ["hashtag_id", 1], ["hashtaggable_id", 1049], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.912253"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435620696996474880' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 03:44:02.000000"], ["text", "tunlocked's Nyx worth 28.19b ISK was destroyed! http://t.co/F34Y7yTmNu #tweetfleet #eveonline"], ["tweet_id", "435620696996474880"], ["updated_at", "2014-02-22 11:46:06.918182"], ["user_handle", "eve_kill"], ["user_id", "375268066"], ["user_image_url", "https://pbs.twimg.com/profile_images/1547384154/Image_2011-09-17_at_10.28.31_PM_normal.png"], ["user_name", "EVE-KILL"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.919241"], ["hashtag_id", 1], ["hashtaggable_id", 1050], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.919241"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435618873975394306' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 03:36:47.000000"], ["text", "@aalbrson I remember the first time I \"landed on a light\" and tried to target the car in front of me. #eveonline"], ["tweet_id", "435618873975394306"], ["updated_at", "2014-02-22 11:46:06.924938"], ["user_handle", "este_destirr"], ["user_id", "2166887203"], ["user_image_url", "https://pbs.twimg.com/profile_images/431106048976379904/NPhIWv4C_normal.jpeg"], ["user_name", "Este DeStirr"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.925965"], ["hashtag_id", 1], ["hashtaggable_id", 1051], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.925965"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435611805558112256' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 03:08:42.000000"], ["text", "This just in, @TheMittani confirms #goonswarm has an RMT department funding their coke habits! #cokeswarm #tweetfleet #notreally #eveonline"], ["tweet_id", "435611805558112256"], ["updated_at", "2014-02-22 11:46:06.932365"], ["user_handle", "Zievarrenna"], ["user_id", "146612211"], ["user_image_url", "https://pbs.twimg.com/profile_images/1548642834/ZievarrennaHat_normal.jpg"], ["user_name", "Cameron Zero™"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.933648"], ["hashtag_id", 1], ["hashtaggable_id", 1052], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.933648"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435603485133131776' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 02:35:38.000000"], ["text", "A Billion Isk Bomb in my head and the fuse is lit - http://t.co/pb10qcMkMI #Eveonline #Tweetfleet"], ["tweet_id", "435603485133131776"], ["updated_at", "2014-02-22 11:46:06.939698"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.940817"], ["hashtag_id", 1], ["hashtaggable_id", 1053], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.940817"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435602427946217472' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 02:31:26.000000"], ["text", "Should I really have joined a new player friendly corporation? - http://t.co/np6pIETHDx #Eveonline #Tweetfleet"], ["tweet_id", "435602427946217472"], ["updated_at", "2014-02-22 11:46:06.947904"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.949770"], ["hashtag_id", 1], ["hashtaggable_id", 1054], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.949770"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435599283174522880' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 02:18:56.000000"], ["text", "You know you play too much #eveonline when you worry the approaching car might be a red"], ["tweet_id", "435599283174522880"], ["updated_at", "2014-02-22 11:46:06.957295"], ["user_handle", "aalbrson"], ["user_id", "19982638"], ["user_image_url", "https://pbs.twimg.com/profile_images/1372264651/banksy-graffiti-art-1_normal.jpg"], ["user_name", "Allen Alberson"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.958425"], ["hashtag_id", 1], ["hashtaggable_id", 1055], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.958425"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435591221063348224' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 01:46:54.000000"], ["text", "Have to call it an early tonight so no broadcast should be back tomorrow night with some #eveonline or #minecraft"], ["tweet_id", "435591221063348224"], ["updated_at", "2014-02-22 11:46:06.964275"], ["user_handle", "CavalierDitch"], ["user_id", "2220551471"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000863491634/a1I8Xs-p_normal.jpeg"], ["user_name", "Cavalier Ditch"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.965319"], ["hashtag_id", 1], ["hashtaggable_id", 1056], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.965319"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435589657082855424' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 01:40:41.000000"], ["text", "RT @midi2304: In case you missed it earlier, my CSM9 candidacy thread is now live in Jita Park. Have at it! https://t.co/3aHFgOa491 #tweetf…"], ["tweet_id", "435589657082855424"], ["updated_at", "2014-02-22 11:46:06.970943"], ["user_handle", "Protovarious"], ["user_id", "1733482842"], ["user_image_url", "https://pbs.twimg.com/profile_images/417928543499079680/gKvvRpkj_normal.jpeg"], ["user_name", "Protovarious"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:06.972052"], ["hashtag_id", 1], ["hashtaggable_id", 1057], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:06.972052"]]  (1.2ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435588114476576768' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 01:34:33.000000"], ["text", "#tweetfleet [Podcast] Legacy Of A Capsuleer – Ep3: In Merc Waters http://t.co/crUzaYDggq #Articles #eveonline"], ["tweet_id", "435588114476576768"], ["updated_at", "2014-02-22 11:46:07.060022"], ["user_handle", "evenews24"], ["user_id", "167901620"], ["user_image_url", "https://pbs.twimg.com/profile_images/3132214338/1eb456e723b00ed80b9ed3b0d59d18ec_normal.png"], ["user_name", "EveNews24.com"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.061206"], ["hashtag_id", 1], ["hashtaggable_id", 1058], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.061206"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435581588802256896' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 01:08:38.000000"], ["text", "my brain is not working well right now, bought somehting from my self somehow when trying to sell an item >.< #eveonline"], ["tweet_id", "435581588802256896"], ["updated_at", "2014-02-22 11:46:07.067644"], ["user_handle", "pixyrhino"], ["user_id", "404813285"], ["user_image_url", "https://pbs.twimg.com/profile_images/417150320825733120/qcBiUqmZ_normal.png"], ["user_name", "heavy metal unicorn"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.068793"], ["hashtag_id", 1], ["hashtaggable_id", 1059], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.068793"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435581085335158784' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 01:06:38.000000"], ["text", "RT @Saftsuze: Oooh! Nashh is back as well! http://t.co/hKxZJ2KWgc #eveonline #tweetfleet #blog"], ["tweet_id", "435581085335158784"], ["updated_at", "2014-02-22 11:46:07.074602"], ["user_handle", "DevasW"], ["user_id", "964028634"], ["user_image_url", "https://pbs.twimg.com/profile_images/3412893986/3764dc957593cbbe9bc5a83f5ad84a75_normal.jpeg"], ["user_name", "Devas Weddo"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.075649"], ["hashtag_id", 1], ["hashtaggable_id", 1060], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.075649"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435578478080311296' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 00:56:16.000000"], ["text", "Oooh! Nashh is back as well! http://t.co/hKxZJ2KWgc #eveonline #tweetfleet #blog"], ["tweet_id", "435578478080311296"], ["updated_at", "2014-02-22 11:46:07.081501"], ["user_handle", "Saftsuze"], ["user_id", "211220008"], ["user_image_url", "https://pbs.twimg.com/profile_images/1319011367/231364684_512_normal.jpg"], ["user_name", "Saftsuze"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.082619"], ["hashtag_id", 1], ["hashtaggable_id", 1061], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.082619"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435574756419444737' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 00:41:29.000000"], ["text", "RT @TheMittani: The best name for the hypothetical CFC Financier group, the Wall Street version of Lawyerswarm: Cokeswarm #tweetfleet #eveo…"], ["tweet_id", "435574756419444737"], ["updated_at", "2014-02-22 11:46:07.088544"], ["user_handle", "mrjvirtue"], ["user_id", "210967693"], ["user_image_url", "https://pbs.twimg.com/profile_images/431821137257836545/2HLiC0JE_normal.jpeg"], ["user_name", "Jordon Virtue"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.090248"], ["hashtag_id", 1], ["hashtaggable_id", 1062], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.090248"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435568193969856513' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 00:15:24.000000"], ["text", "#ship #pvp #eve #eveonline #nice #fan #game #rensmoon8 #heimatar http://t.co/BSlpYOgrNS"], ["tweet_id", "435568193969856513"], ["updated_at", "2014-02-22 11:46:07.096745"], ["user_handle", "DjAcmo"], ["user_id", "1029418976"], ["user_image_url", "https://pbs.twimg.com/profile_images/3234671757/2a01842098c2e1e815c23e828e032efc_normal.jpeg"], ["user_name", "Nic Dj Acmo Trybach"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.097897"], ["hashtag_id", 1], ["hashtaggable_id", 1063], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.097897"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435567602711425025' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 00:13:03.000000"], ["text", "#eve #eveonline #pve #pvp #ship #hangar #money #lol http://t.co/Ftc4bQObuX"], ["tweet_id", "435567602711425025"], ["updated_at", "2014-02-22 11:46:07.104038"], ["user_handle", "DjAcmo"], ["user_id", "1029418976"], ["user_image_url", "https://pbs.twimg.com/profile_images/3234671757/2a01842098c2e1e815c23e828e032efc_normal.jpeg"], ["user_name", "Nic Dj Acmo Trybach"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.105168"], ["hashtag_id", 1], ["hashtaggable_id", 1064], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.105168"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435567148183089152' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 00:11:15.000000"], ["text", "#eve #eveonline #module #money #lol http://t.co/nKp8kSazIh"], ["tweet_id", "435567148183089152"], ["updated_at", "2014-02-22 11:46:07.112246"], ["user_handle", "DjAcmo"], ["user_id", "1029418976"], ["user_image_url", "https://pbs.twimg.com/profile_images/3234671757/2a01842098c2e1e815c23e828e032efc_normal.jpeg"], ["user_name", "Nic Dj Acmo Trybach"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.113526"], ["hashtag_id", 1], ["hashtaggable_id", 1065], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.113526"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435566945279418368' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 00:10:26.000000"], ["text", "#module #eveonline #eve #game #pve #pvp #lol http://t.co/GORWv7dJ0D"], ["tweet_id", "435566945279418368"], ["updated_at", "2014-02-22 11:46:07.120606"], ["user_handle", "DjAcmo"], ["user_id", "1029418976"], ["user_image_url", "https://pbs.twimg.com/profile_images/3234671757/2a01842098c2e1e815c23e828e032efc_normal.jpeg"], ["user_name", "Nic Dj Acmo Trybach"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.122070"], ["hashtag_id", 1], ["hashtaggable_id", 1066], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.122070"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435564746503643137' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 00:01:42.000000"], ["text", "#dramiel #eveonline #eve #dust514 #solo #game #pvp #pvpeveonline http://t.co/h9HzC7xeKS"], ["tweet_id", "435564746503643137"], ["updated_at", "2014-02-22 11:46:07.128734"], ["user_handle", "DjAcmo"], ["user_id", "1029418976"], ["user_image_url", "https://pbs.twimg.com/profile_images/3234671757/2a01842098c2e1e815c23e828e032efc_normal.jpeg"], ["user_name", "Nic Dj Acmo Trybach"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.129834"], ["hashtag_id", 1], ["hashtaggable_id", 1067], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.129834"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435564282710073344' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 23:59:52.000000"], ["text", "#cruor #solo #eve #eveonline #game #pvp http://t.co/UtRbymN94M"], ["tweet_id", "435564282710073344"], ["updated_at", "2014-02-22 11:46:07.135539"], ["user_handle", "DjAcmo"], ["user_id", "1029418976"], ["user_image_url", "https://pbs.twimg.com/profile_images/3234671757/2a01842098c2e1e815c23e828e032efc_normal.jpeg"], ["user_name", "Nic Dj Acmo Trybach"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.136625"], ["hashtag_id", 1], ["hashtaggable_id", 1068], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.136625"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435564078346801152' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 23:59:03.000000"], ["text", "#eveonline #eve #game #pvp #fleetissye #sansha #cruor http://t.co/B6LKyrgbaM"], ["tweet_id", "435564078346801152"], ["updated_at", "2014-02-22 11:46:07.143477"], ["user_handle", "DjAcmo"], ["user_id", "1029418976"], ["user_image_url", "https://pbs.twimg.com/profile_images/3234671757/2a01842098c2e1e815c23e828e032efc_normal.jpeg"], ["user_name", "Nic Dj Acmo Trybach"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.144615"], ["hashtag_id", 1], ["hashtaggable_id", 1069], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.144615"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.6ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435563607599095808' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 23:57:11.000000"], ["text", "#pvp #solo #eve #eveonline #game #fuck http://t.co/0NLmzz1FCV"], ["tweet_id", "435563607599095808"], ["updated_at", "2014-02-22 11:46:07.152551"], ["user_handle", "DjAcmo"], ["user_id", "1029418976"], ["user_image_url", "https://pbs.twimg.com/profile_images/3234671757/2a01842098c2e1e815c23e828e032efc_normal.jpeg"], ["user_name", "Nic Dj Acmo Trybach"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.154178"], ["hashtag_id", 1], ["hashtaggable_id", 1070], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.154178"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435563354758074368' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 23:56:10.000000"], ["text", "#pvp #eveonline #eve #logistic #game http://t.co/fWTJdRItRO"], ["tweet_id", "435563354758074368"], ["updated_at", "2014-02-22 11:46:07.160873"], ["user_handle", "DjAcmo"], ["user_id", "1029418976"], ["user_image_url", "https://pbs.twimg.com/profile_images/3234671757/2a01842098c2e1e815c23e828e032efc_normal.jpeg"], ["user_name", "Nic Dj Acmo Trybach"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.161971"], ["hashtag_id", 1], ["hashtaggable_id", 1071], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.161971"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435563065908940800' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 23:55:01.000000"], ["text", "Anthon Dubec's Obelisk worth 11.86b ISK was destroyed! http://t.co/dtZdxXmQLt #tweetfleet #eveonline"], ["tweet_id", "435563065908940800"], ["updated_at", "2014-02-22 11:46:07.168435"], ["user_handle", "eve_kill"], ["user_id", "375268066"], ["user_image_url", "https://pbs.twimg.com/profile_images/1547384154/Image_2011-09-17_at_10.28.31_PM_normal.png"], ["user_name", "EVE-KILL"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.169834"], ["hashtag_id", 1], ["hashtaggable_id", 1072], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.169834"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435563056471748608' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 23:54:59.000000"], ["text", "#eve #eveonline #pvp #solo # cynabal http://t.co/BtPI1MEU7L"], ["tweet_id", "435563056471748608"], ["updated_at", "2014-02-22 11:46:07.177574"], ["user_handle", "DjAcmo"], ["user_id", "1029418976"], ["user_image_url", "https://pbs.twimg.com/profile_images/3234671757/2a01842098c2e1e815c23e828e032efc_normal.jpeg"], ["user_name", "Nic Dj Acmo Trybach"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.178778"], ["hashtag_id", 1], ["hashtaggable_id", 1073], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.178778"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435562453796392960' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 23:52:36.000000"], ["text", "#solo#pvp#eve #eveonline # http://t.co/u2N4x4boUN"], ["tweet_id", "435562453796392960"], ["updated_at", "2014-02-22 11:46:07.184717"], ["user_handle", "DjAcmo"], ["user_id", "1029418976"], ["user_image_url", "https://pbs.twimg.com/profile_images/3234671757/2a01842098c2e1e815c23e828e032efc_normal.jpeg"], ["user_name", "Nic Dj Acmo Trybach"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.185848"], ["hashtag_id", 1], ["hashtaggable_id", 1074], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.185848"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435562159205253121' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 23:51:25.000000"], ["text", "#pve#eve #eveonline #megathron#navyissye #battleship# http://t.co/RRrGWTyVPJ"], ["tweet_id", "435562159205253121"], ["updated_at", "2014-02-22 11:46:07.191620"], ["user_handle", "DjAcmo"], ["user_id", "1029418976"], ["user_image_url", "https://pbs.twimg.com/profile_images/3234671757/2a01842098c2e1e815c23e828e032efc_normal.jpeg"], ["user_name", "Nic Dj Acmo Trybach"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.192635"], ["hashtag_id", 1], ["hashtaggable_id", 1075], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.192635"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.7ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435561814014066688' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 23:50:03.000000"], ["text", "Pvp#pvpeve#eve #eveonline #dominix#navyissye #n #game # http://t.co/LoeYL2w7lo"], ["tweet_id", "435561814014066688"], ["updated_at", "2014-02-22 11:46:07.201126"], ["user_handle", "DjAcmo"], ["user_id", "1029418976"], ["user_image_url", "https://pbs.twimg.com/profile_images/3234671757/2a01842098c2e1e815c23e828e032efc_normal.jpeg"], ["user_name", "Nic Dj Acmo Trybach"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.202709"], ["hashtag_id", 1], ["hashtaggable_id", 1076], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.202709"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435561808494354432' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 23:50:02.000000"], ["text", "First forays....and dying quickly - http://t.co/uTmkGL3iGc #Eveonline #Tweetfleet"], ["tweet_id", "435561808494354432"], ["updated_at", "2014-02-22 11:46:07.209196"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.210359"], ["hashtag_id", 1], ["hashtaggable_id", 1077], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.210359"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435561751586029568' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 23:49:48.000000"], ["text", "Went C5 plexing and ended up 600m down cos I let a macharial die. RIP #tweetfleet #eveonline #failtriage"], ["tweet_id", "435561751586029568"], ["updated_at", "2014-02-22 11:46:07.216754"], ["user_handle", "Notmo_EVE"], ["user_id", "393498972"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000544296154/f151d1c55d6515b13c21cc7733cad7d1_normal.jpeg"], ["user_name", "Notmo"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.218505"], ["hashtag_id", 1], ["hashtaggable_id", 1078], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.218505"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435561396462710785' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 23:48:23.000000"], ["text", "First foraging and learning not to trust anything; ever! - http://t.co/OJKmt5kqcq #Eveonline #Tweetfleet"], ["tweet_id", "435561396462710785"], ["updated_at", "2014-02-22 11:46:07.225953"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.227085"], ["hashtag_id", 1], ["hashtaggable_id", 1079], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.227085"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435559965760028672' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 23:42:42.000000"], ["text", "Toronto #EveOnline Player Meet this Friday Feb 21st 8pm @ The 3 Brewers - Top Belt (floor) #tweetfleet https://t.co/N9ZeVvutby"], ["tweet_id", "435559965760028672"], ["updated_at", "2014-02-22 11:46:07.232786"], ["user_handle", "talus_veran"], ["user_id", "277342780"], ["user_image_url", "https://pbs.twimg.com/profile_images/3578872578/121c640319f8283e418dd60eea2b0ef9_normal.jpeg"], ["user_name", "Talus Veran"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.233817"], ["hashtag_id", 1], ["hashtaggable_id", 1080], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.233817"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435558893297479680' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 23:38:27.000000"], ["text", "Marauder New Year's goal achieved. Bearing it up to make back some of the ISK lol #blingstatus #sexytimes #eveonline #tweetfleet"], ["tweet_id", "435558893297479680"], ["updated_at", "2014-02-22 11:46:07.239781"], ["user_handle", "MemoocanYT"], ["user_id", "222262525"], ["user_image_url", "https://pbs.twimg.com/profile_images/428671424249602048/vTAPjuYT_normal.jpeg"], ["user_name", "Memoocan"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.240850"], ["hashtag_id", 1], ["hashtaggable_id", 1081], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.240850"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435558562904162305' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 23:37:08.000000"], ["text", "RT @talus_veran: @CCP_Fozzie have Devs and GMs been telling new #EveOnline players about Player Meetups? #Tweetfleet"], ["tweet_id", "435558562904162305"], ["updated_at", "2014-02-22 11:46:07.247424"], ["user_handle", "glasgowdunlop"], ["user_id", "1346495760"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000123022790/03562988e5ae6f7f9af877dc068c05a5_normal.jpeg"], ["user_name", "glasgow dunlop"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.248571"], ["hashtag_id", 1], ["hashtaggable_id", 1082], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.248571"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435557022780510208' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 23:31:01.000000"], ["text", "@SpaceshipWizard @CCP_Fozzie sure. The More the Merrier. Can always raise the Cap on Player Meets. No Hardware Limits #eveonline #tweetfleet"], ["tweet_id", "435557022780510208"], ["updated_at", "2014-02-22 11:46:07.254677"], ["user_handle", "talus_veran"], ["user_id", "277342780"], ["user_image_url", "https://pbs.twimg.com/profile_images/3578872578/121c640319f8283e418dd60eea2b0ef9_normal.jpeg"], ["user_name", "Talus Veran"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.255838"], ["hashtag_id", 1], ["hashtaggable_id", 1083], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.255838"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435555003852673024' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 23:22:59.000000"], ["text", "Eric's latest t-shirt design. #eve #eveonline #rubicon http://t.co/L6Oe8BCTrI"], ["tweet_id", "435555003852673024"], ["updated_at", "2014-02-22 11:46:07.261902"], ["user_handle", "annlemay"], ["user_id", "26841335"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000347871457/1ee254e5da82681b36308ff5a650b9fe_normal.jpeg"], ["user_name", "Ann Lemay"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.263006"], ["hashtag_id", 1], ["hashtaggable_id", 1084], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.263006"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435552987738820608' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 23:14:59.000000"], ["text", "Now my CSM9 candidacy post is live on Jita Park and Crossing Zebras, I kinda feel a huge weight is off my shoulders #tweetfleet #eveonline"], ["tweet_id", "435552987738820608"], ["updated_at", "2014-02-22 11:46:07.270723"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.272445"], ["hashtag_id", 1], ["hashtaggable_id", 1085], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.272445"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435552447139180544' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 23:12:50.000000"], ["text", "RT @TheMittani: The best name for the hypothetical CFC Financier group, the Wall Street version of Lawyerswarm: Cokeswarm #tweetfleet #eveo…"], ["tweet_id", "435552447139180544"], ["updated_at", "2014-02-22 11:46:07.279283"], ["user_handle", "edmkone1"], ["user_id", "2333983615"], ["user_image_url", "https://pbs.twimg.com/profile_images/432372279322738690/mdXPLPN7_normal.png"], ["user_name", "Edmark1"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.280365"], ["hashtag_id", 1], ["hashtaggable_id", 1086], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.280365"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435551129359761408' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 23:07:36.000000"], ["text", "@CCP_Fozzie have Devs and GMs been telling new #EveOnline players about Player Meetups? #Tweetfleet"], ["tweet_id", "435551129359761408"], ["updated_at", "2014-02-22 11:46:07.286301"], ["user_handle", "talus_veran"], ["user_id", "277342780"], ["user_image_url", "https://pbs.twimg.com/profile_images/3578872578/121c640319f8283e418dd60eea2b0ef9_normal.jpeg"], ["user_name", "Talus Veran"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.287393"], ["hashtag_id", 1], ["hashtaggable_id", 1087], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.287393"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435549077405585408' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 22:59:26.000000"], ["text", "Jumped my Tempest into a camp, shat myself, warped away, got chased and caught, MJD saved my ass. #tweetfleet #eveonline #scareoftheday"], ["tweet_id", "435549077405585408"], ["updated_at", "2014-02-22 11:46:07.293207"], ["user_handle", "CaptainCrutches"], ["user_id", "900927673"], ["user_image_url", "https://pbs.twimg.com/profile_images/2756856318/07608d589ca117e64c7f57c9bb1b0772_normal.jpeg"], ["user_name", "Captain Crutches"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.294258"], ["hashtag_id", 1], ["hashtaggable_id", 1088], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.294258"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435548889299828736' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 22:58:41.000000"], ["text", "RT @EVEEnquirer: EVE: Rubicon 1.2 tomorrow launches with single frigate sov warfare capability. Sov is one torp away. #eveonline"], ["tweet_id", "435548889299828736"], ["updated_at", "2014-02-22 11:46:07.300818"], ["user_handle", "Murph982"], ["user_id", "459437286"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000021365072/1d4a3e49f97128f79572f93745a3f6fb_normal.png"], ["user_name", "izmurph"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.301941"], ["hashtag_id", 1], ["hashtaggable_id", 1089], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.301941"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435548763093233664' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 22:58:11.000000"], ["text", "In case you missed it earlier, my CSM9 candidacy thread is now live in Jita Park. Have at it! https://t.co/3aHFgOa491 #tweetfleet #eveonline"], ["tweet_id", "435548763093233664"], ["updated_at", "2014-02-22 11:46:07.307934"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.309070"], ["hashtag_id", 1], ["hashtaggable_id", 1090], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.309070"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435539760744910848' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 22:22:25.000000"], ["text", "Just finished recording with @LegacyCapsuleer. If you haven't checked out this brand-new #eveonline podcast, you should! #tweetfleet"], ["tweet_id", "435539760744910848"], ["updated_at", "2014-02-22 11:46:07.314933"], ["user_handle", "SindelPellion"], ["user_id", "369212738"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000468603357/c28ad1c74f298ee654ad02467cf680c5_normal.png"], ["user_name", "Sindel Pellion"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.316092"], ["hashtag_id", 1], ["hashtaggable_id", 1091], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.316092"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435539048795734016' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 22:19:35.000000"], ["text", "@nJensen_HH @Kassettenkind In Rancer sind welche (da sind immer welche...) #eveonline"], ["tweet_id", "435539048795734016"], ["updated_at", "2014-02-22 11:46:07.323689"], ["user_handle", "Lofwyrian"], ["user_id", "24359931"], ["user_image_url", "https://pbs.twimg.com/profile_images/875467097/A_117143_normal.jpg"], ["user_name", "Hauke Uphues"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.325038"], ["hashtag_id", 1], ["hashtaggable_id", 1092], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.325038"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435534150812958722' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 22:00:08.000000"], ["text", "RT @TheMittani: The best name for the hypothetical CFC Financier group, the Wall Street version of Lawyerswarm: Cokeswarm #tweetfleet #eveo…"], ["tweet_id", "435534150812958722"], ["updated_at", "2014-02-22 11:46:07.330942"], ["user_handle", "ReverendMak"], ["user_id", "352006388"], ["user_image_url", "https://pbs.twimg.com/profile_images/1594828197/image_normal.jpg"], ["user_name", "Reverend Mak"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.331963"], ["hashtag_id", 1], ["hashtaggable_id", 1093], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.331963"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435534002594643968' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 21:59:32.000000"], ["text", "The best name for the hypothetical CFC Financier group, the Wall Street version of Lawyerswarm: Cokeswarm #tweetfleet #eveonline"], ["tweet_id", "435534002594643968"], ["updated_at", "2014-02-22 11:46:07.338245"], ["user_handle", "TheMittani"], ["user_id", "39600392"], ["user_image_url", "https://pbs.twimg.com/profile_images/301849563/yesmittensdid_normal.jpg"], ["user_name", "The Mittani"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.339350"], ["hashtag_id", 1], ["hashtaggable_id", 1094], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.339350"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435528571680223232' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 21:37:57.000000"], ["text", "RT @BraveNewbies: One Brave pilot take her Minmatar role play and exercise very seriously: http://t.co/3yZ49jLiYa #TweetFleet #EveOnline"], ["tweet_id", "435528571680223232"], ["updated_at", "2014-02-22 11:46:07.345397"], ["user_handle", "BraveInEVE"], ["user_id", "2205584168"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000767262208/e87153a6a4d470acc8fc369420726492_normal.png"], ["user_name", "Brave Collective"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.347095"], ["hashtag_id", 1], ["hashtaggable_id", 1095], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.347095"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435528429442965504' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 21:37:23.000000"], ["text", "Whilst still dazed...how to build a strategy to stay alive with no skills - http://t.co/Z19APujRk1 #Eveonline #Tweetfleet"], ["tweet_id", "435528429442965504"], ["updated_at", "2014-02-22 11:46:07.353619"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.354748"], ["hashtag_id", 1], ["hashtaggable_id", 1096], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.354748"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435525919122677762' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 21:27:25.000000"], ["text", "THANKS @Zebra_Corp BROSEFS 'xander is a twat but hey vote for xander cos there are even bigger twats in eve' #tweetfleet #eveonline"], ["tweet_id", "435525919122677762"], ["updated_at", "2014-02-22 11:46:07.360947"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.362086"], ["hashtag_id", 1], ["hashtaggable_id", 1097], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.362086"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435525311128961024' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 21:25:00.000000"], ["text", "RT @midi2304 : Just to make you all aware, my Jita Park candidacy thread is now up https://t.co/gQUyxzMhhe #tweetfleet #eveonline"], ["tweet_id", "435525311128961024"], ["updated_at", "2014-02-22 11:46:07.368742"], ["user_handle", "TiberiusMurderh"], ["user_id", "125919636"], ["user_image_url", "https://pbs.twimg.com/profile_images/1252290182/1921397243_256_normal.jpg"], ["user_name", "Tiberius Murderhorne"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.370191"], ["hashtag_id", 1], ["hashtaggable_id", 1098], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.370191"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435523409448275969' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 21:17:27.000000"], ["text", "The First Daze - http://t.co/52I8O9uvi8 #Eveonline #Tweetfleet"], ["tweet_id", "435523409448275969"], ["updated_at", "2014-02-22 11:46:07.377325"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.378433"], ["hashtag_id", 1], ["hashtaggable_id", 1099], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.378433"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435523038159724545' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 21:15:58.000000"], ["text", "EVE: Rubicon 1.2 tomorrow launches with single frigate sov warfare capability. Sov is one torp away. #eveonline"], ["tweet_id", "435523038159724545"], ["updated_at", "2014-02-22 11:46:07.384274"], ["user_handle", "EVEEnquirer"], ["user_id", "1307515628"], ["user_image_url", "https://pbs.twimg.com/profile_images/3438016436/f2e3b54011b23a8632c8de1a9051c26f_normal.png"], ["user_name", "EVE Enquirer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:07.385322"], ["hashtag_id", 1], ["hashtaggable_id", 1100], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:07.385322"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435522717194784768' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 21:14:42.000000"], ["text", "RT @midi2304: Just to make you all aware, my Jita Park candidacy thread is now up https://t.co/3aHFgOa491 #tweetfleet #eveonline"], ["tweet_id", "435522717194784768"], ["updated_at", "2014-02-22 11:46:08.529466"], ["user_handle", "BomberJayne"], ["user_id", "1319581862"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000566859051/4a350ae42f81123d4ceaaaebd56d3b60_normal.jpeg"], ["user_name", "Jayne Fillon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.530537"], ["hashtag_id", 1], ["hashtaggable_id", 1101], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.530537"]]  (2.6ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435519818004176896' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 21:03:10.000000"], ["text", "Just to make you all aware, my Jita Park candidacy thread is now up https://t.co/3aHFgOa491 #tweetfleet #eveonline"], ["tweet_id", "435519818004176896"], ["updated_at", "2014-02-22 11:46:08.538722"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.539796"], ["hashtag_id", 1], ["hashtaggable_id", 1102], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.539796"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435516683587829760' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 20:50:43.000000"], ["text", "And again, Monday is Mining Day! #tweetfleet #eveonline"], ["tweet_id", "435516683587829760"], ["updated_at", "2014-02-22 11:46:08.545436"], ["user_handle", "Glorrion"], ["user_id", "274454521"], ["user_image_url", "https://pbs.twimg.com/profile_images/1307057071/jw_andromeda_6_normal.JPG"], ["user_name", "Glorrion"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.546426"], ["hashtag_id", 1], ["hashtaggable_id", 1103], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.546426"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435516667414597632' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 20:50:39.000000"], ["text", "RT @eve_kill: Richard TheLordOfDance's Tayra worth 127.09b ISK was destroyed! http://t.co/vCA02pRsPc #tweetfleet #eveonline"], ["tweet_id", "435516667414597632"], ["updated_at", "2014-02-22 11:46:08.552357"], ["user_handle", "hunanladdiad"], ["user_id", "66087141"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000152170548/22b1292c7fd21b8440ed2b9382a2b2bd_normal.jpeg"], ["user_name", "Braellain"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.553414"], ["hashtag_id", 1], ["hashtaggable_id", 1104], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.553414"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435506511997972480' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 20:10:18.000000"], ["text", "So i'm back with this twitter thing. Only vanished for a few months. One thing i'm certainly looking forward to is #fanfest #eveonline"], ["tweet_id", "435506511997972480"], ["updated_at", "2014-02-22 11:46:08.559024"], ["user_handle", "amymuffmuff"], ["user_id", "890672676"], ["user_image_url", "https://pbs.twimg.com/profile_images/2736427678/0b800d4f46a4d9f647164c1192a9f6b7_normal.jpeg"], ["user_name", "amymuffmuff"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.560008"], ["hashtag_id", 1], ["hashtaggable_id", 1105], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.560008"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435506284901584896' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 20:09:24.000000"], ["text", "Looking for your critical feedback on the 'look and feel' of the #eveonline and #tweetfleet site here http://t.co/w9qw4SWmqs #runforcover"], ["tweet_id", "435506284901584896"], ["updated_at", "2014-02-22 11:46:08.565588"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.566586"], ["hashtag_id", 1], ["hashtaggable_id", 1106], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.566586"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435501240077017088' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 19:49:21.000000"], ["text", "RT @AGIPodcast: Just confirmed @Sugar_Kyle for this weeks Podcast at 0030 EVE Time on the 20th (Thats wednesday still for Americans) #tweet…"], ["tweet_id", "435501240077017088"], ["updated_at", "2014-02-22 11:46:08.571974"], ["user_handle", "Niden_GMVA"], ["user_id", "1580099118"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000862103700/NzB6zksd_normal.jpeg"], ["user_name", "Niden"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.572980"], ["hashtag_id", 1], ["hashtaggable_id", 1107], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.572980"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435500854515630080' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 19:47:49.000000"], ["text", "@evenews24 #tweetfleet #eveonline - Why do they keep saying \"N3PL\" when PL is being kept safe by their agreement with Goons?"], ["tweet_id", "435500854515630080"], ["updated_at", "2014-02-22 11:46:08.578526"], ["user_handle", "Snot_Shot"], ["user_id", "624216119"], ["user_image_url", "https://pbs.twimg.com/profile_images/429758824413949952/cqOVDrlt_normal.jpeg"], ["user_name", "Snot Shot"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.579617"], ["hashtag_id", 1], ["hashtaggable_id", 1108], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.579617"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435495781777539072' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 19:27:40.000000"], ["text", "RT @eve_kill: Richard TheLordOfDance's Tayra worth 127.09b ISK was destroyed! http://t.co/vCA02pRsPc #tweetfleet #eveonline"], ["tweet_id", "435495781777539072"], ["updated_at", "2014-02-22 11:46:08.585342"], ["user_handle", "Backbone666"], ["user_id", "92365119"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000677284642/32b653aca23725415e1d882519900ac0_normal.jpeg"], ["user_name", "Mike Redington"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.586343"], ["hashtag_id", 1], ["hashtaggable_id", 1109], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.586343"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435493583337308160' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 19:18:56.000000"], ["text", "RT @AGIPodcast: Just confirmed @Sugar_Kyle for this weeks Podcast at 0030 EVE Time on the 20th (Thats wednesday still for Americans) #tweet…"], ["tweet_id", "435493583337308160"], ["updated_at", "2014-02-22 11:46:08.592268"], ["user_handle", "awanderingjon"], ["user_id", "246794034"], ["user_image_url", "https://pbs.twimg.com/profile_images/416928628232826881/qa6mBoOl_normal.jpeg"], ["user_name", "Mangala Solaris"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.593336"], ["hashtag_id", 1], ["hashtaggable_id", 1110], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.593336"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435493563288535040' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 19:18:51.000000"], ["text", "RT @AGIPodcast: Just confirmed @Sugar_Kyle for this weeks Podcast at 0030 EVE Time on the 20th (Thats wednesday still for Americans) #tweet…"], ["tweet_id", "435493563288535040"], ["updated_at", "2014-02-22 11:46:08.599021"], ["user_handle", "RVikary"], ["user_id", "1880864420"], ["user_image_url", "https://pbs.twimg.com/profile_images/422782435403649024/2tJS84KE_normal.jpeg"], ["user_name", "Rodrik Vikary"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.600008"], ["hashtag_id", 1], ["hashtaggable_id", 1111], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.600008"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435492277712982016' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 19:13:44.000000"], ["text", "Just confirmed @Sugar_Kyle for this weeks Podcast at 0030 EVE Time on the 20th (Thats wednesday still for Americans) #tweetfleet #eveonline"], ["tweet_id", "435492277712982016"], ["updated_at", "2014-02-22 11:46:08.605619"], ["user_handle", "AGIPodcast"], ["user_id", "2205725359"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000767647352/705a496da178163a92eb2953a9f239c2_normal.png"], ["user_name", "The Capsuleer"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.606654"], ["hashtag_id", 1], ["hashtaggable_id", 1112], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.606654"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435484198371987456' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 18:41:38.000000"], ["text", "RT @EVEEnquirer: EVE: Queue of pilots on the Jita gate unimpressed by the cap rise on Corporations. #eveonline"], ["tweet_id", "435484198371987456"], ["updated_at", "2014-02-22 11:46:08.612528"], ["user_handle", "Murph982"], ["user_id", "459437286"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000021365072/1d4a3e49f97128f79572f93745a3f6fb_normal.png"], ["user_name", "izmurph"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.613553"], ["hashtag_id", 1], ["hashtaggable_id", 1113], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.613553"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435481532158181376' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 18:31:02.000000"], ["text", "Richard TheLordOfDance's Tayra worth 127.09b ISK was destroyed! http://t.co/vCA02pRsPc #tweetfleet #eveonline"], ["tweet_id", "435481532158181376"], ["updated_at", "2014-02-22 11:46:08.619397"], ["user_handle", "eve_kill"], ["user_id", "375268066"], ["user_image_url", "https://pbs.twimg.com/profile_images/1547384154/Image_2011-09-17_at_10.28.31_PM_normal.png"], ["user_name", "EVE-KILL"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.620426"], ["hashtag_id", 1], ["hashtaggable_id", 1114], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.620426"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435480607921942528' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 18:27:22.000000"], ["text", "EVE Online - лучшая космическая онлайн игра | EVE Online Russia http://t.co/FMj3OdVkXi #eveonline"], ["tweet_id", "435480607921942528"], ["updated_at", "2014-02-22 11:46:08.625968"], ["user_handle", "kaptepq"], ["user_id", "598188074"], ["user_image_url", "https://pbs.twimg.com/profile_images/2274134213/04_normal.gif"], ["user_name", "kaptepq"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.626957"], ["hashtag_id", 1], ["hashtaggable_id", 1115], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.626957"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435480129968812032' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 18:25:28.000000"], ["text", "RT @edmkone1: Camped 0-W all day today without even being home, drone assist is fine guys #tweetfleet #eveonline #brokenmechanics #ishtarse…"], ["tweet_id", "435480129968812032"], ["updated_at", "2014-02-22 11:46:08.632648"], ["user_handle", "Collatinus1"], ["user_id", "570928019"], ["user_image_url", "https://pbs.twimg.com/profile_images/2190210840/90713562_256_normal.jpg"], ["user_name", "Collatinus"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.633684"], ["hashtag_id", 1], ["hashtaggable_id", 1116], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.633684"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435480032979337216' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 18:25:05.000000"], ["text", "#tweetfleet Leaks: Nano Mage speaks to AAA members http://t.co/mv4Q1kOYth #Leaks #AgainstALLAuthorities #eveonline"], ["tweet_id", "435480032979337216"], ["updated_at", "2014-02-22 11:46:08.640654"], ["user_handle", "evenews24"], ["user_id", "167901620"], ["user_image_url", "https://pbs.twimg.com/profile_images/3132214338/1eb456e723b00ed80b9ed3b0d59d18ec_normal.png"], ["user_name", "EveNews24.com"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.641959"], ["hashtag_id", 1], ["hashtaggable_id", 1117], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.641959"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435477457190150144' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 18:14:51.000000"], ["text", "Looted a CONCORD Battleship after a battle... Was fun, but I was worried CONCORD would kill me for it. Got Millions of Loot! #eveonline"], ["tweet_id", "435477457190150144"], ["updated_at", "2014-02-22 11:46:08.648725"], ["user_handle", "STR_Samson"], ["user_id", "2347461403"], ["user_image_url", "https://pbs.twimg.com/profile_images/435163698055770112/B0D18qVH_normal.jpeg"], ["user_name", "Samson Lancaster"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.649852"], ["hashtag_id", 1], ["hashtaggable_id", 1118], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.649852"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435475836813078530' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 18:08:24.000000"], ["text", "EVE: Queue of pilots on the Jita gate unimpressed by the cap rise on Corporations. #eveonline"], ["tweet_id", "435475836813078530"], ["updated_at", "2014-02-22 11:46:08.655283"], ["user_handle", "EVEEnquirer"], ["user_id", "1307515628"], ["user_image_url", "https://pbs.twimg.com/profile_images/3438016436/f2e3b54011b23a8632c8de1a9051c26f_normal.png"], ["user_name", "EVE Enquirer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.656301"], ["hashtag_id", 1], ["hashtaggable_id", 1119], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.656301"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.6ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435473402837893120' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 17:58:44.000000"], ["text", "http://t.co/KHKL5YFUyh\n\n#music #BNI #tweetfleet #eveonline #comejoinus"], ["tweet_id", "435473402837893120"], ["updated_at", "2014-02-22 11:46:08.663666"], ["user_handle", "frisky_ferret"], ["user_id", "174672771"], ["user_image_url", "https://pbs.twimg.com/profile_images/424747453905371136/4iaGyW9T_normal.jpeg"], ["user_name", "NotAFurry"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.664750"], ["hashtag_id", 1], ["hashtaggable_id", 1120], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.664750"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435472575918256128' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 17:55:27.000000"], ["text", "RT @ArgusSorn: @CCP_Guard Ticket Bought! Cannot wait for another #evecongaline at the #partyatthetopoftheworld! #eveonline #tweetfleet"], ["tweet_id", "435472575918256128"], ["updated_at", "2014-02-22 11:46:08.670589"], ["user_handle", "_psymon"], ["user_id", "573528396"], ["user_image_url", "https://pbs.twimg.com/profile_images/2844545231/b59a10b2f98360cf238cba3c28f46218_normal.jpeg"], ["user_name", "Vincent Lebeau"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.671619"], ["hashtag_id", 1], ["hashtaggable_id", 1121], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.671619"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435472385005715456' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 17:54:41.000000"], ["text", "#tweetfleet Leaks: Against ALL Authorities update http://t.co/T2BVzCvefx #Leaks #AgainstALLAuthorities #eveonline"], ["tweet_id", "435472385005715456"], ["updated_at", "2014-02-22 11:46:08.677035"], ["user_handle", "evenews24"], ["user_id", "167901620"], ["user_image_url", "https://pbs.twimg.com/profile_images/3132214338/1eb456e723b00ed80b9ed3b0d59d18ec_normal.png"], ["user_name", "EveNews24.com"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.678087"], ["hashtag_id", 1], ["hashtaggable_id", 1122], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.678087"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435472383734845440' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 17:54:41.000000"], ["text", "#tweetfleet Dev Post: Corporation Member Cap Increase http://t.co/ffTXd2M1W0 #Articles #eveonline"], ["tweet_id", "435472383734845440"], ["updated_at", "2014-02-22 11:46:08.683887"], ["user_handle", "evenews24"], ["user_id", "167901620"], ["user_image_url", "https://pbs.twimg.com/profile_images/3132214338/1eb456e723b00ed80b9ed3b0d59d18ec_normal.png"], ["user_name", "EveNews24.com"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.684867"], ["hashtag_id", 1], ["hashtaggable_id", 1123], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.684867"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435469536536453120' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 17:43:22.000000"], ["text", "Awesome article by @noizygamer here http://t.co/xCZzMaCi9L #eveonline #tweetfleet"], ["tweet_id", "435469536536453120"], ["updated_at", "2014-02-22 11:46:08.690429"], ["user_handle", "MarcScaurus"], ["user_id", "46476385"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000262180157/5e15e41dce26a952bb0854463de36f41_normal.png"], ["user_name", "David Andrews"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.691468"], ["hashtag_id", 1], ["hashtaggable_id", 1124], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.691468"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435469298744582144' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 17:42:26.000000"], ["image_url", "https://pbs.twimg.com/media/BgsZBR6CYAAtEOm.jpg"], ["text", "Look Ma, I'm mining Veldspar! #tweetfleet #eveonline http://t.co/ifCXlufru4"], ["tweet_id", "435469298744582144"], ["updated_at", "2014-02-22 11:46:08.697652"], ["user_handle", "rox_lukas"], ["user_id", "183519788"], ["user_image_url", "https://pbs.twimg.com/profile_images/2585331589/3mw8a9xqorz1jii75igw_normal.jpeg"], ["user_name", "Lukas Rox"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.698704"], ["hashtag_id", 1], ["hashtaggable_id", 1125], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.698704"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435468479379288064' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 17:39:10.000000"], ["text", "RT @RixxJavix: We are working on some cool ideas for a few small events beginning of April, stay tuned! #tweetfeet #eveonline"], ["tweet_id", "435468479379288064"], ["updated_at", "2014-02-22 11:46:08.704388"], ["user_handle", "RVikary"], ["user_id", "1880864420"], ["user_image_url", "https://pbs.twimg.com/profile_images/422782435403649024/2tJS84KE_normal.jpeg"], ["user_name", "Rodrik Vikary"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.705405"], ["hashtag_id", 1], ["hashtaggable_id", 1126], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.705405"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435463472768638976' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 17:19:17.000000"], ["text", "@evenews24 #tweetfleet #eveonline - PL has been in bed with Goons for years to benefit a few with RL kick backs as the 0.0 puppet show cont"], ["tweet_id", "435463472768638976"], ["updated_at", "2014-02-22 11:46:08.710830"], ["user_handle", "Snot_Shot"], ["user_id", "624216119"], ["user_image_url", "https://pbs.twimg.com/profile_images/429758824413949952/cqOVDrlt_normal.jpeg"], ["user_name", "Snot Shot"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.711802"], ["hashtag_id", 1], ["hashtaggable_id", 1127], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.711802"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.3ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435462681827758080' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 17:16:08.000000"], ["text", "RT @edmkone1: 0-W Hellcamp Day 3, at work right now and still campin #greenkillboards #tweetfleet #eveonline #droneassist"], ["tweet_id", "435462681827758080"], ["updated_at", "2014-02-22 11:46:08.717338"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.718376"], ["hashtag_id", 1], ["hashtaggable_id", 1128], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.718376"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435462607726600192' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 17:15:50.000000"], ["text", "прокачать в #eveonline"], ["tweet_id", "435462607726600192"], ["updated_at", "2014-02-22 11:46:08.723862"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.724833"], ["hashtag_id", 1], ["hashtaggable_id", 1129], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.724833"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435462476931428352' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 17:15:19.000000"], ["text", "0-W Hellcamp Day 3, at work right now and still campin #greenkillboards #tweetfleet #eveonline #droneassist"], ["tweet_id", "435462476931428352"], ["updated_at", "2014-02-22 11:46:08.730376"], ["user_handle", "edmkone1"], ["user_id", "2333983615"], ["user_image_url", "https://pbs.twimg.com/profile_images/432372279322738690/mdXPLPN7_normal.png"], ["user_name", "Edmark1"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.731350"], ["hashtag_id", 1], ["hashtaggable_id", 1130], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.731350"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435460139705851905' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 17:06:02.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "435460139705851905"], ["updated_at", "2014-02-22 11:46:08.737326"], ["user_handle", "slate74"], ["user_id", "210872259"], ["user_image_url", "https://pbs.twimg.com/profile_images/2982950364/f77acfc700879e1966ee85e26c94f4a3_normal.jpeg"], ["user_name", "Rick"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.738322"], ["hashtag_id", 1], ["hashtaggable_id", 1131], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.738322"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435459874026053632' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 17:04:59.000000"], ["text", "EVERYTHING IS AWESOME! EVERYTHING IS COOL WHEN YOU'RE PART OF A #TEAMSTAYFROSTY #eveonline"], ["tweet_id", "435459874026053632"], ["updated_at", "2014-02-22 11:46:08.745453"], ["user_handle", "este_destirr"], ["user_id", "2166887203"], ["user_image_url", "https://pbs.twimg.com/profile_images/431106048976379904/NPhIWv4C_normal.jpeg"], ["user_name", "Este DeStirr"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.747137"], ["hashtag_id", 1], ["hashtaggable_id", 1132], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.747137"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.6ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435459761044090880' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 17:04:32.000000"], ["text", "http://t.co/XWgFLw2hXG Watch it :) You know you want too! #tweetfleet #eveonline"], ["tweet_id", "435459761044090880"], ["updated_at", "2014-02-22 11:46:08.754069"], ["user_handle", "AGIPodcast"], ["user_id", "2205725359"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000767647352/705a496da178163a92eb2953a9f239c2_normal.png"], ["user_name", "The Capsuleer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.755250"], ["hashtag_id", 1], ["hashtaggable_id", 1133], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.755250"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435456884296781824' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 16:53:06.000000"], ["text", "#tweetfleet Jester’s Trek: Blue doughnot http://t.co/5mx7ZG823X #Articles #eveonline"], ["tweet_id", "435456884296781824"], ["updated_at", "2014-02-22 11:46:08.761375"], ["user_handle", "evenews24"], ["user_id", "167901620"], ["user_image_url", "https://pbs.twimg.com/profile_images/3132214338/1eb456e723b00ed80b9ed3b0d59d18ec_normal.png"], ["user_name", "EveNews24.com"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.762395"], ["hashtag_id", 1], ["hashtaggable_id", 1134], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.762395"]]  (1.1ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435454724985212928' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 16:44:31.000000"], ["text", "#SocketClosed error every time I try to create my new character on #EveOnline, fuck it, won't be bothering if they can't even get that right"], ["tweet_id", "435454724985212928"], ["updated_at", "2014-02-22 11:46:08.768509"], ["user_handle", "TheOldPSGamer"], ["user_id", "2268089070"], ["user_image_url", "https://pbs.twimg.com/profile_images/417456105774526465/k-RKvLwC_normal.jpeg"], ["user_name", "TheOldPSGamer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.769595"], ["hashtag_id", 1], ["hashtaggable_id", 1135], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.769595"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435452232637501440' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 16:34:37.000000"], ["text", "I made a personal twitter account finally, So I don't clutter this one with #eveonline - Follow me here! @STR_Samson - Samson"], ["tweet_id", "435452232637501440"], ["updated_at", "2014-02-22 11:46:08.775324"], ["user_handle", "Str_n_Gaming"], ["user_id", "1355106906"], ["user_image_url", "https://pbs.twimg.com/profile_images/423207820998094848/LCEjKnHM_normal.jpeg"], ["user_name", "Str n Gaming"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.776336"], ["hashtag_id", 1], ["hashtaggable_id", 1136], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.776336"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435451223777361922' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 16:30:37.000000"], ["image_url", "https://pbs.twimg.com/media/BgsIlLiCEAETTKE.png"], ["text", "Гхм. Они поменяли требования по скилам для Machariel, и, по идее, я не должен мочь садиться в неё. #EVEOnline http://t.co/kPxDBgEujm"], ["tweet_id", "435451223777361922"], ["updated_at", "2014-02-22 11:46:08.784102"], ["user_handle", "levisomnus"], ["user_id", "264350247"], ["user_image_url", "https://pbs.twimg.com/profile_images/418170680622866432/ajrOIK3n_normal.jpeg"], ["user_name", "Serge Zarviroff"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.785329"], ["hashtag_id", 1], ["hashtaggable_id", 1137], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.785329"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435450597048061953' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 16:28:07.000000"], ["text", "RT @CCP_Fozzie: So many new #EVEOnline players that we need to increase the corp member cap to 12600 people. Good problem to have. https://…"], ["tweet_id", "435450597048061953"], ["updated_at", "2014-02-22 11:46:08.791725"], ["user_handle", "cirrocolo"], ["user_id", "17065050"], ["user_image_url", "https://pbs.twimg.com/profile_images/1473185761/dniJ3T2k_normal"], ["user_name", "Henrik Johansson"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.792900"], ["hashtag_id", 1], ["hashtaggable_id", 1138], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.792900"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435448755475578881' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 16:20:48.000000"], ["text", "Today, because I cannot remember if I have been there, I am going to visit the Black Monolith in the Dead End system. #eveonline"], ["tweet_id", "435448755475578881"], ["updated_at", "2014-02-22 11:46:08.798870"], ["user_handle", "Hi7ch"], ["user_id", "824503267"], ["user_image_url", "https://pbs.twimg.com/profile_images/3709137980/2c11d8a939a826cdf488a2fccee67d2e_normal.jpeg"], ["user_name", "Hitch"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.799929"], ["hashtag_id", 1], ["hashtaggable_id", 1139], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.799929"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435446268781789184' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 16:10:55.000000"], ["text", "RT @BomberJayne: It's finally official! Here I come CSM9. http://t.co/CWkDiKCnIe #tweetfleet #eveonline #csm9"], ["tweet_id", "435446268781789184"], ["updated_at", "2014-02-22 11:46:08.805828"], ["user_handle", "RixxJavix"], ["user_id", "315868674"], ["user_image_url", "https://pbs.twimg.com/profile_images/3655229394/1487dc41b39a3a1b6827984dc95072ea_normal.jpeg"], ["user_name", "Rixx Javix"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.807016"], ["hashtag_id", 1], ["hashtaggable_id", 1140], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.807016"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435446182307844096' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 16:10:34.000000"], ["text", "We are working on some cool ideas for a few small events beginning of April, stay tuned! #tweetfeet #eveonline"], ["tweet_id", "435446182307844096"], ["updated_at", "2014-02-22 11:46:08.813530"], ["user_handle", "RixxJavix"], ["user_id", "315868674"], ["user_image_url", "https://pbs.twimg.com/profile_images/3655229394/1487dc41b39a3a1b6827984dc95072ea_normal.jpeg"], ["user_name", "Rixx Javix"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.814635"], ["hashtag_id", 1], ["hashtaggable_id", 1141], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.814635"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435446092943998976' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 16:10:13.000000"], ["text", "RT @BomberJayne: It's finally official! Here I come CSM9. http://t.co/CWkDiKCnIe #tweetfleet #eveonline #csm9"], ["tweet_id", "435446092943998976"], ["updated_at", "2014-02-22 11:46:08.820326"], ["user_handle", "BraveNewbies"], ["user_id", "1377916285"], ["user_image_url", "https://pbs.twimg.com/profile_images/3570196816/a6c023f7dc686e09447232bbc12fa5e7_normal.png"], ["user_name", "Brave Newbies"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.821318"], ["hashtag_id", 1], ["hashtaggable_id", 1142], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.821318"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435445909657092096' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 16:09:29.000000"], ["text", "@Zendane_Eve Vivid storytelling with a cool end. Well read, bro! #tweetfleet #eveonline #evereader #podcast"], ["tweet_id", "435445909657092096"], ["updated_at", "2014-02-22 11:46:08.826835"], ["user_handle", "Protovarious"], ["user_id", "1733482842"], ["user_image_url", "https://pbs.twimg.com/profile_images/417928543499079680/gKvvRpkj_normal.jpeg"], ["user_name", "Protovarious"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.827827"], ["hashtag_id", 1], ["hashtaggable_id", 1143], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.827827"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435445255836422144' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 16:06:53.000000"], ["text", "RT @Zendane_Eve: Episode 28 of Eve Reader up at http://t.co/dHbZ6y7xEF with the son of an Amarrian noble that strays a bit too far... #twee…"], ["tweet_id", "435445255836422144"], ["updated_at", "2014-02-22 11:46:08.833754"], ["user_handle", "BraveNewbies"], ["user_id", "1377916285"], ["user_image_url", "https://pbs.twimg.com/profile_images/3570196816/a6c023f7dc686e09447232bbc12fa5e7_normal.png"], ["user_name", "Brave Newbies"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.834760"], ["hashtag_id", 1], ["hashtaggable_id", 1144], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.834760"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435443941127622656' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 16:01:40.000000"], ["text", "Thinking about getting a cuff to match @Voidscribbler's before #EveFanfest2014. So fancy. https://t.co/xsd5S94SrF #tweetfleet #eveonline"], ["tweet_id", "435443941127622656"], ["updated_at", "2014-02-22 11:46:08.840736"], ["user_handle", "SindelPellion"], ["user_id", "369212738"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000468603357/c28ad1c74f298ee654ad02467cf680c5_normal.png"], ["user_name", "Sindel Pellion"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.841753"], ["hashtag_id", 1], ["hashtaggable_id", 1145], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.841753"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435443527699660800' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 16:00:01.000000"], ["text", "RT @Zendane_Eve: Episode 28 of Eve Reader up at http://t.co/dHbZ6y7xEF with the son of an Amarrian noble that strays a bit too far... #twee…"], ["tweet_id", "435443527699660800"], ["updated_at", "2014-02-22 11:46:08.847506"], ["user_handle", "PvPizza"], ["user_id", "67110781"], ["user_image_url", "https://pbs.twimg.com/profile_images/426707266297815040/oqnr7sd__normal.jpeg"], ["user_name", "Mr Veda"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.848564"], ["hashtag_id", 1], ["hashtaggable_id", 1146], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.848564"]]  (3.2ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435443500768067584' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 15:59:55.000000"], ["text", "RT @Jeg_Elsker: This week @ForlornW has put together a cracking piece on power projection. http://t.co/zrTw8gDIcx #tweetfleet #eveonline"], ["tweet_id", "435443500768067584"], ["updated_at", "2014-02-22 11:46:08.857134"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.858290"], ["hashtag_id", 1], ["hashtaggable_id", 1147], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.858290"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435443074899410946' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 15:58:13.000000"], ["text", "RT @Zendane_Eve: Episode 28 of Eve Reader up at http://t.co/dHbZ6y7xEF with the son of an Amarrian noble that strays a bit too far... #twee…"], ["tweet_id", "435443074899410946"], ["updated_at", "2014-02-22 11:46:08.863942"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.864982"], ["hashtag_id", 1], ["hashtaggable_id", 1148], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.864982"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435443012882026496' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 15:57:59.000000"], ["text", "RT @Zendane_Eve: Episode 28 of Eve Reader up at http://t.co/dHbZ6y7xEF with the son of an Amarrian noble that strays a bit too far... #twee…"], ["tweet_id", "435443012882026496"], ["updated_at", "2014-02-22 11:46:08.870506"], ["user_handle", "Protovarious"], ["user_id", "1733482842"], ["user_image_url", "https://pbs.twimg.com/profile_images/417928543499079680/gKvvRpkj_normal.jpeg"], ["user_name", "Protovarious"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.871511"], ["hashtag_id", 1], ["hashtaggable_id", 1149], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.871511"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435442814118141952' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 15:57:11.000000"], ["text", "RT @Jeg_Elsker: This week @ForlornW has put together a cracking piece on power projection. http://t.co/zrTw8gDIcx #tweetfleet #eveonline"], ["tweet_id", "435442814118141952"], ["updated_at", "2014-02-22 11:46:08.877093"], ["user_handle", "Protovarious"], ["user_id", "1733482842"], ["user_image_url", "https://pbs.twimg.com/profile_images/417928543499079680/gKvvRpkj_normal.jpeg"], ["user_name", "Protovarious"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.878205"], ["hashtag_id", 1], ["hashtaggable_id", 1150], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.878205"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435442209261756416' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 15:54:47.000000"], ["text", "Episode 28 of Eve Reader up at http://t.co/dHbZ6y7xEF with the son of an Amarrian noble that strays a bit too far... #tweetfleet #eveonline"], ["tweet_id", "435442209261756416"], ["updated_at", "2014-02-22 11:46:08.883748"], ["user_handle", "Zendane_Eve"], ["user_id", "1947197916"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000567612197/2037427a42c931fcc473e0c28cbb5b04_normal.jpeg"], ["user_name", "Zendane"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.884718"], ["hashtag_id", 1], ["hashtaggable_id", 1151], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.884718"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435442028860964864' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 15:54:04.000000"], ["text", "RT @Jeg_Elsker: This week @ForlornW has put together a cracking piece on power projection. http://t.co/zrTw8gDIcx #tweetfleet #eveonline"], ["tweet_id", "435442028860964864"], ["updated_at", "2014-02-22 11:46:08.890258"], ["user_handle", "Niden_GMVA"], ["user_id", "1580099118"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000862103700/NzB6zksd_normal.jpeg"], ["user_name", "Niden"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.891252"], ["hashtag_id", 1], ["hashtaggable_id", 1152], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.891252"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435442000599736320' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 15:53:57.000000"], ["image_url", "https://pbs.twimg.com/media/BgrSQMNCEAEwhup.jpg"], ["text", "RT @Drackarn: Got a great idea for simplifying the overview for Blog Banter 53. That'll help, right? #tweetfleet #eveonline http://t.co/VML…"], ["tweet_id", "435442000599736320"], ["updated_at", "2014-02-22 11:46:08.897417"], ["user_handle", "Pure_Ebil"], ["user_id", "1061954000"], ["user_image_url", "https://pbs.twimg.com/profile_images/3483709611/ef35ce1b7351f121eedfc8364018e28f_normal.jpeg"], ["user_name", "Pure Ebil"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.898458"], ["hashtag_id", 1], ["hashtaggable_id", 1153], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.898458"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435441367419199488' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 15:51:26.000000"], ["text", "This week @ForlornW has put together a cracking piece on power projection. http://t.co/zrTw8gDIcx #tweetfleet #eveonline"], ["tweet_id", "435441367419199488"], ["updated_at", "2014-02-22 11:46:08.904033"], ["user_handle", "Jeg_Elsker"], ["user_id", "604750713"], ["user_image_url", "https://pbs.twimg.com/profile_images/2311249536/4akdxj7o2p2qswc2nlwi_normal.jpeg"], ["user_name", "Jeg Elsker"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.905020"], ["hashtag_id", 1], ["hashtaggable_id", 1154], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.905020"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435440224504524800' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 15:46:54.000000"], ["text", "Going to regret this but have signed up for an #EveOnline account, see how it goes played WOW for so long it can't be any worse than that."], ["tweet_id", "435440224504524800"], ["updated_at", "2014-02-22 11:46:08.910624"], ["user_handle", "TheOldPSGamer"], ["user_id", "2268089070"], ["user_image_url", "https://pbs.twimg.com/profile_images/417456105774526465/k-RKvLwC_normal.jpeg"], ["user_name", "TheOldPSGamer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.911604"], ["hashtag_id", 1], ["hashtaggable_id", 1155], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.911604"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435439991217352704' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 15:45:58.000000"], ["text", "자, 어그로를 이용할 시간이 되었다! 좌판을 깔자! #eveonline 영업할 시간이다!"], ["tweet_id", "435439991217352704"], ["updated_at", "2014-02-22 11:46:08.917323"], ["user_handle", "KimHodolski"], ["user_id", "111301846"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000589356179/616961ecafdff7288681a8ea4a36bb8c_normal.jpeg"], ["user_name", "222 Hodolski"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.918343"], ["hashtag_id", 1], ["hashtaggable_id", 1156], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.918343"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435439652133421056' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 15:44:37.000000"], ["text", "RT @CCP_Fozzie: So many new #EVEOnline players that we need to increase the corp member cap to 12600 people. Good problem to have. https://…"], ["tweet_id", "435439652133421056"], ["updated_at", "2014-02-22 11:46:08.924140"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:08.925136"], ["hashtag_id", 1], ["hashtaggable_id", 1157], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:08.925136"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435438974224437248' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 15:41:56.000000"], ["text", "미국도 빨지 말고 일본도 빨지 말고 청정 아이슬란드 빱시다! http://t.co/4xBRXKGRqw https://t.co/m1O1FhJciF #eveonline #tweetfleet @viviannana_"], ["tweet_id", "435438974224437248"], ["updated_at", "2014-02-22 11:46:09.008596"], ["user_handle", "KimHodolski"], ["user_id", "111301846"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000589356179/616961ecafdff7288681a8ea4a36bb8c_normal.jpeg"], ["user_name", "222 Hodolski"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.009781"], ["hashtag_id", 1], ["hashtaggable_id", 1158], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.009781"]]  (1.5ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435438469893332992' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 15:39:55.000000"], ["text", "RT @ArgusSorn: @CCP_Guard Ticket Bought! Cannot wait for another #evecongaline at the #partyatthetopoftheworld! #eveonline #tweetfleet"], ["tweet_id", "435438469893332992"], ["updated_at", "2014-02-22 11:46:09.016765"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.017809"], ["hashtag_id", 1], ["hashtaggable_id", 1159], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.017809"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435437199300235264' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 15:34:53.000000"], ["text", "@CCP_Guard Ticket Bought! Cannot wait for another #evecongaline at the #partyatthetopoftheworld! #eveonline #tweetfleet"], ["tweet_id", "435437199300235264"], ["updated_at", "2014-02-22 11:46:09.023401"], ["user_handle", "ArgusSorn"], ["user_id", "812556518"], ["user_image_url", "https://pbs.twimg.com/profile_images/2591684531/y4lx0l216m1xbcqo4fc3_normal.jpeg"], ["user_name", "Argus Sorn"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.024434"], ["hashtag_id", 1], ["hashtaggable_id", 1160], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.024434"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435434011200978946' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 15:22:12.000000"], ["text", "RT @CCP_Fozzie: So many new #EVEOnline players that we need to increase the corp member cap to 12600 people. Good problem to have. https://…"], ["tweet_id", "435434011200978946"], ["updated_at", "2014-02-22 11:46:09.030046"], ["user_handle", "BraveNewbies"], ["user_id", "1377916285"], ["user_image_url", "https://pbs.twimg.com/profile_images/3570196816/a6c023f7dc686e09447232bbc12fa5e7_normal.png"], ["user_name", "Brave Newbies"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.031203"], ["hashtag_id", 1], ["hashtaggable_id", 1161], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.031203"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435433541451911169' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 15:20:20.000000"], ["text", "RT @CCP_Fozzie: So many new #EVEOnline players that we need to increase the corp member cap to 12600 people. Good problem to have. https://…"], ["tweet_id", "435433541451911169"], ["updated_at", "2014-02-22 11:46:09.037235"], ["user_handle", "ali_of_space"], ["user_id", "1325848549"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000581522948/f99c56f2d7aa1cf36dc0b3ab8ca78c25_normal.jpeg"], ["user_name", "Ellen McManis"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.038338"], ["hashtag_id", 1], ["hashtaggable_id", 1162], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.038338"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435432723210317825' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 15:17:05.000000"], ["text", "@CCP_Fozzie wow, we didn't even have to write CCP a song this time #tweetfleet #eveonline"], ["tweet_id", "435432723210317825"], ["updated_at", "2014-02-22 11:46:09.043962"], ["user_handle", "anderton_faln"], ["user_id", "1570310120"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000090907297/b5f1fb757f81fbdc9db36b773d4559e5_normal.jpeg"], ["user_name", "Anderton Faln"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.044987"], ["hashtag_id", 1], ["hashtaggable_id", 1163], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.044987"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435431633353977856' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 15:12:45.000000"], ["image_url", "https://pbs.twimg.com/media/BgrSQMNCEAEwhup.jpg"], ["text", "RT @Drackarn: Got a great idea for simplifying the overview for Blog Banter 53. That'll help, right? #tweetfleet #eveonline http://t.co/VML…"], ["tweet_id", "435431633353977856"], ["updated_at", "2014-02-22 11:46:09.051101"], ["user_handle", "ChingShi_Bonney"], ["user_id", "2158929158"], ["user_image_url", "https://pbs.twimg.com/profile_images/431066055575080960/ln2G8du6_normal.jpeg"], ["user_name", "ChingShi Bonney"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.052085"], ["hashtag_id", 1], ["hashtaggable_id", 1164], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.052085"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435431462985146368' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 15:12:05.000000"], ["text", "【EVEオンライン】 総合3.83ポイント 6件のレビュー!みなさんのレビューで人気のオンラインゲームが決まります!http://t.co/x43Yxavmit 紹介ページ http://t.co/xc02jU8QYo #eveonline"], ["tweet_id", "435431462985146368"], ["updated_at", "2014-02-22 11:46:09.057645"], ["user_handle", "onlinegamech4"], ["user_id", "544374716"], ["user_image_url", "https://pbs.twimg.com/profile_images/2027054187/medama_normal.gif"], ["user_name", "オンラインゲームちゃんねる"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.058653"], ["hashtag_id", 1], ["hashtaggable_id", 1165], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.058653"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435429345109483520' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 15:03:40.000000"], ["text", "RT @CCP_Fozzie: So many new #EVEOnline players that we need to increase the corp member cap to 12600 people. Good problem to have. https://…"], ["tweet_id", "435429345109483520"], ["updated_at", "2014-02-22 11:46:09.064051"], ["user_handle", "capstable"], ["user_id", "198910342"], ["user_image_url", "https://pbs.twimg.com/profile_images/1607048933/Itunes-logo_normal.jpg"], ["user_name", "Cap Stable"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.065040"], ["hashtag_id", 1], ["hashtaggable_id", 1166], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.065040"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435428565710934016' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 15:00:34.000000"], ["text", "I started playing EVE Online again yesterday. I blame John Paul. It looks like I have a nice month of skill training ahead of me! #eveonline"], ["tweet_id", "435428565710934016"], ["updated_at", "2014-02-22 11:46:09.071745"], ["user_handle", "InkBonesBooks"], ["user_id", "227187291"], ["user_image_url", "https://pbs.twimg.com/profile_images/420238318157041664/53WLi0hx_normal.jpeg"], ["user_name", "Sanaa"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.072938"], ["hashtag_id", 1], ["hashtaggable_id", 1167], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.072938"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435426877470035968' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 14:53:52.000000"], ["text", "RT @CCP_Fozzie: So many new #EVEOnline players that we need to increase the corp member cap to 12600 people. Good problem to have. https://…"], ["tweet_id", "435426877470035968"], ["updated_at", "2014-02-22 11:46:09.079262"], ["user_handle", "JulietRomeoBot"], ["user_id", "2177916896"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000702774018/6f3856d68ef942ceefd08fdb02283b60_normal.jpeg"], ["user_name", "Juliet"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.080357"], ["hashtag_id", 1], ["hashtaggable_id", 1168], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.080357"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435425830701776900' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 14:49:42.000000"], ["text", "RT @CCP_Fozzie: So many new #EVEOnline players that we need to increase the corp member cap to 12600 people. Good problem to have. https://…"], ["tweet_id", "435425830701776900"], ["updated_at", "2014-02-22 11:46:09.086272"], ["user_handle", "dianalynnETC"], ["user_id", "21713078"], ["user_image_url", "https://pbs.twimg.com/profile_images/418489881245929472/MZNcRWcH_normal.jpeg"], ["user_name", "Diana Dial"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.087320"], ["hashtag_id", 1], ["hashtaggable_id", 1169], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.087320"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435423952664809472' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 14:42:14.000000"], ["text", "RT @CCP_Fozzie: So many new #EVEOnline players that we need to increase the corp member cap to 12600 people. Good problem to have. https://…"], ["tweet_id", "435423952664809472"], ["updated_at", "2014-02-22 11:46:09.093532"], ["user_handle", "CCP_Paradox"], ["user_id", "403101513"], ["user_image_url", "https://pbs.twimg.com/profile_images/3548616089/86d0d21c1b9408794d8b347c891deca8_normal.jpeg"], ["user_name", "Scott Rhodes"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.094702"], ["hashtag_id", 1], ["hashtaggable_id", 1170], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.094702"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435423720220688384' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 14:41:19.000000"], ["text", "RT @CCP_Fozzie: So many new #EVEOnline players that we need to increase the corp member cap to 12600 people. Good problem to have. https://…"], ["tweet_id", "435423720220688384"], ["updated_at", "2014-02-22 11:46:09.100857"], ["user_handle", "RVikary"], ["user_id", "1880864420"], ["user_image_url", "https://pbs.twimg.com/profile_images/422782435403649024/2tJS84KE_normal.jpeg"], ["user_name", "Rodrik Vikary"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.101920"], ["hashtag_id", 1], ["hashtaggable_id", 1171], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.101920"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435420351481131010' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 14:27:56.000000"], ["text", "RT @CCP_Fozzie: So many new #EVEOnline players that we need to increase the corp member cap to 12600 people. Good problem to have. https://…"], ["tweet_id", "435420351481131010"], ["updated_at", "2014-02-22 11:46:09.107658"], ["user_handle", "mynnna_eve"], ["user_id", "217299242"], ["user_image_url", "https://pbs.twimg.com/profile_images/3037871913/d9613cbe8fee260bb4f0fea935955fc5_normal.png"], ["user_name", "mynnna"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.108638"], ["hashtag_id", 1], ["hashtaggable_id", 1172], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.108638"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435419776228139009' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 14:25:39.000000"], ["image_url", "https://pbs.twimg.com/media/Bgrr-sKCIAA0tND.jpg"], ["text", "@EVEOnline please! xoxo #tweetfleet #eveonline http://t.co/KGqiSeawR7"], ["tweet_id", "435419776228139009"], ["updated_at", "2014-02-22 11:46:09.114909"], ["user_handle", "Asayanami"], ["user_id", "25164223"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000615855924/b570fa598da8eecd0c22206f510ffff5_normal.png"], ["user_name", "Asayanami Dei"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.115946"], ["hashtag_id", 1], ["hashtaggable_id", 1173], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.115946"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435419398103633920' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 14:24:08.000000"], ["text", "RT @CCP_Fozzie: So many new #EVEOnline players that we need to increase the corp member cap to 12600 people. Good problem to have. https://…"], ["tweet_id", "435419398103633920"], ["updated_at", "2014-02-22 11:46:09.121486"], ["user_handle", "ubentobox"], ["user_id", "27252907"], ["user_image_url", "https://pbs.twimg.com/profile_images/1102324153/twitter-fizz_normal.gif"], ["user_name", "Ubentobox"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.122462"], ["hashtag_id", 1], ["hashtaggable_id", 1174], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.122462"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435418979759575040' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 14:22:29.000000"], ["text", "RT @CCP_Fozzie: So many new #EVEOnline players that we need to increase the corp member cap to 12600 people. Good problem to have. https://…"], ["tweet_id", "435418979759575040"], ["updated_at", "2014-02-22 11:46:09.128391"], ["user_handle", "CCP_karkur"], ["user_id", "542658826"], ["user_image_url", "https://pbs.twimg.com/profile_images/435936377163624449/6KBAftIs_normal.jpeg"], ["user_name", "Bára / CCP karkur"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.129417"], ["hashtag_id", 1], ["hashtaggable_id", 1175], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.129417"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435418925762084865' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 14:22:16.000000"], ["text", "RT @CCP_Fozzie: So many new #EVEOnline players that we need to increase the corp member cap to 12600 people. Good problem to have. https://…"], ["tweet_id", "435418925762084865"], ["updated_at", "2014-02-22 11:46:09.135000"], ["user_handle", "Slinktress"], ["user_id", "349047638"], ["user_image_url", "https://pbs.twimg.com/profile_images/3517813822/74dc2c9a72a94204d59023f29d76c93a_normal.jpeg"], ["user_name", "Sharon Molén"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.135971"], ["hashtag_id", 1], ["hashtaggable_id", 1176], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.135971"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435418051488796672' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 14:18:47.000000"], ["text", "RT @CCP_Fozzie: So many new #EVEOnline players that we need to increase the corp member cap to 12600 people. Good problem to have. https://…"], ["tweet_id", "435418051488796672"], ["updated_at", "2014-02-22 11:46:09.141485"], ["user_handle", "awanderingjon"], ["user_id", "246794034"], ["user_image_url", "https://pbs.twimg.com/profile_images/416928628232826881/qa6mBoOl_normal.jpeg"], ["user_name", "Mangala Solaris"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.142502"], ["hashtag_id", 1], ["hashtaggable_id", 1177], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.142502"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435417734700994560' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 14:17:32.000000"], ["text", "So many new #EVEOnline players that we need to increase the corp member cap to 12600 people. Good problem to have. https://t.co/IDYtLho6JJ"], ["tweet_id", "435417734700994560"], ["updated_at", "2014-02-22 11:46:09.148007"], ["user_handle", "CCP_Fozzie"], ["user_id", "378203789"], ["user_image_url", "https://pbs.twimg.com/profile_images/431411072570908674/h9wj5zJg_normal.jpeg"], ["user_name", "CCP Fozzie"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.148995"], ["hashtag_id", 1], ["hashtaggable_id", 1178], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.148995"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435415715152019456' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 14:09:30.000000"], ["text", "В какую онлайн игру стоит поиграть в 2014 году http://t.co/PyP3SaasMJ #eveonline Три игры, которые сейчас занимают лидирующие позиции"], ["tweet_id", "435415715152019456"], ["updated_at", "2014-02-22 11:46:09.154473"], ["user_handle", "yar2r"], ["user_id", "1465081508"], ["user_image_url", "https://pbs.twimg.com/profile_images/3726326570/468a499eaac4e16c32f01ce5bd2e2a83_normal.png"], ["user_name", "Yar2R"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.155469"], ["hashtag_id", 1], ["hashtaggable_id", 1179], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.155469"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435412247339597824' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 13:55:43.000000"], ["text", "Other half asleep as he's #teamnightshift so I'm at my desk being a #geek and playing some games #eveonline and #wow"], ["tweet_id", "435412247339597824"], ["updated_at", "2014-02-22 11:46:09.161050"], ["user_handle", "SammyYeates"], ["user_id", "43387673"], ["user_image_url", "https://pbs.twimg.com/profile_images/432400389141704704/m9Mk095N_normal.jpeg"], ["user_name", "Sammy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.162025"], ["hashtag_id", 1], ["hashtaggable_id", 1180], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.162025"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435411286575153153' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 13:51:54.000000"], ["text", "This is when I need to buy Capital rigs for my new Triage and notice their price. #FUCKIMBROKE #tweetfleet #eveonline"], ["tweet_id", "435411286575153153"], ["updated_at", "2014-02-22 11:46:09.167592"], ["user_handle", "Asayanami"], ["user_id", "25164223"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000615855924/b570fa598da8eecd0c22206f510ffff5_normal.png"], ["user_name", "Asayanami Dei"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.168579"], ["hashtag_id", 1], ["hashtaggable_id", 1181], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.168579"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435410994282913792' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 13:50:45.000000"], ["image_url", "https://pbs.twimg.com/media/BgrSQMNCEAEwhup.jpg"], ["text", "RT @Drackarn: Got a great idea for simplifying the overview for Blog Banter 53. That'll help, right? #tweetfleet #eveonline http://t.co/VML…"], ["tweet_id", "435410994282913792"], ["updated_at", "2014-02-22 11:46:09.174679"], ["user_handle", "Asayanami"], ["user_id", "25164223"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000615855924/b570fa598da8eecd0c22206f510ffff5_normal.png"], ["user_name", "Asayanami Dei"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.175667"], ["hashtag_id", 1], ["hashtaggable_id", 1182], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.175667"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435408790440390656' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 13:41:59.000000"], ["image_url", "https://pbs.twimg.com/media/BgrSQMNCEAEwhup.jpg"], ["text", "RT @Drackarn: Got a great idea for simplifying the overview for Blog Banter 53. That'll help, right? #tweetfleet #eveonline http://t.co/VML…"], ["tweet_id", "435408790440390656"], ["updated_at", "2014-02-22 11:46:09.181763"], ["user_handle", "rox_lukas"], ["user_id", "183519788"], ["user_image_url", "https://pbs.twimg.com/profile_images/2585331589/3mw8a9xqorz1jii75igw_normal.jpeg"], ["user_name", "Lukas Rox"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.182795"], ["hashtag_id", 1], ["hashtaggable_id", 1183], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.182795"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435406114273124352' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 13:31:21.000000"], ["text", "#EVEOnline monument to be erected in Reykjavik http://t.co/lXUGYEauHg #gamers #EVE"], ["tweet_id", "435406114273124352"], ["updated_at", "2014-02-22 11:46:09.188140"], ["user_handle", "EastKentGamers"], ["user_id", "1912270622"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000519167510/9b33a021c86317756929adb642369844_normal.jpeg"], ["user_name", "East Kent Gamers"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.189143"], ["hashtag_id", 1], ["hashtaggable_id", 1184], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.189143"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435397484803010560' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 12:57:04.000000"], ["text", "Check out our #CCP_Help twitter service for questions & announcements. #tweetfleet #ccpgames #evevalkyrie #eveonline #dust514"], ["tweet_id", "435397484803010560"], ["updated_at", "2014-02-22 11:46:09.194589"], ["user_handle", "ccpgmgrave"], ["user_id", "1367098662"], ["user_image_url", "https://pbs.twimg.com/profile_images/3547715657/ae92762a9d218f7c2a1e26bbc5339a76_normal.jpeg"], ["user_name", "GM Grave"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.195574"], ["hashtag_id", 1], ["hashtaggable_id", 1185], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.195574"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435392430662504448' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 12:36:59.000000"], ["image_url", "https://pbs.twimg.com/media/BgrSQMNCEAEwhup.jpg"], ["text", "RT @Drackarn: Got a great idea for simplifying the overview for Blog Banter 53. That'll help, right? #tweetfleet #eveonline http://t.co/VML…"], ["tweet_id", "435392430662504448"], ["updated_at", "2014-02-22 11:46:09.201551"], ["user_handle", "NewEdenCaroline"], ["user_id", "326827240"], ["user_image_url", "https://pbs.twimg.com/profile_images/3356195996/2e86d8b28f1d3ad6c82ad86c32853f76_normal.png"], ["user_name", "Caroliηe Grace"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.202543"], ["hashtag_id", 1], ["hashtaggable_id", 1186], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.202543"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435392201578012672' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 12:36:04.000000"], ["text", "RT @evenews24: #tweetfleet Breaking: N3 Coalition Meeting http://t.co/yTT4iqdlCx #Articles #Leaks #eveonline"], ["tweet_id", "435392201578012672"], ["updated_at", "2014-02-22 11:46:09.208119"], ["user_handle", "BobmonEve"], ["user_id", "1233806161"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000697193457/ea5e4d71bffe58124548b57b9536ec3e_normal.jpeg"], ["user_name", "Bobmon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.209169"], ["hashtag_id", 1], ["hashtaggable_id", 1187], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.209169"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435392187787124736' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 12:36:01.000000"], ["text", "RT @evenews24: #tweetfleet SCUM. Titan down in Kinakka http://t.co/Sa2ozGEz4X #Articles #eveonline"], ["tweet_id", "435392187787124736"], ["updated_at", "2014-02-22 11:46:09.214855"], ["user_handle", "BobmonEve"], ["user_id", "1233806161"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000697193457/ea5e4d71bffe58124548b57b9536ec3e_normal.jpeg"], ["user_name", "Bobmon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.215834"], ["hashtag_id", 1], ["hashtaggable_id", 1188], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.215834"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435392161224601601' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 12:35:55.000000"], ["text", "RT @evenews24: #tweetfleet * LIVE * 0-W778 Hellcamp. RusRus/CFC vs N3PL http://t.co/qpcWcQ5SbU #Articles #eveonline"], ["tweet_id", "435392161224601601"], ["updated_at", "2014-02-22 11:46:09.221317"], ["user_handle", "BobmonEve"], ["user_id", "1233806161"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000697193457/ea5e4d71bffe58124548b57b9536ec3e_normal.jpeg"], ["user_name", "Bobmon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.222415"], ["hashtag_id", 1], ["hashtaggable_id", 1189], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.222415"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.7ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435392148545212416' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 12:35:52.000000"], ["text", "RT @evenews24: #tweetfleet Open Thread: The Mittani declares open war on N3 http://t.co/7xKPO5AB44 #Articles #eveonline"], ["tweet_id", "435392148545212416"], ["updated_at", "2014-02-22 11:46:09.230222"], ["user_handle", "BobmonEve"], ["user_id", "1233806161"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000697193457/ea5e4d71bffe58124548b57b9536ec3e_normal.jpeg"], ["user_name", "Bobmon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.231344"], ["hashtag_id", 1], ["hashtaggable_id", 1190], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.231344"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435392107235520512' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 12:35:42.000000"], ["text", "RT @evenews24: #tweetfleet One Many Army: New possible series to run parallel? http://t.co/mkcJTGZ5ot #Articles #Videos #eveonline"], ["tweet_id", "435392107235520512"], ["updated_at", "2014-02-22 11:46:09.237128"], ["user_handle", "BobmonEve"], ["user_id", "1233806161"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000697193457/ea5e4d71bffe58124548b57b9536ec3e_normal.jpeg"], ["user_name", "Bobmon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.238168"], ["hashtag_id", 1], ["hashtaggable_id", 1191], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.238168"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435391489586106368' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 12:33:15.000000"], ["image_url", "https://pbs.twimg.com/media/BgrSQMNCEAEwhup.jpg"], ["text", "Got a great idea for simplifying the overview for Blog Banter 53. That'll help, right? #tweetfleet #eveonline http://t.co/VMLz2vkKhT"], ["tweet_id", "435391489586106368"], ["updated_at", "2014-02-22 11:46:09.245245"], ["user_handle", "Drackarn"], ["user_id", "339067947"], ["user_image_url", "https://pbs.twimg.com/profile_images/2349538162/vd3oiraqo46uwdgr44xn_normal.jpeg"], ["user_name", "Drackarn"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.246343"], ["hashtag_id", 1], ["hashtaggable_id", 1192], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.246343"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435389087168884736' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 12:23:42.000000"], ["text", "Once again, my personal hope for when the first player-built stargate goes online: \"Crap, turn it off! TURN IT OFF!\" #tweetfleet #eveonline"], ["tweet_id", "435389087168884736"], ["updated_at", "2014-02-22 11:46:09.251989"], ["user_handle", "EVEMarcCallan"], ["user_id", "568215429"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000608418694/f55c721402d170ecc628858188654d5b_normal.jpeg"], ["user_name", "Marc Callan"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.252962"], ["hashtag_id", 1], ["hashtaggable_id", 1193], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.252962"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435385381287362560' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 12:08:58.000000"], ["text", "Prob lots wrong with this idea, but what if after bridging cycle, a Titan had to jump to the same cyno? #eveonline #tweetfleet"], ["tweet_id", "435385381287362560"], ["updated_at", "2014-02-22 11:46:09.259438"], ["user_handle", "EVEMarcCallan"], ["user_id", "568215429"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000608418694/f55c721402d170ecc628858188654d5b_normal.jpeg"], ["user_name", "Marc Callan"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.260630"], ["hashtag_id", 1], ["hashtaggable_id", 1194], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.260630"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435384569370779648' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 12:05:45.000000"], ["text", "Oh, the joy! The anatomy of a failed gank. - http://t.co/K0J2RQjtHe #Eveonline #Tweetfleet"], ["tweet_id", "435384569370779648"], ["updated_at", "2014-02-22 11:46:09.266994"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.268172"], ["hashtag_id", 1], ["hashtaggable_id", 1195], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.268172"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435376845538996224' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 11:35:03.000000"], ["text", "RT @glasgowdunlop: @midi2304 http://t.co/1rnSdatdSN for the forum meet details #tweetfleet #eveonline 29th march, glasgow :)"], ["tweet_id", "435376845538996224"], ["updated_at", "2014-02-22 11:46:09.274763"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.276022"], ["hashtag_id", 1], ["hashtaggable_id", 1196], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.276022"]]  (3.1ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435376089184358400' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 11:32:03.000000"], ["text", "@midi2304 http://t.co/1rnSdatdSN for the forum meet details #tweetfleet #eveonline 29th march, glasgow :)"], ["tweet_id", "435376089184358400"], ["updated_at", "2014-02-22 11:46:09.284756"], ["user_handle", "glasgowdunlop"], ["user_id", "1346495760"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000123022790/03562988e5ae6f7f9af877dc068c05a5_normal.jpeg"], ["user_name", "glasgow dunlop"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.285928"], ["hashtag_id", 1], ["hashtaggable_id", 1197], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.285928"]]  (3.2ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435371291445837824' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 11:12:59.000000"], ["text", "Aplcar en una Corp de EVE... Ctrl+Alt+Del - One of us (2012-06-25): http://t.co/mIZo5XiOFp #eveonline @EveOnline @CCPGames"], ["tweet_id", "435371291445837824"], ["updated_at", "2014-02-22 11:46:09.294975"], ["user_handle", "Lefty_Gamer"], ["user_id", "373264546"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000579326967/3ce3ed9a2204849246685a3bff5bd24b_normal.jpeg"], ["user_name", "Lefty Gamer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.296041"], ["hashtag_id", 1], ["hashtaggable_id", 1198], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.296041"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435369803541250049' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 11:07:04.000000"], ["text", "Good news for FW Bros! Scum lose their titan in Kinakka :D http://t.co/CprCI8evQ7 #tweetfleet #eveonline"], ["tweet_id", "435369803541250049"], ["updated_at", "2014-02-22 11:46:09.301610"], ["user_handle", "AGIPodcast"], ["user_id", "2205725359"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000767647352/705a496da178163a92eb2953a9f239c2_normal.png"], ["user_name", "The Capsuleer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.302593"], ["hashtag_id", 1], ["hashtaggable_id", 1199], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.302593"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435360606921560064' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 10:30:31.000000"], ["text", "в #eveonline вкачиваю Gila, походу ацкая машина получится"], ["tweet_id", "435360606921560064"], ["updated_at", "2014-02-22 11:46:09.307998"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:09.308975"], ["hashtag_id", 1], ["hashtaggable_id", 1200], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:09.308975"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435360414504075264' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 10:29:46.000000"], ["text", "RT @CavalierDitch: Awesome stream tonight had a lot if fun playing #eveonline again AND we hit 300 followers tonight! Never thought I would…"], ["tweet_id", "435360414504075264"], ["updated_at", "2014-02-22 11:46:12.171213"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.172297"], ["hashtag_id", 1], ["hashtaggable_id", 1201], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.172297"]]  (2.5ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435360377405444096' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 10:29:37.000000"], ["text", "RT @loedkanex: i wish i could patch #EVEOnline #tweetfleet net is to slow :( hope to get internet soon."], ["tweet_id", "435360377405444096"], ["updated_at", "2014-02-22 11:46:12.180277"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.181392"], ["hashtag_id", 1], ["hashtaggable_id", 1202], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.181392"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435357352389115904' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 10:17:36.000000"], ["text", "Oh, the joy! The anatomy of a failed gank. http://t.co/GNk4t5LXUV Sometimes the miner wins! #eveonline #tweetfleet"], ["tweet_id", "435357352389115904"], ["updated_at", "2014-02-22 11:46:12.188750"], ["user_handle", "Eve_Toon"], ["user_id", "2330902801"], ["user_image_url", "https://pbs.twimg.com/profile_images/431547030729551872/clFHHmri_normal.jpeg"], ["user_name", "Iffy"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.190134"], ["hashtag_id", 1], ["hashtaggable_id", 1203], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.190134"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435352222809874432' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 09:57:13.000000"], ["text", "I wonder why I can't sort my inventory by Estimated Unit Price... http://t.co/LGdU532dEB #tweetfleet #eveonline"], ["tweet_id", "435352222809874432"], ["updated_at", "2014-02-22 11:46:12.196585"], ["user_handle", "Chris_WF"], ["user_id", "45129261"], ["user_image_url", "https://pbs.twimg.com/profile_images/910530863/Image2_normal.png"], ["user_name", "Chris Krautkrämer"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.197697"], ["hashtag_id", 1], ["hashtaggable_id", 1204], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.197697"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435342999426310144' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 09:20:34.000000"], ["text", "@bairfhionn awesome needed #eveonline backend database update. We will likely not notice (aside from faster map loads) #tweetfleet"], ["tweet_id", "435342999426310144"], ["updated_at", "2014-02-22 11:46:12.204756"], ["user_handle", "talus_veran"], ["user_id", "277342780"], ["user_image_url", "https://pbs.twimg.com/profile_images/3578872578/121c640319f8283e418dd60eea2b0ef9_normal.jpeg"], ["user_name", "Talus Veran"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.205841"], ["hashtag_id", 1], ["hashtaggable_id", 1205], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.205841"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435340458357567488' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 09:10:28.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "435340458357567488"], ["updated_at", "2014-02-22 11:46:12.212298"], ["user_handle", "writersplat"], ["user_id", "1964179118"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000603825936/22b5e00d0324940029dc8a55c8933ddd_normal.jpeg"], ["user_name", "WriterSplat"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.213339"], ["hashtag_id", 1], ["hashtaggable_id", 1206], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.213339"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435337093242716160' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 08:57:05.000000"], ["text", "The Unpaid Bill That Launched a Thousand Starships http://t.co/Hca5yVwarY #eveonline Makes me want to start play again"], ["tweet_id", "435337093242716160"], ["updated_at", "2014-02-22 11:46:12.218901"], ["user_handle", "DanielJonss"], ["user_id", "114700046"], ["user_image_url", "https://pbs.twimg.com/profile_images/430021901637808129/h-ryIxAs_normal.jpeg"], ["user_name", "Daniel Jonsson"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.219920"], ["hashtag_id", 1], ["hashtaggable_id", 1207], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.219920"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435335292543705089' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 08:49:56.000000"], ["text", "i wish i could patch #EVEOnline #tweetfleet net is to slow :( hope to get internet soon."], ["tweet_id", "435335292543705089"], ["updated_at", "2014-02-22 11:46:12.225665"], ["user_handle", "loedkanex"], ["user_id", "752957628"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000578632971/55c9a7e216285166bf7656447d3ca47f_normal.jpeg"], ["user_name", "Loed Kane"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.226672"], ["hashtag_id", 1], ["hashtaggable_id", 1208], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.226672"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435328796208541696' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 08:24:07.000000"], ["text", "Streaming small gang and solo PvP with Sard Caid! http://t.co/GtvEoqC8uz #tweetfleet #eveonline"], ["tweet_id", "435328796208541696"], ["updated_at", "2014-02-22 11:46:12.232302"], ["user_handle", "SardCaid"], ["user_id", "188164910"], ["user_image_url", "https://pbs.twimg.com/profile_images/1706376158/index.php_normal.png"], ["user_name", "Sard Caid"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.233311"], ["hashtag_id", 1], ["hashtaggable_id", 1209], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.233311"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435323089896091648' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 08:01:27.000000"], ["text", "RT @Protovarious: Talk to new players in your corps about the CSM and why it's important. #EveOnline #tweetfleet #CSM9"], ["tweet_id", "435323089896091648"], ["updated_at", "2014-02-22 11:46:12.239215"], ["user_handle", "BomberJayne"], ["user_id", "1319581862"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000566859051/4a350ae42f81123d4ceaaaebd56d3b60_normal.jpeg"], ["user_name", "Jayne Fillon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.240218"], ["hashtag_id", 1], ["hashtaggable_id", 1210], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.240218"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435318674199949312' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 07:43:54.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "435318674199949312"], ["updated_at", "2014-02-22 11:46:12.246620"], ["user_handle", "ilaxtitov"], ["user_id", "2335655635"], ["user_image_url", "https://pbs.twimg.com/profile_images/432622828764942336/vRXGna4k_normal.jpeg"], ["user_name", "Илья Титов"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.247708"], ["hashtag_id", 1], ["hashtaggable_id", 1211], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.247708"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435314939482210305' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 07:29:04.000000"], ["image_url", "https://pbs.twimg.com/media/BgqMoY2CAAE0EJI.png"], ["text", "Blowin' Stuff up #eveonline #coercer http://t.co/Eu3gUVaZQe"], ["tweet_id", "435314939482210305"], ["updated_at", "2014-02-22 11:46:12.253997"], ["user_handle", "STR_Samson"], ["user_id", "2347461403"], ["user_image_url", "https://pbs.twimg.com/profile_images/435163698055770112/B0D18qVH_normal.jpeg"], ["user_name", "Samson Lancaster"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.255053"], ["hashtag_id", 1], ["hashtaggable_id", 1212], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.255053"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435310666258194432' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 07:12:05.000000"], ["text", "【EVEオンライン】 総合3.83ポイント 6件のレビュー!みなさんのレビューで人気のオンラインゲームが決まります!http://t.co/x43Yxavmit 紹介ページ http://t.co/xc02jU8QYo #eveonline"], ["tweet_id", "435310666258194432"], ["updated_at", "2014-02-22 11:46:12.260859"], ["user_handle", "onlinegamech4"], ["user_id", "544374716"], ["user_image_url", "https://pbs.twimg.com/profile_images/2027054187/medama_normal.gif"], ["user_name", "オンラインゲームちゃんねる"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.261891"], ["hashtag_id", 1], ["hashtaggable_id", 1213], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.261891"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435303692599058432' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 06:44:22.000000"], ["text", "RT @Powersv2: TLDR of the N3 meeting https://t.co/ME4FedBS9z #tweetfleet #eveonline"], ["tweet_id", "435303692599058432"], ["updated_at", "2014-02-22 11:46:12.267369"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.268350"], ["hashtag_id", 1], ["hashtaggable_id", 1214], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.268350"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435303630934384640' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 06:44:07.000000"], ["text", "RT @eve_kill: Scarlet...Widow's Ship Maintenance Array worth 11.36b ISK was destroyed! http://t.co/3TgaGx13Py #tweetfleet #eveonline"], ["tweet_id", "435303630934384640"], ["updated_at", "2014-02-22 11:46:12.273993"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.274992"], ["hashtag_id", 1], ["hashtaggable_id", 1215], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.274992"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435303603084210176' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 06:44:01.000000"], ["text", "RT @Draconicarcher: sewing harnesses while playing #eveonline"], ["tweet_id", "435303603084210176"], ["updated_at", "2014-02-22 11:46:12.280621"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.281611"], ["hashtag_id", 1], ["hashtaggable_id", 1216], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.281611"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435298018992988160' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 06:21:49.000000"], ["text", "sewing harnesses while playing #eveonline"], ["tweet_id", "435298018992988160"], ["updated_at", "2014-02-22 11:46:12.287205"], ["user_handle", "Draconicarcher"], ["user_id", "251913645"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000799493236/b9ee583b1a88dfd7b762c523495d6985_normal.jpeg"], ["user_name", "PonPonPlushPONPON!!!"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.288204"], ["hashtag_id", 1], ["hashtaggable_id", 1217], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.288204"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435296843782582272' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 06:17:09.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "435296843782582272"], ["updated_at", "2014-02-22 11:46:12.294574"], ["user_handle", "BomberJayne"], ["user_id", "1319581862"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000566859051/4a350ae42f81123d4ceaaaebd56d3b60_normal.jpeg"], ["user_name", "Jayne Fillon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.295575"], ["hashtag_id", 1], ["hashtaggable_id", 1218], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.295575"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435296428978487296' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 06:15:30.000000"], ["text", "building an iron farm in #minecraft and station trading in Jita on #eveonline :P"], ["tweet_id", "435296428978487296"], ["updated_at", "2014-02-22 11:46:12.301596"], ["user_handle", "pixyrhino"], ["user_id", "404813285"], ["user_image_url", "https://pbs.twimg.com/profile_images/417150320825733120/qcBiUqmZ_normal.png"], ["user_name", "heavy metal unicorn"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.302626"], ["hashtag_id", 1], ["hashtaggable_id", 1219], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.302626"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435295907551006720' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 06:13:26.000000"], ["text", "It's finally official! Here I come CSM9. http://t.co/CWkDiKCnIe #tweetfleet #eveonline #csm9"], ["tweet_id", "435295907551006720"], ["updated_at", "2014-02-22 11:46:12.308592"], ["user_handle", "BomberJayne"], ["user_id", "1319581862"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000566859051/4a350ae42f81123d4ceaaaebd56d3b60_normal.jpeg"], ["user_name", "Jayne Fillon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.309612"], ["hashtag_id", 1], ["hashtaggable_id", 1220], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.309612"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435291691969286144' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 05:56:41.000000"], ["text", "EntropiaPartners Digging Game buy back is on - you have 24hrs to offload your treasures #entropiauniverse #secondlife #eveonline"], ["tweet_id", "435291691969286144"], ["updated_at", "2014-02-22 11:46:12.315315"], ["user_handle", "EntropiaPartner"], ["user_id", "1347036062"], ["user_image_url", "https://pbs.twimg.com/profile_images/3511194904/eeeb2a85a363df5d6ad09ffaa9f6be9f_normal.jpeg"], ["user_name", "Entropia Partners"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.316310"], ["hashtag_id", 1], ["hashtaggable_id", 1221], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.316310"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435289294035369984' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 05:47:09.000000"], ["text", "RT @CavalierDitch: Awesome stream tonight had a lot if fun playing #eveonline again AND we hit 300 followers tonight! Never thought I would…"], ["tweet_id", "435289294035369984"], ["updated_at", "2014-02-22 11:46:12.322247"], ["user_handle", "RoseNobs"], ["user_id", "2248224535"], ["user_image_url", "https://pbs.twimg.com/profile_images/412453736947015681/2wqiuNdV_normal.jpeg"], ["user_name", "Rose Nobs"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.323327"], ["hashtag_id", 1], ["hashtaggable_id", 1222], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.323327"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435287836162408448' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 05:41:22.000000"], ["text", "Awesome stream tonight had a lot if fun playing #eveonline again AND we hit 300 followers tonight! Never thought I would get there you rock."], ["tweet_id", "435287836162408448"], ["updated_at", "2014-02-22 11:46:12.328995"], ["user_handle", "CavalierDitch"], ["user_id", "2220551471"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000863491634/a1I8Xs-p_normal.jpeg"], ["user_name", "Cavalier Ditch"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.330015"], ["hashtag_id", 1], ["hashtaggable_id", 1223], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.330015"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435276596719927296' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 04:56:42.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "435276596719927296"], ["updated_at", "2014-02-22 11:46:12.337064"], ["user_handle", "Mohr_Cowbell"], ["user_id", "395058209"], ["user_image_url", "https://pbs.twimg.com/profile_images/427571140593065984/A9N5TfBp_normal.jpeg"], ["user_name", "Mohr Cowbell"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.338246"], ["hashtag_id", 1], ["hashtaggable_id", 1224], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.338246"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435270012408823808' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 04:30:32.000000"], ["text", "RT @PhalanxIII: PL Titan replacment status 50% Who needs a drink. #tweetfleet #rememberthetitans #eveonline"], ["tweet_id", "435270012408823808"], ["updated_at", "2014-02-22 11:46:12.344259"], ["user_handle", "EdFromSales"], ["user_id", "128578608"], ["user_image_url", "https://pbs.twimg.com/profile_images/429964421016723456/B3OOpWiu_normal.jpeg"], ["user_name", "BobFromMarketing"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.345269"], ["hashtag_id", 1], ["hashtaggable_id", 1225], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.345269"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435269181433319424' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.5ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 04:27:14.000000"], ["text", "@KimHodolski #eveonline"], ["tweet_id", "435269181433319424"], ["updated_at", "2014-02-22 11:46:12.351663"], ["user_handle", "k_myon00"], ["user_id", "265485362"], ["user_image_url", "https://pbs.twimg.com/profile_images/433219441782837250/rIGqsfm6_normal.jpeg"], ["user_name", "미온 킴@탈진"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.353169"], ["hashtag_id", 1], ["hashtaggable_id", 1226], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.353169"]]  (9.2ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435260684109357056' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 03:53:28.000000"], ["text", "We love these huge SMA kills! #tweetfleet #eveonline"], ["tweet_id", "435260684109357056"], ["updated_at", "2014-02-22 11:46:12.368012"], ["user_handle", "eve_kill"], ["user_id", "375268066"], ["user_image_url", "https://pbs.twimg.com/profile_images/1547384154/Image_2011-09-17_at_10.28.31_PM_normal.png"], ["user_name", "EVE-KILL"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.369247"], ["hashtag_id", 1], ["hashtaggable_id", 1227], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.369247"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435260073183813632' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 03:51:02.000000"], ["text", "Scarlet...Widow's Ship Maintenance Array worth 11.36b ISK was destroyed! http://t.co/3TgaGx13Py #tweetfleet #eveonline"], ["tweet_id", "435260073183813632"], ["updated_at", "2014-02-22 11:46:12.374865"], ["user_handle", "eve_kill"], ["user_id", "375268066"], ["user_image_url", "https://pbs.twimg.com/profile_images/1547384154/Image_2011-09-17_at_10.28.31_PM_normal.png"], ["user_name", "EVE-KILL"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.375910"], ["hashtag_id", 1], ["hashtaggable_id", 1228], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.375910"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435258836421578752' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 03:46:08.000000"], ["image_url", "https://pbs.twimg.com/media/BgpXByhCMAAn-lX.png"], ["text", "RT @ZombieTychus: And now, my watch begins... #tweetfleet #eveonline http://t.co/LdEbNEkgAK"], ["tweet_id", "435258836421578752"], ["updated_at", "2014-02-22 11:46:12.382126"], ["user_handle", "93yuya"], ["user_id", "219619983"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000527756787/7ef5eaa3cb6316d4766e753e02d749ad_normal.jpeg"], ["user_name", "わたなべ@ぬし@かまち"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.383183"], ["hashtag_id", 1], ["hashtaggable_id", 1229], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.383183"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435258334803787776' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 03:44:08.000000"], ["text", "RT @PhalanxIII: PL Titan replacment status 50% Who needs a drink. #tweetfleet #rememberthetitans #eveonline"], ["tweet_id", "435258334803787776"], ["updated_at", "2014-02-22 11:46:12.388934"], ["user_handle", "DansaraEVE"], ["user_id", "1380964416"], ["user_image_url", "https://pbs.twimg.com/profile_images/3576184297/93749867ce991e6f6cb94a05559cce82_normal.jpeg"], ["user_name", "Dansara"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.389923"], ["hashtag_id", 1], ["hashtaggable_id", 1230], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.389923"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435256002242293760' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 03:34:52.000000"], ["image_url", "https://pbs.twimg.com/media/BgpXByhCMAAn-lX.png"], ["text", "And now, my watch begins... #tweetfleet #eveonline http://t.co/LdEbNEkgAK"], ["tweet_id", "435256002242293760"], ["updated_at", "2014-02-22 11:46:12.395973"], ["user_handle", "ZombieTychus"], ["user_id", "153661021"], ["user_image_url", "https://pbs.twimg.com/profile_images/1181996821/ZOMBIE2010-tychus_findlay_normal.png"], ["user_name", "Tychus Findlay"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.396953"], ["hashtag_id", 1], ["hashtaggable_id", 1231], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.396953"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435245891415711744' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 02:54:41.000000"], ["text", "Lost my #eveonline golem in a mission due to an audio bug yesterday. tried to enable sound in option, it crashed the client = dead golem;("], ["tweet_id", "435245891415711744"], ["updated_at", "2014-02-22 11:46:12.402841"], ["user_handle", "Garetor_Ranchr"], ["user_id", "261663599"], ["user_image_url", "https://pbs.twimg.com/profile_images/419072974659289088/kkCtH8P__normal.jpeg"], ["user_name", "Ran'chr-G. Fírnen"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.403867"], ["hashtag_id", 1], ["hashtaggable_id", 1232], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.403867"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435243754421641216' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 02:46:12.000000"], ["image_url", "https://pbs.twimg.com/media/BgpL431CYAAmRh6.png"], ["text", ".@TingMei_Eve Theta squad are like fucking rats XD #Tweetfleet #eveonline #thetasquad http://t.co/9Xm3MdGm7T"], ["tweet_id", "435243754421641216"], ["updated_at", "2014-02-22 11:46:12.410188"], ["user_handle", "Etienne_Law"], ["user_id", "25703386"], ["user_image_url", "https://pbs.twimg.com/profile_images/3392567040/88fc56d87930e379c71872fef1a22ce9_normal.jpeg"], ["user_name", "Etienne Law"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.411189"], ["hashtag_id", 1], ["hashtaggable_id", 1233], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.411189"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435225411992051712' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 01:33:18.000000"], ["text", "The sentry drone is victory and life #progodlegendquotes #tweetfleet #eveonline"], ["tweet_id", "435225411992051712"], ["updated_at", "2014-02-22 11:46:12.416761"], ["user_handle", "edmkone1"], ["user_id", "2333983615"], ["user_image_url", "https://pbs.twimg.com/profile_images/432372279322738690/mdXPLPN7_normal.png"], ["user_name", "Edmark1"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.417753"], ["hashtag_id", 1], ["hashtaggable_id", 1234], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.417753"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435224828044255232' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 01:30:59.000000"], ["text", "And I'm just about out of rocks to mine in my area... wtf! #eveonline"], ["tweet_id", "435224828044255232"], ["updated_at", "2014-02-22 11:46:12.423403"], ["user_handle", "redmarien"], ["user_id", "187031943"], ["user_image_url", "https://pbs.twimg.com/profile_images/417553499304382464/g0MWLRZ5_normal.png"], ["user_name", "uǝıɹɐɯpǝɹ"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.424422"], ["hashtag_id", 1], ["hashtaggable_id", 1235], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.424422"]]  (1.1ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435219762688167936' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 01:10:52.000000"], ["text", "Camped 0-W all day today without even being home, drone assist is fine guys #tweetfleet #eveonline #brokenmechanics #ishtarsecunda"], ["tweet_id", "435219762688167936"], ["updated_at", "2014-02-22 11:46:12.430349"], ["user_handle", "edmkone1"], ["user_id", "2333983615"], ["user_image_url", "https://pbs.twimg.com/profile_images/432372279322738690/mdXPLPN7_normal.png"], ["user_name", "Edmark1"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.431398"], ["hashtag_id", 1], ["hashtaggable_id", 1236], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.431398"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435212822935375872' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 00:43:17.000000"], ["text", "#eveonline a place where you can murder and make drugs but get a warning for calling a gang of gankers pussies. gotta love their outlook"], ["tweet_id", "435212822935375872"], ["updated_at", "2014-02-22 11:46:12.437111"], ["user_handle", "Zonrath"], ["user_id", "132324733"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000404825558/549d4b4cedb4712caec5ba543a7eb526_normal.jpeg"], ["user_name", "Zonrath"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.438139"], ["hashtag_id", 1], ["hashtaggable_id", 1237], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.438139"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435203352628977664' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-17 00:05:39.000000"], ["image_url", "https://pbs.twimg.com/media/BgonJKpCQAAIxIL.jpg"], ["text", "#tweetfleet #nofucks #eveonline http://t.co/eozu2qUVD0"], ["tweet_id", "435203352628977664"], ["updated_at", "2014-02-22 11:46:12.444503"], ["user_handle", "kademackay"], ["user_id", "810282193"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000726989257/9654af50aab0db67d34e481864e23023_normal.jpeg"], ["user_name", "KADE"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.445606"], ["hashtag_id", 1], ["hashtaggable_id", 1238], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.445606"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435199983164194816' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 23:52:16.000000"], ["text", "Planning to do some #eveonline streaming tonight with @moderninferno Not one of my usual games to stream but one of my old favorites"], ["tweet_id", "435199983164194816"], ["updated_at", "2014-02-22 11:46:12.451653"], ["user_handle", "CavalierDitch"], ["user_id", "2220551471"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000863491634/a1I8Xs-p_normal.jpeg"], ["user_name", "Cavalier Ditch"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.452724"], ["hashtag_id", 1], ["hashtaggable_id", 1239], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.452724"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435191196105728000' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 23:17:21.000000"], ["text", "#tweetfleet @midi2304 has all of my votes. #eveonline"], ["tweet_id", "435191196105728000"], ["updated_at", "2014-02-22 11:46:12.458599"], ["user_handle", "drjonfrockit"], ["user_id", "26526228"], ["user_image_url", "https://pbs.twimg.com/profile_images/1129283356/enzo_normal.jpg"], ["user_name", "Jonnie Fuckin Rockit"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.459591"], ["hashtag_id", 1], ["hashtaggable_id", 1240], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.459591"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435190049500831744' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 23:12:47.000000"], ["text", "Zebros, best bros #tweetfleet #eveonline #NoCrossingZebrasWithoutZebraCorp #CSM9"], ["tweet_id", "435190049500831744"], ["updated_at", "2014-02-22 11:46:12.465147"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.466232"], ["hashtag_id", 1], ["hashtaggable_id", 1241], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.466232"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435189938465013760' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 23:12:21.000000"], ["text", "RT @Zebra_Corp: #tweetfleet We officially endorse @midi2304 for #CSM9 and encourage all your votes to his candidacy for a position on the p…"], ["tweet_id", "435189938465013760"], ["updated_at", "2014-02-22 11:46:12.472341"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.473374"], ["hashtag_id", 1], ["hashtaggable_id", 1242], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.473374"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435189758319263745' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 23:11:38.000000"], ["text", "#tweetfleet We officially endorse @midi2304 for #CSM9 and encourage all your votes to his candidacy for a position on the panel. #eveonline"], ["tweet_id", "435189758319263745"], ["updated_at", "2014-02-22 11:46:12.479025"], ["user_handle", "Zebra_Corp"], ["user_id", "1594702753"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000704671414/7758867adbe71c84d0ef4115d79cc056_normal.png"], ["user_name", "Zebra Corp"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.480008"], ["hashtag_id", 1], ["hashtaggable_id", 1243], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.480008"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435186905056292864' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 23:00:18.000000"], ["text", "Brendan investigates the history of consequences and conflict in #EVEOnline - http://t.co/pnpmFLYT2H @EVEOnline #eve"], ["tweet_id", "435186905056292864"], ["updated_at", "2014-02-22 11:46:12.485852"], ["user_handle", "massively"], ["user_id", "10078882"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000079287033/3a989ef8d1c6145dbb1342b7a508997e_normal.png"], ["user_name", "massively"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.486875"], ["hashtag_id", 1], ["hashtaggable_id", 1244], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.486875"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435186667625119744' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 22:59:21.000000"], ["text", "@HilmarVeigar think it would be possible for me to become N economist in EVE? #tweetfleet #eveonline"], ["tweet_id", "435186667625119744"], ["updated_at", "2014-02-22 11:46:12.492427"], ["user_handle", "Ralack_Aldard"], ["user_id", "472313821"], ["user_image_url", "https://pbs.twimg.com/profile_images/2976498655/81bab7fec59a6e0ce1839ca66e8f419a_normal.jpeg"], ["user_name", "paul hawkes"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.493404"], ["hashtag_id", 1], ["hashtaggable_id", 1245], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.493404"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.7ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435180240034594816' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 22:33:49.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "435180240034594816"], ["updated_at", "2014-02-22 11:46:12.581662"], ["user_handle", "pyramido"], ["user_id", "18392849"], ["user_image_url", "https://pbs.twimg.com/profile_images/435141820381556736/oQmBaFiS_normal.png"], ["user_name", "pieholes"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.582907"], ["hashtag_id", 1], ["hashtaggable_id", 1246], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.582907"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435179067646550016' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 22:29:09.000000"], ["text", "Search for coorporation website with adjustable filter for specific search eg. gamemodes, careers, skills, api and more #eveonline #eve"], ["tweet_id", "435179067646550016"], ["updated_at", "2014-02-22 11:46:12.589044"], ["user_handle", "Looking4Player"], ["user_id", "1697341290"], ["user_image_url", "https://pbs.twimg.com/profile_images/432946195439157249/TGr6Py-z_normal.png"], ["user_name", "Looking for Player"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.590105"], ["hashtag_id", 1], ["hashtaggable_id", 1247], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.590105"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435171686271705088' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 21:59:49.000000"], ["text", "RT @SniggWaffe: SCUM. Avatar down \\o/ #tweetfleet #eveonline http://t.co/b1Dq60gZDN"], ["tweet_id", "435171686271705088"], ["updated_at", "2014-02-22 11:46:12.595916"], ["user_handle", "RyuChaos_"], ["user_id", "1563003523"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000077346838/cc5bc0d936d2370fdf732129797f7062_normal.jpeg"], ["user_name", "Ryu Chaos"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.596960"], ["hashtag_id", 1], ["hashtaggable_id", 1248], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.596960"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435165684100644864' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 21:35:58.000000"], ["text", "#blacklegion #eveonline We are coming for your moons #CO2'"], ["tweet_id", "435165684100644864"], ["updated_at", "2014-02-22 11:46:12.603531"], ["user_handle", "Armyofme_eve"], ["user_id", "2335993414"], ["user_image_url", "https://pbs.twimg.com/profile_images/432912700046200832/XRQA7uEL_normal.jpeg"], ["user_name", "Armyofme"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.605042"], ["hashtag_id", 1], ["hashtaggable_id", 1249], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.605042"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435161503684366336' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 21:19:22.000000"], ["image_url", "https://pbs.twimg.com/media/BftFm8HCYAAXF9I.jpg"], ["text", "RT @SunnyBunnyF: #EVEonline про кровавую бойню с потерями 300.000 долларов знает даже моя бабка @itbabka говорит по ТВ говорили ^_^ http://…"], ["tweet_id", "435161503684366336"], ["updated_at", "2014-02-22 11:46:12.612775"], ["user_handle", "DjJohnnyHoldem"], ["user_id", "232343078"], ["user_image_url", "https://pbs.twimg.com/profile_images/424167118184005632/rFFCVM3x_normal.jpeg"], ["user_name", "DJ Holdem"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.613877"], ["hashtag_id", 1], ["hashtaggable_id", 1250], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.613877"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435160381481578496' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 21:14:54.000000"], ["text", "RT @SniggWaffe: SCUM. Avatar down \\o/ #tweetfleet #eveonline http://t.co/b1Dq60gZDN"], ["tweet_id", "435160381481578496"], ["updated_at", "2014-02-22 11:46:12.619634"], ["user_handle", "BursegSardaukar"], ["user_id", "37475752"], ["user_image_url", "https://pbs.twimg.com/profile_images/1485603564/SMERG_normal.jpg"], ["user_name", "Burseg Sardaukar"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.620646"], ["hashtag_id", 1], ["hashtaggable_id", 1251], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.620646"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435159158799609857' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 21:10:03.000000"], ["text", "#tweetfleet Breaking: N3 Coalition Meeting http://t.co/yTT4iqdlCx #Articles #Leaks #eveonline"], ["tweet_id", "435159158799609857"], ["updated_at", "2014-02-22 11:46:12.626219"], ["user_handle", "evenews24"], ["user_id", "167901620"], ["user_image_url", "https://pbs.twimg.com/profile_images/3132214338/1eb456e723b00ed80b9ed3b0d59d18ec_normal.png"], ["user_name", "EveNews24.com"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.627208"], ["hashtag_id", 1], ["hashtaggable_id", 1252], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.627208"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435158006117171200' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 21:05:28.000000"], ["text", "And FWIW if I can be even half the CSM as people like @ali_of_space, @ripardteg and @Trebor_CSM I'll be over the moon #tweetfleet #eveonline"], ["tweet_id", "435158006117171200"], ["updated_at", "2014-02-22 11:46:12.633243"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.634250"], ["hashtag_id", 1], ["hashtaggable_id", 1253], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.634250"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435156162242039808' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 20:58:08.000000"], ["text", "RT @EveManny: So I would like to say I am running for CSM9 I hope I can earn your vote https://t.co/Qrg7vNou6h #Plirc #tweetfleet #CSM201…"], ["tweet_id", "435156162242039808"], ["updated_at", "2014-02-22 11:46:12.640350"], ["user_handle", "peter_lacount"], ["user_id", "353751718"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000549978923/8709e99c61b7546219e400c8072dbadb_normal.jpeg"], ["user_name", "Peter LaCount"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.641405"], ["hashtag_id", 1], ["hashtaggable_id", 1254], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.641405"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435153704657121280' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 20:48:22.000000"], ["text", "Remember when we thought Ghost Sites were actually dangerous? Before we all just tanked them. #tweetfleet #eveonline"], ["tweet_id", "435153704657121280"], ["updated_at", "2014-02-22 11:46:12.647134"], ["user_handle", "ADTurelus"], ["user_id", "447952450"], ["user_image_url", "https://pbs.twimg.com/profile_images/418811713153015808/93nf8kgh_normal.png"], ["user_name", "Turelus"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.648147"], ["hashtag_id", 1], ["hashtaggable_id", 1255], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.648147"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435151831241883648' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 20:40:55.000000"], ["text", "RT @Protovarious: Talk to new players in your corps about the CSM and why it's important. #EveOnline #tweetfleet #CSM9"], ["tweet_id", "435151831241883648"], ["updated_at", "2014-02-22 11:46:12.653687"], ["user_handle", "RVikary"], ["user_id", "1880864420"], ["user_image_url", "https://pbs.twimg.com/profile_images/422782435403649024/2tJS84KE_normal.jpeg"], ["user_name", "Rodrik Vikary"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.654674"], ["hashtag_id", 1], ["hashtaggable_id", 1256], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.654674"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435149425866862592' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 20:31:22.000000"], ["image_url", "https://pbs.twimg.com/media/Bgn2GNoCUAICTbj.jpg"], ["text", "こっちの世界も大渋滞。 #eveonline http://t.co/IP91b7JHVQ"], ["tweet_id", "435149425866862592"], ["updated_at", "2014-02-22 11:46:12.661005"], ["user_handle", "maruchinko"], ["user_id", "1096762273"], ["user_image_url", "https://pbs.twimg.com/profile_images/3123255012/7ccbf3950daeb4aee9ebaf9c17b578a0_normal.jpeg"], ["user_name", "まるちん。"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.662026"], ["hashtag_id", 1], ["hashtaggable_id", 1257], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.662026"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435147214411665408' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 20:22:35.000000"], ["text", "Can't even get my Jita alt logged in, what's it so busy for? #tweetfleet #eveonline"], ["tweet_id", "435147214411665408"], ["updated_at", "2014-02-22 11:46:12.667646"], ["user_handle", "MemoocanYT"], ["user_id", "222262525"], ["user_image_url", "https://pbs.twimg.com/profile_images/428671424249602048/vTAPjuYT_normal.jpeg"], ["user_name", "Memoocan"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.668653"], ["hashtag_id", 1], ["hashtaggable_id", 1258], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.668653"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435146083077869568' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 20:18:05.000000"], ["text", "RT @Protovarious: Talk to new players in your corps about the CSM and why it's important. #EveOnline #tweetfleet #CSM9"], ["tweet_id", "435146083077869568"], ["updated_at", "2014-02-22 11:46:12.674304"], ["user_handle", "mynnna_eve"], ["user_id", "217299242"], ["user_image_url", "https://pbs.twimg.com/profile_images/3037871913/d9613cbe8fee260bb4f0fea935955fc5_normal.png"], ["user_name", "mynnna"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.675336"], ["hashtag_id", 1], ["hashtaggable_id", 1259], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.675336"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435145712779943937' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 20:16:37.000000"], ["text", "The #eveonline rookies are spreading out. I am selling more T1 frigates in more remote locations #tweetfleet"], ["tweet_id", "435145712779943937"], ["updated_at", "2014-02-22 11:46:12.681417"], ["user_handle", "talus_veran"], ["user_id", "277342780"], ["user_image_url", "https://pbs.twimg.com/profile_images/3578872578/121c640319f8283e418dd60eea2b0ef9_normal.jpeg"], ["user_name", "Talus Veran"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.682558"], ["hashtag_id", 1], ["hashtaggable_id", 1260], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.682558"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435145384344576000' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 20:15:18.000000"], ["text", "RT @Protovarious: Talk to new players in your corps about the CSM and why it's important. #EveOnline #tweetfleet #CSM9"], ["tweet_id", "435145384344576000"], ["updated_at", "2014-02-22 11:46:12.689165"], ["user_handle", "wsethbrown"], ["user_id", "1638512336"], ["user_image_url", "https://pbs.twimg.com/profile_images/419236477038366720/RXGC6B7-_normal.jpeg"], ["user_name", "Psianh Auvyander"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.690284"], ["hashtag_id", 1], ["hashtaggable_id", 1261], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.690284"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435144891958833152' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 20:13:21.000000"], ["text", "RT @Protovarious: Talk to new players in your corps about the CSM and why it's important. #EveOnline #tweetfleet #CSM9"], ["tweet_id", "435144891958833152"], ["updated_at", "2014-02-22 11:46:12.696037"], ["user_handle", "ali_of_space"], ["user_id", "1325848549"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000581522948/f99c56f2d7aa1cf36dc0b3ab8ca78c25_normal.jpeg"], ["user_name", "Ellen McManis"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.697072"], ["hashtag_id", 1], ["hashtaggable_id", 1262], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.697072"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435144600798240769' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 20:12:12.000000"], ["text", "RT @SniggWaffe: SCUM. Avatar down \\o/ #tweetfleet #eveonline http://t.co/b1Dq60gZDN"], ["tweet_id", "435144600798240769"], ["updated_at", "2014-02-22 11:46:12.702783"], ["user_handle", "Cookie_Stein"], ["user_id", "532233341"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000630421621/02b72780c34fff83b144af788032260c_normal.jpeg"], ["user_name", "CookieStein"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.703753"], ["hashtag_id", 1], ["hashtaggable_id", 1263], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.703753"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435143794930249728' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 20:08:59.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "435143794930249728"], ["updated_at", "2014-02-22 11:46:12.709948"], ["user_handle", "StroudsWebs"], ["user_id", "1048739528"], ["user_image_url", "https://pbs.twimg.com/profile_images/3051531071/af7d31e3a019d426f674a0890351d11d_normal.jpeg"], ["user_name", "#BeauTEAifulStroud"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.710947"], ["hashtag_id", 1], ["hashtaggable_id", 1264], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.710947"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435143630903205888' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 20:08:20.000000"], ["text", "RT @Protovarious: Talk to new players in your corps about the CSM and why it's important. #EveOnline #tweetfleet #CSM9"], ["tweet_id", "435143630903205888"], ["updated_at", "2014-02-22 11:46:12.716557"], ["user_handle", "EVE_Rhavas"], ["user_id", "178416163"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000581266514/960233b71e43a2105b33d6b6a48b2896_normal.jpeg"], ["user_name", "Rhavas"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.717562"], ["hashtag_id", 1], ["hashtaggable_id", 1265], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.717562"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435141685702840320' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 20:00:37.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "435141685702840320"], ["updated_at", "2014-02-22 11:46:12.723900"], ["user_handle", "RFHolmesAuthor"], ["user_id", "247900472"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000858135617/To8bUhI8_normal.jpeg"], ["user_name", "Richard F Holmes"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.724919"], ["hashtag_id", 1], ["hashtaggable_id", 1266], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.724919"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435141279005945856' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 19:59:00.000000"], ["text", "Wisconsin EVE Meetup 3/22/14 http://t.co/jPRZa7OqqE\n#eveonline #dust514 #tweetfleet"], ["tweet_id", "435141279005945856"], ["updated_at", "2014-02-22 11:46:12.730513"], ["user_handle", "ZIonShad"], ["user_id", "626823302"], ["user_image_url", "https://pbs.twimg.com/profile_images/414284980794044416/W95R6BfL_normal.jpeg"], ["user_name", "ZionShad"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.731500"], ["hashtag_id", 1], ["hashtaggable_id", 1267], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.731500"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435141195048951812' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 19:58:40.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "435141195048951812"], ["updated_at", "2014-02-22 11:46:12.737583"], ["user_handle", "Utu72"], ["user_id", "182757735"], ["user_image_url", "https://pbs.twimg.com/profile_images/3589197734/d45278508ddfe2e88038666024fac9bf_normal.png"], ["user_name", "Paris"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.738567"], ["hashtag_id", 1], ["hashtaggable_id", 1268], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.738567"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435141000286466049' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 19:57:53.000000"], ["text", "RT @Protovarious: Talk to new players in your corps about the CSM and why it's important. #EveOnline #tweetfleet #CSM9"], ["tweet_id", "435141000286466049"], ["updated_at", "2014-02-22 11:46:12.744723"], ["user_handle", "DrVerikan"], ["user_id", "632360857"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000648755062/68816c8436b9260bef33ef17c63cab3e_normal.jpeg"], ["user_name", "Bronya Boga"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.745856"], ["hashtag_id", 1], ["hashtaggable_id", 1269], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.745856"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435140499234496512' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 19:55:54.000000"], ["text", "RT @EveManny: So I would like to say I am running for CSM9 I hope I can earn your vote https://t.co/Qrg7vNou6h #Plirc #tweetfleet #CSM201…"], ["tweet_id", "435140499234496512"], ["updated_at", "2014-02-22 11:46:12.752356"], ["user_handle", "Jeffm8r"], ["user_id", "588152623"], ["user_image_url", "https://pbs.twimg.com/profile_images/3290236766/84da290de6d27e416264ade8c6835431_normal.png"], ["user_name", "JEFFRAIDER"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.753539"], ["hashtag_id", 1], ["hashtaggable_id", 1270], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.753539"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435140359270961152' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 19:55:20.000000"], ["text", "RT @SniggWaffe: SCUM. Avatar down \\o/ #tweetfleet #eveonline http://t.co/b1Dq60gZDN"], ["tweet_id", "435140359270961152"], ["updated_at", "2014-02-22 11:46:12.759664"], ["user_handle", "Voodoo_Ginger"], ["user_id", "889962224"], ["user_image_url", "https://pbs.twimg.com/profile_images/2736060479/dbb66b53e1ba50633564eb7669632b89_normal.jpeg"], ["user_name", "Voodoo Williams"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.760711"], ["hashtag_id", 1], ["hashtaggable_id", 1271], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.760711"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435139214762868736' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 19:50:48.000000"], ["text", "RT @Powersv2: Too bad all the station services are bugged on 0-W, so people can still do cloning/repair/etc despite being incapped #tweetfl…"], ["tweet_id", "435139214762868736"], ["updated_at", "2014-02-22 11:46:12.766550"], ["user_handle", "edmkone1"], ["user_id", "2333983615"], ["user_image_url", "https://pbs.twimg.com/profile_images/432372279322738690/mdXPLPN7_normal.png"], ["user_name", "Edmark1"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.767721"], ["hashtag_id", 1], ["hashtaggable_id", 1272], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.767721"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435138650293035008' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 19:48:33.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "435138650293035008"], ["updated_at", "2014-02-22 11:46:12.774420"], ["user_handle", "kristadb1"], ["user_id", "70241038"], ["user_image_url", "https://pbs.twimg.com/profile_images/1190555017/Untitled_normal.jpg"], ["user_name", "Krista D. Ball"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.775510"], ["hashtag_id", 1], ["hashtaggable_id", 1273], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.775510"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435138485318467584' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 19:47:54.000000"], ["text", "Ugh come on Jita. Just let me in already. #eveonline"], ["tweet_id", "435138485318467584"], ["updated_at", "2014-02-22 11:46:12.781489"], ["user_handle", "kristadb1"], ["user_id", "70241038"], ["user_image_url", "https://pbs.twimg.com/profile_images/1190555017/Untitled_normal.jpg"], ["user_name", "Krista D. Ball"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.782591"], ["hashtag_id", 1], ["hashtaggable_id", 1274], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.782591"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.6ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435137601612173312' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 19:44:23.000000"], ["text", "Talk to new players in your corps about the CSM and why it's important. #EveOnline #tweetfleet #CSM9"], ["tweet_id", "435137601612173312"], ["updated_at", "2014-02-22 11:46:12.789507"], ["user_handle", "Protovarious"], ["user_id", "1733482842"], ["user_image_url", "https://pbs.twimg.com/profile_images/417928543499079680/gKvvRpkj_normal.jpeg"], ["user_name", "Protovarious"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.790554"], ["hashtag_id", 1], ["hashtaggable_id", 1275], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.790554"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435131039577812992' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 19:18:18.000000"], ["text", "RT @Powersv2: Too bad all the station services are bugged on 0-W, so people can still do cloning/repair/etc despite being incapped #tweetfl…"], ["tweet_id", "435131039577812992"], ["updated_at", "2014-02-22 11:46:12.796173"], ["user_handle", "Collatinus1"], ["user_id", "570928019"], ["user_image_url", "https://pbs.twimg.com/profile_images/2190210840/90713562_256_normal.jpg"], ["user_name", "Collatinus"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.797179"], ["hashtag_id", 1], ["hashtaggable_id", 1276], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.797179"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435128773998936064' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 19:09:18.000000"], ["text", "Too bad all the station services are bugged on 0-W, so people can still do cloning/repair/etc despite being incapped #tweetfleet #eveonline"], ["tweet_id", "435128773998936064"], ["updated_at", "2014-02-22 11:46:12.802930"], ["user_handle", "Powersv2"], ["user_id", "449392396"], ["user_image_url", "https://pbs.twimg.com/profile_images/3270063992/e99fa3df48e604e0cb49d3f8a8d3bcc0_normal.png"], ["user_name", "Powers"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.803940"], ["hashtag_id", 1], ["hashtaggable_id", 1277], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.803940"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435124955835924480' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 18:54:08.000000"], ["text", "RT @eve_kill: pilot blackthorn's Charon worth 22.14b ISK was destroyed! http://t.co/oCsd5oDXMI #tweetfleet #eveonline"], ["tweet_id", "435124955835924480"], ["updated_at", "2014-02-22 11:46:12.809587"], ["user_handle", "capstable"], ["user_id", "198910342"], ["user_image_url", "https://pbs.twimg.com/profile_images/1607048933/Itunes-logo_normal.jpg"], ["user_name", "Cap Stable"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.810596"], ["hashtag_id", 1], ["hashtaggable_id", 1278], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.810596"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435124663409057792' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 18:52:58.000000"], ["text", "TLDR of the N3 meeting https://t.co/ME4FedBS9z #tweetfleet #eveonline"], ["tweet_id", "435124663409057792"], ["updated_at", "2014-02-22 11:46:12.816205"], ["user_handle", "Powersv2"], ["user_id", "449392396"], ["user_image_url", "https://pbs.twimg.com/profile_images/3270063992/e99fa3df48e604e0cb49d3f8a8d3bcc0_normal.png"], ["user_name", "Powers"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.817193"], ["hashtag_id", 1], ["hashtaggable_id", 1279], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.817193"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435124531187822592' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 18:52:27.000000"], ["text", "RT @BamStroker: O-W778 - there's two sides to every atrocity. http://t.co/q5bZnEB35C #eveonline #tweetfleet"], ["tweet_id", "435124531187822592"], ["updated_at", "2014-02-22 11:46:12.822842"], ["user_handle", "BocephusMorgen"], ["user_id", "550588764"], ["user_image_url", "https://pbs.twimg.com/profile_images/2089024041/90083585_normal.jpg"], ["user_name", "Bocephus Morgen"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.823878"], ["hashtag_id", 1], ["hashtaggable_id", 1280], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.823878"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435124431531552768' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 18:52:03.000000"], ["text", "RT @eve_kill: Dr Arraya's Ark worth 10.04b ISK was destroyed! http://t.co/zdlxjOf0rB #tweetfleet #eveonline"], ["tweet_id", "435124431531552768"], ["updated_at", "2014-02-22 11:46:12.829889"], ["user_handle", "capstable"], ["user_id", "198910342"], ["user_image_url", "https://pbs.twimg.com/profile_images/1607048933/Itunes-logo_normal.jpg"], ["user_name", "Cap Stable"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.830918"], ["hashtag_id", 1], ["hashtaggable_id", 1281], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.830918"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435123406733062144' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 18:47:59.000000"], ["text", "RT @GRN_EveRadio: Having a great discussion on air right now about #eveonline tune in http://t.co/1IpK8PkRaZ #tweetfleet #everadio"], ["tweet_id", "435123406733062144"], ["updated_at", "2014-02-22 11:46:12.836370"], ["user_handle", "WigglesGRN"], ["user_id", "206382332"], ["user_image_url", "https://pbs.twimg.com/profile_images/423394007625236480/tTzcnHbg_normal.jpeg"], ["user_name", "Jody Farenden"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.837321"], ["hashtag_id", 1], ["hashtaggable_id", 1282], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.837321"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435120871926419456' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 18:37:54.000000"], ["text", "RT @SniggWaffe: SCUM. Avatar down \\o/ #tweetfleet #eveonline http://t.co/b1Dq60gZDN"], ["tweet_id", "435120871926419456"], ["updated_at", "2014-02-22 11:46:12.842778"], ["user_handle", "Blazingbunny09"], ["user_id", "2304600530"], ["user_image_url", "https://pbs.twimg.com/profile_images/425940796739571712/ocgDT2W7_normal.jpeg"], ["user_name", "Blazingbunny"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.843768"], ["hashtag_id", 1], ["hashtaggable_id", 1283], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.843768"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435120615021088768' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 18:36:53.000000"], ["text", "Having a great discussion on air right now about #eveonline tune in http://t.co/1IpK8PkRaZ #tweetfleet #everadio"], ["tweet_id", "435120615021088768"], ["updated_at", "2014-02-22 11:46:12.849333"], ["user_handle", "GRN_EveRadio"], ["user_id", "289385883"], ["user_image_url", "https://pbs.twimg.com/profile_images/1330348287/50295_327682907856_328_q_normal.jpg"], ["user_name", "Eve Radio"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.850303"], ["hashtag_id", 1], ["hashtaggable_id", 1284], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.850303"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435115263433121792' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 18:15:37.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "435115263433121792"], ["updated_at", "2014-02-22 11:46:12.856528"], ["user_handle", "LevLazarev"], ["user_id", "1297018436"], ["user_image_url", "https://pbs.twimg.com/profile_images/3425864904/444d0427674ff506f82321b6b69b405d_normal.jpeg"], ["user_name", "Richard Sampson"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.857567"], ["hashtag_id", 1], ["hashtaggable_id", 1285], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.857567"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435114847135870977' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 18:13:58.000000"], ["text", "RT @ZombieTychus: If you undock in 0-W, you're gonna have a bad time. #tweetfleet #eveonline http://t.co/qzpZSRVrXG"], ["tweet_id", "435114847135870977"], ["updated_at", "2014-02-22 11:46:12.863485"], ["user_handle", "ctantharik"], ["user_id", "273078754"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000804066831/86ec377574dd22a43eb7d5a859f75b52_normal.jpeg"], ["user_name", "C'Tan Tharik"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.864642"], ["hashtag_id", 1], ["hashtaggable_id", 1286], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.864642"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435114657368788992' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 18:13:13.000000"], ["text", "RT @BamStroker: O-W778 - there's two sides to every atrocity. http://t.co/q5bZnEB35C #eveonline #tweetfleet"], ["tweet_id", "435114657368788992"], ["updated_at", "2014-02-22 11:46:12.871078"], ["user_handle", "Akrasjel_Lanate"], ["user_id", "221121181"], ["user_image_url", "https://pbs.twimg.com/profile_images/428494399689875456/Tv-deF6A_normal.jpeg"], ["user_name", "Akrasjel Lanate"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.872187"], ["hashtag_id", 1], ["hashtaggable_id", 1287], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.872187"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435114604331421696' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 18:13:00.000000"], ["text", "SCUM. Avatar down \\o/ #tweetfleet #eveonline http://t.co/b1Dq60gZDN"], ["tweet_id", "435114604331421696"], ["updated_at", "2014-02-22 11:46:12.878205"], ["user_handle", "SniggWaffe"], ["user_id", "1429964148"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000068818473/807c0091f33dd3548a7e7b878dd4a16d_normal.jpeg"], ["user_name", "SniggWaffe"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.879231"], ["hashtag_id", 1], ["hashtaggable_id", 1288], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.879231"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435112874554302464' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 18:06:07.000000"], ["text", "#tweetfleet SCUM. Titan down in Kinakka http://t.co/Sa2ozGEz4X #Articles #eveonline"], ["tweet_id", "435112874554302464"], ["updated_at", "2014-02-22 11:46:12.884954"], ["user_handle", "evenews24"], ["user_id", "167901620"], ["user_image_url", "https://pbs.twimg.com/profile_images/3132214338/1eb456e723b00ed80b9ed3b0d59d18ec_normal.png"], ["user_name", "EveNews24.com"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.885935"], ["hashtag_id", 1], ["hashtaggable_id", 1289], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.885935"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435108192314732544' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 17:47:31.000000"], ["text", "RT @GRN_EveRadio: The GRN show is back on #everadio in 15 mins tune in for the best in #eveonline #gaming and #tech talk #tweetfleet http:/…"], ["tweet_id", "435108192314732544"], ["updated_at", "2014-02-22 11:46:12.891356"], ["user_handle", "WigglesGRN"], ["user_id", "206382332"], ["user_image_url", "https://pbs.twimg.com/profile_images/423394007625236480/tTzcnHbg_normal.jpeg"], ["user_name", "Jody Farenden"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.892298"], ["hashtag_id", 1], ["hashtaggable_id", 1290], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.892298"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435107613479829504' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 17:45:13.000000"], ["text", "The GRN show is back on #everadio in 15 mins tune in for the best in #eveonline #gaming and #tech talk #tweetfleet http://t.co/1IpK8PkRaZ"], ["tweet_id", "435107613479829504"], ["updated_at", "2014-02-22 11:46:12.897810"], ["user_handle", "GRN_EveRadio"], ["user_id", "289385883"], ["user_image_url", "https://pbs.twimg.com/profile_images/1330348287/50295_327682907856_328_q_normal.jpg"], ["user_name", "Eve Radio"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.898801"], ["hashtag_id", 1], ["hashtaggable_id", 1291], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.898801"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435106069199986689' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 17:39:05.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "435106069199986689"], ["updated_at", "2014-02-22 11:46:12.904900"], ["user_handle", "iammrbonesTH"], ["user_id", "305269315"], ["user_image_url", "https://pbs.twimg.com/profile_images/419286114449379329/RKpzFY6p_normal.jpeg"], ["user_name", "Bonesy "]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.905883"], ["hashtag_id", 1], ["hashtaggable_id", 1292], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.905883"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435105553522905088' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 17:37:02.000000"], ["text", "salford smid's Avatar worth 103.33b ISK was destroyed! http://t.co/qRJRCUShve #tweetfleet #eveonline"], ["tweet_id", "435105553522905088"], ["updated_at", "2014-02-22 11:46:12.911510"], ["user_handle", "eve_kill"], ["user_id", "375268066"], ["user_image_url", "https://pbs.twimg.com/profile_images/1547384154/Image_2011-09-17_at_10.28.31_PM_normal.png"], ["user_name", "EVE-KILL"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.912481"], ["hashtag_id", 1], ["hashtaggable_id", 1293], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.912481"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435103664165113857' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 17:29:32.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "435103664165113857"], ["updated_at", "2014-02-22 11:46:12.918641"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.919630"], ["hashtag_id", 1], ["hashtaggable_id", 1294], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.919630"]]  (4.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435103541451976704' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 17:29:02.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "435103541451976704"], ["updated_at", "2014-02-22 11:46:12.930660"], ["user_handle", "Sean_Decker"], ["user_id", "21433097"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000083611170/4d666af350ee30bdf5b79c872b66d137_normal.jpeg"], ["user_name", "Sean Decker"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.931740"], ["hashtag_id", 1], ["hashtaggable_id", 1295], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.931740"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435100542722129921' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 17:17:07.000000"], ["text", "RT @EveManny: So I would like to say I am running for CSM9 I hope I can earn your vote https://t.co/Qrg7vNou6h #Plirc #tweetfleet #CSM201…"], ["tweet_id", "435100542722129921"], ["updated_at", "2014-02-22 11:46:12.937524"], ["user_handle", "SaiTalos"], ["user_id", "1534142252"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000020965157/f2fce3b38ab5458b886c6a353c4088e8_normal.png"], ["user_name", "Sai Talos"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.938540"], ["hashtag_id", 1], ["hashtaggable_id", 1296], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.938540"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435098142455787520' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 17:07:35.000000"], ["text", "@midi2304 is standing for election in CSM9. CZ staff now out of jobs: http://t.co/gxhHzHHVYu #tweetfleet #eveonline #TheyTookOurJooobs!"], ["tweet_id", "435098142455787520"], ["updated_at", "2014-02-22 11:46:12.944594"], ["user_handle", "Protovarious"], ["user_id", "1733482842"], ["user_image_url", "https://pbs.twimg.com/profile_images/417928543499079680/gKvvRpkj_normal.jpeg"], ["user_name", "Protovarious"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.945726"], ["hashtag_id", 1], ["hashtaggable_id", 1297], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.945726"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435094612844105730' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 16:53:34.000000"], ["text", "\"In darkness we fall - in shadows we live - under the sun we see no light...\" #alienhand #eveonline #tweetfleet @Ansbjerg"], ["tweet_id", "435094612844105730"], ["updated_at", "2014-02-22 11:46:12.952201"], ["user_handle", "ctantharik"], ["user_id", "273078754"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000804066831/86ec377574dd22a43eb7d5a859f75b52_normal.jpeg"], ["user_name", "C'Tan Tharik"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.953384"], ["hashtag_id", 1], ["hashtaggable_id", 1298], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.953384"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435093726772600834' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 16:50:02.000000"], ["text", "pilot blackthorn's Charon worth 22.14b ISK was destroyed! http://t.co/oCsd5oDXMI #tweetfleet #eveonline"], ["tweet_id", "435093726772600834"], ["updated_at", "2014-02-22 11:46:12.959365"], ["user_handle", "eve_kill"], ["user_id", "375268066"], ["user_image_url", "https://pbs.twimg.com/profile_images/1547384154/Image_2011-09-17_at_10.28.31_PM_normal.png"], ["user_name", "EVE-KILL"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.960369"], ["hashtag_id", 1], ["hashtaggable_id", 1299], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.960369"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435090910599069696' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 16:38:51.000000"], ["text", "If you undock in 0-W, you're gonna have a bad time. #tweetfleet #eveonline http://t.co/qzpZSRVrXG"], ["tweet_id", "435090910599069696"], ["updated_at", "2014-02-22 11:46:12.967449"], ["user_handle", "ZombieTychus"], ["user_id", "153661021"], ["user_image_url", "https://pbs.twimg.com/profile_images/1181996821/ZOMBIE2010-tychus_findlay_normal.png"], ["user_name", "Tychus Findlay"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:12.968763"], ["hashtag_id", 1], ["hashtaggable_id", 1300], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:12.968763"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435089299407896577' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 16:32:27.000000"], ["text", "Dinsdale confirming there that I am only taking part in CSM9 to get some of that Goonswarm RMT dolla dolla bill yo #tweetfleet #eveonline"], ["tweet_id", "435089299407896577"], ["updated_at", "2014-02-22 11:46:14.215991"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.217059"], ["hashtag_id", 1], ["hashtaggable_id", 1301], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.217059"]]  (2.4ms) commit transaction Mingle::Twitter::Tweet Load (0.6ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435089052195627008' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 16:31:28.000000"], ["text", "RT @midi2304: …that Xander Phoena will be standing for election in the 9th Council of Stellar Management http://t.co/bKMQP59wtE #tweetfleet…"], ["tweet_id", "435089052195627008"], ["updated_at", "2014-02-22 11:46:14.226300"], ["user_handle", "LedeanioUk"], ["user_id", "325411075"], ["user_image_url", "https://pbs.twimg.com/profile_images/1444017476/PortraitSnapshot_0_3659107_normal.jpg"], ["user_name", "Imperium Romanus"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.227613"], ["hashtag_id", 1], ["hashtaggable_id", 1302], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.227613"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.6ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435083607569600512' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 16:09:50.000000"], ["text", "If this isn't an amazing endorsement for my CSM9 campaign, I don't know what is http://t.co/McATrPEQRc #tweetfleet #eveonline"], ["tweet_id", "435083607569600512"], ["updated_at", "2014-02-22 11:46:14.235213"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.236523"], ["hashtag_id", 1], ["hashtaggable_id", 1303], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.236523"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435080264084365312' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 15:56:33.000000"], ["text", "RT @midi2304: This week on CZ Minutes, we tackle the thorny issue of AFK ratting… http://t.co/ahxq99Au2m #tweetfleet #eveonline"], ["tweet_id", "435080264084365312"], ["updated_at", "2014-02-22 11:46:14.243355"], ["user_handle", "RVikary"], ["user_id", "1880864420"], ["user_image_url", "https://pbs.twimg.com/profile_images/422782435403649024/2tJS84KE_normal.jpeg"], ["user_name", "Rodrik Vikary"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.244443"], ["hashtag_id", 1], ["hashtaggable_id", 1304], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.244443"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435076746916798467' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 15:42:34.000000"], ["text", "Is it bad that I'm here at work and all I want to do is play #eveonline #tweetfleet"], ["tweet_id", "435076746916798467"], ["updated_at", "2014-02-22 11:46:14.250526"], ["user_handle", "nitroxygen"], ["user_id", "112784101"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000528014919/252f30044f6466bc76f6146416900e8b_normal.png"], ["user_name", "Ni-Troxygen Gaming"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.251646"], ["hashtag_id", 1], ["hashtaggable_id", 1305], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.251646"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435073806529728512' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 15:30:53.000000"], ["text", "RT @midi2304: …that Xander Phoena will be standing for election in the 9th Council of Stellar Management http://t.co/bKMQP59wtE #tweetfleet…"], ["tweet_id", "435073806529728512"], ["updated_at", "2014-02-22 11:46:14.258024"], ["user_handle", "bagehi"], ["user_id", "16189343"], ["user_image_url", "https://pbs.twimg.com/profile_images/1689132202/Bagehi_normal.jpg"], ["user_name", "Bagehi"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.259169"], ["hashtag_id", 1], ["hashtaggable_id", 1306], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.259169"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435073347266031616' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 15:29:03.000000"], ["text", "I'll have a more detailed blog post and Jita Park thread up soon(TM) by the way. Next few days #tweetfleet #eveonline"], ["tweet_id", "435073347266031616"], ["updated_at", "2014-02-22 11:46:14.265129"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.266196"], ["hashtag_id", 1], ["hashtaggable_id", 1307], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.266196"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435073123143409664' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 15:28:10.000000"], ["text", "RT @midi2304: …that Xander Phoena will be standing for election in the 9th Council of Stellar Management http://t.co/bKMQP59wtE #tweetfleet…"], ["tweet_id", "435073123143409664"], ["updated_at", "2014-02-22 11:46:14.271931"], ["user_handle", "two_step_eve"], ["user_id", "197756538"], ["user_image_url", "https://pbs.twimg.com/profile_images/1421794453/4491936888_95d314dcfe_t_normal.jpg"], ["user_name", "Two step"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.272956"], ["hashtag_id", 1], ["hashtaggable_id", 1308], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.272956"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435072838588846083' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 15:27:02.000000"], ["text", "RT @midi2304: …that Xander Phoena will be standing for election in the 9th Council of Stellar Management http://t.co/bKMQP59wtE #tweetfleet…"], ["tweet_id", "435072838588846083"], ["updated_at", "2014-02-22 11:46:14.278820"], ["user_handle", "SindelPellion"], ["user_id", "369212738"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000468603357/c28ad1c74f298ee654ad02467cf680c5_normal.png"], ["user_name", "Sindel Pellion"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.279890"], ["hashtag_id", 1], ["hashtaggable_id", 1309], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.279890"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435071665295216640' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 15:22:22.000000"], ["text", "RT @midi2304: …that Xander Phoena will be standing for election in the 9th Council of Stellar Management http://t.co/bKMQP59wtE #tweetfleet…"], ["tweet_id", "435071665295216640"], ["updated_at", "2014-02-22 11:46:14.285603"], ["user_handle", "CCP_Unifex"], ["user_id", "501558064"], ["user_image_url", "https://pbs.twimg.com/profile_images/1850623954/CCP_Unifex_normal.jpg"], ["user_name", "Jon Lander"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.286590"], ["hashtag_id", 1], ["hashtaggable_id", 1310], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.286590"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435070112245116928' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 15:16:12.000000"], ["text", "RT @EVE_Biohazard: Hey #eveonline newbies! Time to fleet up! http://t.co/IchPsY3WF5 #tweetfleet"], ["tweet_id", "435070112245116928"], ["updated_at", "2014-02-22 11:46:14.292140"], ["user_handle", "EVESirSqueebles"], ["user_id", "1042447310"], ["user_image_url", "https://pbs.twimg.com/profile_images/3033325171/87d83023813d75ed87cd2b10323ff880_normal.jpeg"], ["user_name", "Sir Squeebles"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.293163"], ["hashtag_id", 1], ["hashtaggable_id", 1311], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.293163"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435069503719084033' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 15:13:47.000000"], ["text", "RT @EVEEnquirer: EVE:Definition: \"Infra-surprise\", the reverse of surprise \"I heard @midi2304 was running for the CSM and, like, infrasurpr…"], ["tweet_id", "435069503719084033"], ["updated_at", "2014-02-22 11:46:14.298669"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.299646"], ["hashtag_id", 1], ["hashtaggable_id", 1312], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.299646"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435069456662790144' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 15:13:36.000000"], ["text", "EVE:Definition: \"Infra-surprise\", the reverse of surprise \"I heard @midi2304 was running for the CSM and, like, infrasurprise!\" #eveonline"], ["tweet_id", "435069456662790144"], ["updated_at", "2014-02-22 11:46:14.305539"], ["user_handle", "EVEEnquirer"], ["user_id", "1307515628"], ["user_image_url", "https://pbs.twimg.com/profile_images/3438016436/f2e3b54011b23a8632c8de1a9051c26f_normal.png"], ["user_name", "EVE Enquirer"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.306631"], ["hashtag_id", 1], ["hashtaggable_id", 1313], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.306631"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435067990703624192' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 15:07:46.000000"], ["text", "RT @midi2304: …that Xander Phoena will be standing for election in the 9th Council of Stellar Management http://t.co/bKMQP59wtE #tweetfleet…"], ["tweet_id", "435067990703624192"], ["updated_at", "2014-02-22 11:46:14.312410"], ["user_handle", "RichStanton"], ["user_id", "20237809"], ["user_image_url", "https://pbs.twimg.com/profile_images/2503827858/f0vn4pxpmtzb9z0lnjzy_normal.jpeg"], ["user_name", "Richard Stanton"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.313383"], ["hashtag_id", 1], ["hashtaggable_id", 1314], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.313383"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435067969354625024' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 15:07:41.000000"], ["text", "RT @BamStroker: O-W778 - there's two sides to every atrocity. http://t.co/q5bZnEB35C #eveonline #tweetfleet"], ["tweet_id", "435067969354625024"], ["updated_at", "2014-02-22 11:46:14.318973"], ["user_handle", "rox_lukas"], ["user_id", "183519788"], ["user_image_url", "https://pbs.twimg.com/profile_images/2585331589/3mw8a9xqorz1jii75igw_normal.jpeg"], ["user_name", "Lukas Rox"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.319986"], ["hashtag_id", 1], ["hashtaggable_id", 1315], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.319986"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435067788223197184' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 15:06:58.000000"], ["text", "RT @midi2304: …that Xander Phoena will be standing for election in the 9th Council of Stellar Management http://t.co/bKMQP59wtE #tweetfleet…"], ["tweet_id", "435067788223197184"], ["updated_at", "2014-02-22 11:46:14.325919"], ["user_handle", "HVACRepairman"], ["user_id", "601698076"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000580230749/e2b16952974a3dca13e9b831ba934627_normal.jpeg"], ["user_name", "HVAC Repairman"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.326935"], ["hashtag_id", 1], ["hashtaggable_id", 1316], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.326935"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435067549290471425' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 15:06:01.000000"], ["text", "RT @midi2304: …that Xander Phoena will be standing for election in the 9th Council of Stellar Management http://t.co/bKMQP59wtE #tweetfleet…"], ["tweet_id", "435067549290471425"], ["updated_at", "2014-02-22 11:46:14.333122"], ["user_handle", "BraveNewbies"], ["user_id", "1377916285"], ["user_image_url", "https://pbs.twimg.com/profile_images/3570196816/a6c023f7dc686e09447232bbc12fa5e7_normal.png"], ["user_name", "Brave Newbies"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.334158"], ["hashtag_id", 1], ["hashtaggable_id", 1317], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.334158"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435066404493336576' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 15:01:28.000000"], ["text", "So that's a whole heap of interesting stuff up on http://t.co/JVvlzljIIf you should probably be checking out #tweetfleet #eveonline"], ["tweet_id", "435066404493336576"], ["updated_at", "2014-02-22 11:46:14.339877"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.340882"], ["hashtag_id", 1], ["hashtaggable_id", 1318], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.340882"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435066390983487489' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 15:01:25.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EVEEnquirer: EVE: Rubicon 1.2 introduces Warp Core Stabiliser fit warning indicators https://t.co/okZAoZlfJV #eveonline"], ["tweet_id", "435066390983487489"], ["updated_at", "2014-02-22 11:46:14.347356"], ["user_handle", "FunkyBacon"], ["user_id", "20178313"], ["user_image_url", "https://pbs.twimg.com/profile_images/1410075551/Untitled-1_normal.jpg"], ["user_name", "FunkyBacon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.348441"], ["hashtag_id", 1], ["hashtaggable_id", 1319], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.348441"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435065529540153344' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 14:58:00.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "435065529540153344"], ["updated_at", "2014-02-22 11:46:14.354844"], ["user_handle", "Pyro_219"], ["user_id", "1616873916"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000184431066/7501072f47c0448128730b9108024792_normal.jpeg"], ["user_name", "Chris"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.355877"], ["hashtag_id", 1], ["hashtaggable_id", 1320], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.355877"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435065521839407104' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 14:57:58.000000"], ["text", "RT @EveOnline: Obvious answer found. It's a Bantam pilot. #eveonline #tweetfleet"], ["tweet_id", "435065521839407104"], ["updated_at", "2014-02-22 11:46:14.361766"], ["user_handle", "Pyro_219"], ["user_id", "1616873916"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000184431066/7501072f47c0448128730b9108024792_normal.jpeg"], ["user_name", "Chris"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.362778"], ["hashtag_id", 1], ["hashtaggable_id", 1321], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.362778"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435065236010598400' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 14:56:50.000000"], ["text", "…that Xander Phoena will be standing for election in the 9th Council of Stellar Management http://t.co/bKMQP59wtE #tweetfleet #eveonline"], ["tweet_id", "435065236010598400"], ["updated_at", "2014-02-22 11:46:14.369162"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.370275"], ["hashtag_id", 1], ["hashtaggable_id", 1322], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.370275"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435063893509931009' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 14:51:29.000000"], ["text", "@Powersv2 @BamStroker and do you dumb goons really think that this will do anything to \"Crush the life out of us\" ? #tweetfleet #eveonline"], ["tweet_id", "435063893509931009"], ["updated_at", "2014-02-22 11:46:14.376690"], ["user_handle", "yoda589"], ["user_id", "482721616"], ["user_image_url", "https://pbs.twimg.com/profile_images/428587364076621824/VbKFvGQc_normal.jpeg"], ["user_name", "Me of course"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.377774"], ["hashtag_id", 1], ["hashtaggable_id", 1323], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.377774"]]  (1.3ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435060923166769152' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 14:39:41.000000"], ["text", "RT @BamStroker: O-W778 - there's two sides to every atrocity. http://t.co/q5bZnEB35C #eveonline #tweetfleet"], ["tweet_id", "435060923166769152"], ["updated_at", "2014-02-22 11:46:14.383910"], ["user_handle", "yoda589"], ["user_id", "482721616"], ["user_image_url", "https://pbs.twimg.com/profile_images/428587364076621824/VbKFvGQc_normal.jpeg"], ["user_name", "Me of course"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.384882"], ["hashtag_id", 1], ["hashtaggable_id", 1324], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.384882"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435058595408142337' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 14:30:26.000000"], ["image_url", "https://pbs.twimg.com/media/BgXMn1xCIAEAky7.png"], ["text", "RT @CCP_Falcon: So proud to have worked on this! #evesource is now open for pre-orders http://t.co/iBGtIElEnT… #tweetfleet #eveonline http:…"], ["tweet_id", "435058595408142337"], ["updated_at", "2014-02-22 11:46:14.391427"], ["user_handle", "lkphotograph"], ["user_id", "840024103"], ["user_image_url", "https://pbs.twimg.com/profile_images/2726897412/97cbffe1a672bd597232114832716c30_normal.jpeg"], ["user_name", "larsk"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.392448"], ["hashtag_id", 1], ["hashtaggable_id", 1325], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.392448"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435058326112829440' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 14:29:22.000000"], ["text", "RT @BamStroker: O-W778 - there's two sides to every atrocity. http://t.co/q5bZnEB35C #eveonline #tweetfleet"], ["tweet_id", "435058326112829440"], ["updated_at", "2014-02-22 11:46:14.398207"], ["user_handle", "QuincyThibaud"], ["user_id", "386671787"], ["user_image_url", "https://pbs.twimg.com/profile_images/1577164496/quincy_image_normal.jpg"], ["user_name", "Quincy Thibaud"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.399189"], ["hashtag_id", 1], ["hashtaggable_id", 1326], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.399189"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435055149984522240' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 14:16:45.000000"], ["text", "RT @BamStroker: O-W778 - there's two sides to every atrocity. http://t.co/q5bZnEB35C #eveonline #tweetfleet"], ["tweet_id", "435055149984522240"], ["updated_at", "2014-02-22 11:46:14.404673"], ["user_handle", "EVE_WOLFPACKED"], ["user_id", "1392354948"], ["user_image_url", "https://pbs.twimg.com/profile_images/3595908601/8525479432adf7328b77ef275d583e6d_normal.jpeg"], ["user_name", "ONE-MAN WOLF-PACK"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.405670"], ["hashtag_id", 1], ["hashtaggable_id", 1327], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.405670"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435055085740392448' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 14:16:30.000000"], ["text", "RT @BamStroker: O-W778 - there's two sides to every atrocity. http://t.co/q5bZnEB35C #eveonline #tweetfleet"], ["tweet_id", "435055085740392448"], ["updated_at", "2014-02-22 11:46:14.411324"], ["user_handle", "ForlornW"], ["user_id", "69826612"], ["user_image_url", "https://pbs.twimg.com/profile_images/2433094796/egh55qvzxyjtyxvj4w0b_normal.jpeg"], ["user_name", "Forlorn Wongraven "]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.412367"], ["hashtag_id", 1], ["hashtaggable_id", 1328], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.412367"]]  (1.3ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435054110866669568' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 14:12:37.000000"], ["text", "http://t.co/lIDDijyrKb #tweetfleet #eveonline #corprun #fun #helpingnoobs"], ["tweet_id", "435054110866669568"], ["updated_at", "2014-02-22 11:46:14.418703"], ["user_handle", "Deathwalker_J"], ["user_id", "2198330205"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000802073207/bc9f3481f422070ebd7e8faeafc44955_normal.jpeg"], ["user_name", "Deathwalker James"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.419709"], ["hashtag_id", 1], ["hashtaggable_id", 1329], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.419709"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435050960839507968' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 14:00:06.000000"], ["text", "RT @BamStroker: O-W778 - there's two sides to every atrocity. http://t.co/q5bZnEB35C #eveonline #tweetfleet"], ["tweet_id", "435050960839507968"], ["updated_at", "2014-02-22 11:46:14.509696"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.510812"], ["hashtag_id", 1], ["hashtaggable_id", 1330], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.510812"]]  (1.5ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435050856744882176' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 13:59:41.000000"], ["text", "O-W778 - there's two sides to every atrocity. http://t.co/q5bZnEB35C #eveonline #tweetfleet"], ["tweet_id", "435050856744882176"], ["updated_at", "2014-02-22 11:46:14.517977"], ["user_handle", "BamStroker"], ["user_id", "27596607"], ["user_image_url", "https://pbs.twimg.com/profile_images/424896880447737856/ZGXTc_WD_normal.jpeg"], ["user_name", "Bam Stroker"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.519076"], ["hashtag_id", 1], ["hashtaggable_id", 1331], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.519076"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.6ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435046265597231104' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 13:41:27.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "435046265597231104"], ["updated_at", "2014-02-22 11:46:14.527036"], ["user_handle", "EVE_Tetsel"], ["user_id", "422323832"], ["user_image_url", "https://pbs.twimg.com/profile_images/1659939316/1flag-fr_normal.jpg"], ["user_name", "Tetsel"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.528483"], ["hashtag_id", 1], ["hashtaggable_id", 1332], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.528483"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435046069320572928' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 13:40:40.000000"], ["text", "RT @SunnyBunnyF: Докачалась в #EVEonline до четвертых мисок, теперь делаю торговые, на боевые время НЭТ!"], ["tweet_id", "435046069320572928"], ["updated_at", "2014-02-22 11:46:14.534502"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.535642"], ["hashtag_id", 1], ["hashtaggable_id", 1333], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.535642"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435045994200592384' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 13:40:22.000000"], ["text", "RT @EVE_Biohazard: Newbie fleet leaving shortly! http://t.co/ENafnMoemM #eveonline #tweetfleet"], ["tweet_id", "435045994200592384"], ["updated_at", "2014-02-22 11:46:14.541389"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.542372"], ["hashtag_id", 1], ["hashtaggable_id", 1334], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.542372"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435045733150887936' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 13:39:20.000000"], ["text", "Newbie fleet leaving shortly! http://t.co/ENafnMoemM #eveonline #tweetfleet"], ["tweet_id", "435045733150887936"], ["updated_at", "2014-02-22 11:46:14.548134"], ["user_handle", "EVE_Biohazard"], ["user_id", "1648333483"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000246182247/94643a3a0e1b0a177002cd4c8ec23b25_normal.jpeg"], ["user_name", "Biohazard"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.549211"], ["hashtag_id", 1], ["hashtaggable_id", 1335], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.549211"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435043266485293056' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 13:29:32.000000"], ["text", "3 yrs after building it for #eveonline think its time to do a wipe and fresh install of my rig.. Wish me luck and I'll see you in 4 days lol"], ["tweet_id", "435043266485293056"], ["updated_at", "2014-02-22 11:46:14.555399"], ["user_handle", "DennieFleetfoot"], ["user_id", "331531499"], ["user_image_url", "https://pbs.twimg.com/profile_images/1432052826/image_normal.jpg"], ["user_name", "Dennie Fleetfoot"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.556546"], ["hashtag_id", 1], ["hashtaggable_id", 1336], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.556546"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435042494259023873' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 13:26:27.000000"], ["text", "\"CZ Minutes - AFK ratting http://t.co/BFjkB0bCmz #SPOILER: @awanderingjon wins #tweetfleet #eveonline\""], ["tweet_id", "435042494259023873"], ["updated_at", "2014-02-22 11:46:14.562829"], ["user_handle", "Protovarious"], ["user_id", "1733482842"], ["user_image_url", "https://pbs.twimg.com/profile_images/417928543499079680/gKvvRpkj_normal.jpeg"], ["user_name", "Protovarious"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.563904"], ["hashtag_id", 1], ["hashtaggable_id", 1337], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.563904"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435040952533921792' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 13:20:20.000000"], ["text", "Other half still sleeping. Thinking I may hve to get up and play bit of #eveonline maybe before rugby. Should I be nice & make lunch?"], ["tweet_id", "435040952533921792"], ["updated_at", "2014-02-22 11:46:14.569456"], ["user_handle", "SammyYeates"], ["user_id", "43387673"], ["user_image_url", "https://pbs.twimg.com/profile_images/432400389141704704/m9Mk095N_normal.jpeg"], ["user_name", "Sammy"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.570487"], ["hashtag_id", 1], ["hashtaggable_id", 1338], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.570487"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435040840902541313' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 13:19:53.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "435040840902541313"], ["updated_at", "2014-02-22 11:46:14.576885"], ["user_handle", "joobleblob"], ["user_id", "25873473"], ["user_image_url", "https://pbs.twimg.com/profile_images/3638172954/302ba51e6ecdd02f262509058afbc47c_normal.png"], ["user_name", "Tim Wood"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.577886"], ["hashtag_id", 1], ["hashtaggable_id", 1339], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.577886"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435039219833008128' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 13:13:27.000000"], ["text", "RT @midi2304: This week on CZ Minutes, we tackle the thorny issue of AFK ratting… http://t.co/ahxq99Au2m #tweetfleet #eveonline"], ["tweet_id", "435039219833008128"], ["updated_at", "2014-02-22 11:46:14.583628"], ["user_handle", "Protovarious"], ["user_id", "1733482842"], ["user_image_url", "https://pbs.twimg.com/profile_images/417928543499079680/gKvvRpkj_normal.jpeg"], ["user_name", "Protovarious"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.584668"], ["hashtag_id", 1], ["hashtaggable_id", 1340], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.584668"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435038199820193792' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 13:09:24.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "435038199820193792"], ["updated_at", "2014-02-22 11:46:14.591313"], ["user_handle", "billblum"], ["user_id", "16053271"], ["user_image_url", "https://pbs.twimg.com/profile_images/3270078224/5f20e96b1c8a6f97b9f2fcb14fbd8645_normal.jpeg"], ["user_name", "Bill"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.592372"], ["hashtag_id", 1], ["hashtaggable_id", 1341], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.592372"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435034686185046017' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 12:55:26.000000"], ["text", "RT @midi2304: This week on CZ Minutes, we tackle the thorny issue of AFK ratting… http://t.co/ahxq99Au2m #tweetfleet #eveonline"], ["tweet_id", "435034686185046017"], ["updated_at", "2014-02-22 11:46:14.598119"], ["user_handle", "awanderingjon"], ["user_id", "246794034"], ["user_image_url", "https://pbs.twimg.com/profile_images/416928628232826881/qa6mBoOl_normal.jpeg"], ["user_name", "Mangala Solaris"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.599150"], ["hashtag_id", 1], ["hashtaggable_id", 1342], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.599150"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435034439802834944' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 12:54:27.000000"], ["text", "RT @EVE_Biohazard: Hey #eveonline newbies! Time to fleet up! http://t.co/IchPsY3WF5 #tweetfleet"], ["tweet_id", "435034439802834944"], ["updated_at", "2014-02-22 11:46:14.604650"], ["user_handle", "RVikary"], ["user_id", "1880864420"], ["user_image_url", "https://pbs.twimg.com/profile_images/422782435403649024/2tJS84KE_normal.jpeg"], ["user_name", "Rodrik Vikary"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.605610"], ["hashtag_id", 1], ["hashtaggable_id", 1343], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.605610"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435033996188450816' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 12:52:41.000000"], ["text", "This week on CZ Minutes, we tackle the thorny issue of AFK ratting… http://t.co/ahxq99Au2m #tweetfleet #eveonline"], ["tweet_id", "435033996188450816"], ["updated_at", "2014-02-22 11:46:14.611164"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.612185"], ["hashtag_id", 1], ["hashtaggable_id", 1344], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.612185"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435031305672482816' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 12:42:00.000000"], ["text", "Докачалась в #EVEonline до четвертых мисок, теперь делаю торговые, на боевые время НЭТ!"], ["tweet_id", "435031305672482816"], ["updated_at", "2014-02-22 11:46:14.617824"], ["user_handle", "SunnyBunnyF"], ["user_id", "415505760"], ["user_image_url", "https://pbs.twimg.com/profile_images/3782118390/e451a562d37b7e0d5d5e6415459c383e_normal.jpeg"], ["user_name", "Нелли Лисица"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.618851"], ["hashtag_id", 1], ["hashtaggable_id", 1345], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.618851"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435031172192940032' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 12:41:28.000000"], ["text", "RT @EVE_Biohazard: Hey #eveonline newbies! Time to fleet up! http://t.co/IchPsY3WF5 #tweetfleet"], ["tweet_id", "435031172192940032"], ["updated_at", "2014-02-22 11:46:14.624456"], ["user_handle", "CCP_karkur"], ["user_id", "542658826"], ["user_image_url", "https://pbs.twimg.com/profile_images/435936377163624449/6KBAftIs_normal.jpeg"], ["user_name", "Bára / CCP karkur"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.625452"], ["hashtag_id", 1], ["hashtaggable_id", 1346], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.625452"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435030473124093952' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 12:38:42.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "435030473124093952"], ["updated_at", "2014-02-22 11:46:14.631628"], ["user_handle", "Heimdall_EVEO"], ["user_id", "521419624"], ["user_image_url", "https://pbs.twimg.com/profile_images/431063143029407745/ROwmdpn1_normal.jpeg"], ["user_name", "Heimdallofasgard"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.632625"], ["hashtag_id", 1], ["hashtaggable_id", 1347], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.632625"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435029479849598977' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 12:34:45.000000"], ["text", "Hey #eveonline newbies! Time to fleet up! http://t.co/IchPsY3WF5 #tweetfleet"], ["tweet_id", "435029479849598977"], ["updated_at", "2014-02-22 11:46:14.638369"], ["user_handle", "EVE_Biohazard"], ["user_id", "1648333483"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000246182247/94643a3a0e1b0a177002cd4c8ec23b25_normal.jpeg"], ["user_name", "Biohazard"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.639423"], ["hashtag_id", 1], ["hashtaggable_id", 1348], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.639423"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435027338812608512' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 12:26:14.000000"], ["text", "4hours to move my fat ass from Pure Blind to Scalding Pass, not bad. #eveonline #tweetfleet #titanpilotproblems"], ["tweet_id", "435027338812608512"], ["updated_at", "2014-02-22 11:46:14.645202"], ["user_handle", "jo_arrigoni"], ["user_id", "41315331"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000547522591/e6a9de1703c3594e9a193f04ab16f901_normal.jpeg"], ["user_name", "Jónas"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.646479"], ["hashtag_id", 1], ["hashtaggable_id", 1349], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.646479"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.8ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435027038320484352' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 12:25:03.000000"], ["text", "Dr Arraya's Ark worth 10.04b ISK was destroyed! http://t.co/zdlxjOf0rB #tweetfleet #eveonline"], ["tweet_id", "435027038320484352"], ["updated_at", "2014-02-22 11:46:14.655996"], ["user_handle", "eve_kill"], ["user_id", "375268066"], ["user_image_url", "https://pbs.twimg.com/profile_images/1547384154/Image_2011-09-17_at_10.28.31_PM_normal.png"], ["user_name", "EVE-KILL"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.657793"], ["hashtag_id", 1], ["hashtaggable_id", 1350], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.657793"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.7ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435026815523250176' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 12:24:09.000000"], ["text", "What you need to know before playing #eveonline - for new players : http://t.co/CcF8O0vIOt"], ["tweet_id", "435026815523250176"], ["updated_at", "2014-02-22 11:46:14.666465"], ["user_handle", "thescratt"], ["user_id", "59089618"], ["user_image_url", "https://pbs.twimg.com/profile_images/1498339254/image_normal.jpg"], ["user_name", "Stephen Northcott"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.667795"], ["hashtag_id", 1], ["hashtaggable_id", 1351], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.667795"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435021182988206080' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 12:01:46.000000"], ["text", "RT @evenews24: #tweetfleet Cancers of EVE Online: Teleportation http://t.co/PRQ8yPtjH6 #Articles #EveOnline #eveonline"], ["tweet_id", "435021182988206080"], ["updated_at", "2014-02-22 11:46:14.675162"], ["user_handle", "RVikary"], ["user_id", "1880864420"], ["user_image_url", "https://pbs.twimg.com/profile_images/422782435403649024/2tJS84KE_normal.jpeg"], ["user_name", "Rodrik Vikary"]] SQL (0.3ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.677190"], ["hashtag_id", 1], ["hashtaggable_id", 1352], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.677190"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435016435526811648' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.2ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 11:42:55.000000"], ["text", "RT @TheMittani: Fuck it, linking anyway http://t.co/VQdO42yrDs #tweetfleet #eveonline"], ["tweet_id", "435016435526811648"], ["updated_at", "2014-02-22 11:46:14.685500"], ["user_handle", "Collatinus1"], ["user_id", "570928019"], ["user_image_url", "https://pbs.twimg.com/profile_images/2190210840/90713562_256_normal.jpg"], ["user_name", "Collatinus"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.686921"], ["hashtag_id", 1], ["hashtaggable_id", 1353], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.686921"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435013858495700992' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 11:32:40.000000"], ["text", "#EveOnline\nID:yotogi_se\n所属:ガレンテ連邦\n現在、ビレイド近辺にてセキュリティミッションLv3のエージェントにお世話になっています。近辺で活動されておられる皆様、どうぞよろしくお願いします"], ["tweet_id", "435013858495700992"], ["updated_at", "2014-02-22 11:46:14.693234"], ["user_handle", "jpyotogi"], ["user_id", "903701298"], ["user_image_url", "https://pbs.twimg.com/profile_images/434909174741229568/miYUPKyH_normal.jpeg"], ["user_name", "yotogi"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.694367"], ["hashtag_id", 1], ["hashtaggable_id", 1354], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.694367"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435011719325560832' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 11:24:10.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EVEEnquirer: EVE: Rubicon 1.2 introduces Warp Core Stabiliser fit warning indicators https://t.co/okZAoZlfJV #eveonline"], ["tweet_id", "435011719325560832"], ["updated_at", "2014-02-22 11:46:14.701074"], ["user_handle", "MizhirStarsurge"], ["user_id", "625690119"], ["user_image_url", "https://pbs.twimg.com/profile_images/2485436096/ko88cy0ck8pq6ivrmb7g_normal.jpeg"], ["user_name", "Mizhir"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.702130"], ["hashtag_id", 1], ["hashtaggable_id", 1355], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.702130"]]  (1.4ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435006193799811072' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 11:02:13.000000"], ["text", "RT @EveManny: So I would like to say I am running for CSM9 I hope I can earn your vote https://t.co/Qrg7vNou6h #Plirc #tweetfleet #CSM201…"], ["tweet_id", "435006193799811072"], ["updated_at", "2014-02-22 11:46:14.708740"], ["user_handle", "djrogrus"], ["user_id", "211734351"], ["user_image_url", "https://pbs.twimg.com/profile_images/1637026010/Untitled-3_normal.jpg"], ["user_name", "PandemicRussian"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.709994"], ["hashtag_id", 1], ["hashtaggable_id", 1356], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.709994"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435005886449606656' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 11:01:00.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EVEEnquirer: EVE: Rubicon 1.2 introduces Warp Core Stabiliser fit warning indicators https://t.co/okZAoZlfJV #eveonline"], ["tweet_id", "435005886449606656"], ["updated_at", "2014-02-22 11:46:14.717591"], ["user_handle", "awanderingjon"], ["user_id", "246794034"], ["user_image_url", "https://pbs.twimg.com/profile_images/416928628232826881/qa6mBoOl_normal.jpeg"], ["user_name", "Mangala Solaris"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.718737"], ["hashtag_id", 1], ["hashtaggable_id", 1357], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.718737"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435005638008397824' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 11:00:00.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "435005638008397824"], ["updated_at", "2014-02-22 11:46:14.725048"], ["user_handle", "sad_mayu"], ["user_id", "135542415"], ["user_image_url", "https://pbs.twimg.com/profile_images/416155076978155520/3XvPSY4U_normal.png"], ["user_name", "Mayumi Yuki"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.726029"], ["hashtag_id", 1], ["hashtaggable_id", 1358], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.726029"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435005432315514880' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 10:59:11.000000"], ["text", "That bellend @midi2304 is currently treating me to a preview of the boy band segment. I want to die. #TweetFleet #EVEOnline #FML"], ["tweet_id", "435005432315514880"], ["updated_at", "2014-02-22 11:46:14.732010"], ["user_handle", "Jeg_Elsker"], ["user_id", "604750713"], ["user_image_url", "https://pbs.twimg.com/profile_images/2311249536/4akdxj7o2p2qswc2nlwi_normal.jpeg"], ["user_name", "Jeg Elsker"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.733054"], ["hashtag_id", 1], ["hashtaggable_id", 1359], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.733054"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435004935315279872' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 10:57:13.000000"], ["text", "RT @EveManny: So I would like to say I am running for CSM9 I hope I can earn your vote https://t.co/Qrg7vNou6h #Plirc #tweetfleet #CSM201…"], ["tweet_id", "435004935315279872"], ["updated_at", "2014-02-22 11:46:14.738652"], ["user_handle", "HVACRepairman"], ["user_id", "601698076"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000580230749/e2b16952974a3dca13e9b831ba934627_normal.jpeg"], ["user_name", "HVAC Repairman"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.739775"], ["hashtag_id", 1], ["hashtaggable_id", 1360], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.739775"]]  (1.1ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435004347076714496' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 10:54:52.000000"], ["text", "Went to sleep and left my Taranis' drones shooting an offline hostile TCU. Woke up and it was 69% shield, op success #tweetfleet #eveonline"], ["tweet_id", "435004347076714496"], ["updated_at", "2014-02-22 11:46:14.746837"], ["user_handle", "LedeanioUk"], ["user_id", "325411075"], ["user_image_url", "https://pbs.twimg.com/profile_images/1444017476/PortraitSnapshot_0_3659107_normal.jpg"], ["user_name", "Imperium Romanus"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.747937"], ["hashtag_id", 1], ["hashtaggable_id", 1361], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.747937"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435003227667304448' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 10:50:26.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "EVE: Rubicon 1.2 introduces Warp Core Stabiliser fit warning indicators https://t.co/okZAoZlfJV #eveonline"], ["tweet_id", "435003227667304448"], ["updated_at", "2014-02-22 11:46:14.754534"], ["user_handle", "EVEEnquirer"], ["user_id", "1307515628"], ["user_image_url", "https://pbs.twimg.com/profile_images/3438016436/f2e3b54011b23a8632c8de1a9051c26f_normal.png"], ["user_name", "EVE Enquirer"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.755590"], ["hashtag_id", 1], ["hashtaggable_id", 1362], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.755590"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '435003198013976576' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 10:50:19.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "435003198013976576"], ["updated_at", "2014-02-22 11:46:14.762295"], ["user_handle", "za_kerak"], ["user_id", "237509797"], ["user_image_url", "https://pbs.twimg.com/profile_images/3746134584/1a492c7f2aee4cade9b186ba435477e0_normal.jpeg"], ["user_name", "Za'kerak"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.763347"], ["hashtag_id", 1], ["hashtaggable_id", 1363], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.763347"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434998456785326080' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 10:31:28.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "434998456785326080"], ["updated_at", "2014-02-22 11:46:14.769982"], ["user_handle", "Superbun270"], ["user_id", "331906055"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000468950733/ae2bf27d670f8cdde8c1504b91767e3c_normal.png"], ["user_name", "Gareth Bushell"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.771098"], ["hashtag_id", 1], ["hashtaggable_id", 1364], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.771098"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434995097864638464' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 10:18:07.000000"], ["image_url", "https://pbs.twimg.com/media/BglpvJdCIAA_gil.jpg"], ["text", "Mumma's got a new toy #EVEOnline http://t.co/yDicul8pBF"], ["tweet_id", "434995097864638464"], ["updated_at", "2014-02-22 11:46:14.778121"], ["user_handle", "evilflamingcat"], ["user_id", "926705490"], ["user_image_url", "https://pbs.twimg.com/profile_images/421964772976783360/zD8ezXJE_normal.jpeg"], ["user_name", "Krispy Kreme "]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.779274"], ["hashtag_id", 1], ["hashtaggable_id", 1365], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.779274"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434993571519684608' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 10:12:03.000000"], ["text", "#EVEOnline developer honours players http://t.co/OIxlAZtUzC"], ["tweet_id", "434993571519684608"], ["updated_at", "2014-02-22 11:46:14.785145"], ["user_handle", "gameconsolenz"], ["user_id", "64914934"], ["user_image_url", "https://pbs.twimg.com/profile_images/2284880396/rm8hvajgxgie3ol6gxab_normal.jpeg"], ["user_name", "Game Console"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.786152"], ["hashtag_id", 1], ["hashtaggable_id", 1366], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.786152"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434993247853608960' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 10:10:46.000000"], ["text", "RT @techdaynz: #EVEOnline developer honours players http://t.co/mBhdaasGoH"], ["tweet_id", "434993247853608960"], ["updated_at", "2014-02-22 11:46:14.791792"], ["user_handle", "jnaylor"], ["user_id", "10401512"], ["user_image_url", "https://pbs.twimg.com/profile_images/550940144/jeremyn_010904a_normal.jpg"], ["user_name", "Jeremy Naylor"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.792834"], ["hashtag_id", 1], ["hashtaggable_id", 1367], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.792834"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434992553486995456' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 10:08:01.000000"], ["text", "Its morning! Time to HELL CAMP! #tweetfleet #eveonline"], ["tweet_id", "434992553486995456"], ["updated_at", "2014-02-22 11:46:14.798483"], ["user_handle", "RoBBeR_EVE"], ["user_id", "127624965"], ["user_image_url", "https://pbs.twimg.com/profile_images/783981460/EVE-Online-Screams-With-Vivox-Real-Time-Voice-Technology-2_normal.jpg"], ["user_name", "RoBBeR_EVE"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.799508"], ["hashtag_id", 1], ["hashtaggable_id", 1368], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.799508"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434992186648563712' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 10:06:33.000000"], ["text", "#EVEOnline developer honours players http://t.co/mBhdaasGoH"], ["tweet_id", "434992186648563712"], ["updated_at", "2014-02-22 11:46:14.804959"], ["user_handle", "techdaynz"], ["user_id", "77029015"], ["user_image_url", "https://pbs.twimg.com/profile_images/2329500027/n3k12q11feg2hd4l10b4_normal.jpeg"], ["user_name", "TechDay"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.805948"], ["hashtag_id", 1], ["hashtaggable_id", 1369], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.805948"]]  (4.4ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434991625157480448' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 10:04:19.000000"], ["text", "RT @Jeg_Elsker: Definite hangover this morning. Vague memories of @midi2304 and I recording #CZ, should be a good un. Now, bacon. #TweetFle…"], ["tweet_id", "434991625157480448"], ["updated_at", "2014-02-22 11:46:14.815921"], ["user_handle", "midi2304"], ["user_id", "14672759"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000306010539/5cc50209d2d003e2fdca980955e198b4_normal.jpeg"], ["user_name", "Xander Phoena"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.817037"], ["hashtag_id", 1], ["hashtaggable_id", 1370], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.817037"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434991566261063680' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 10:04:05.000000"], ["text", "RT @EveManny: So I would like to say I am running for CSM9 I hope I can earn your vote https://t.co/Qrg7vNou6h #Plirc #tweetfleet #CSM201…"], ["tweet_id", "434991566261063680"], ["updated_at", "2014-02-22 11:46:14.822848"], ["user_handle", "darklovers"], ["user_id", "29247852"], ["user_image_url", "https://pbs.twimg.com/profile_images/3239368475/e72781af7f7939b2dbd3cf5ec5300522_normal.jpeg"], ["user_name", "Dark Eirlys"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.823997"], ["hashtag_id", 1], ["hashtaggable_id", 1371], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.823997"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434990223198797824' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 09:58:45.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "434990223198797824"], ["updated_at", "2014-02-22 11:46:14.830721"], ["user_handle", "RavisMsk"], ["user_id", "358744356"], ["user_image_url", "https://pbs.twimg.com/profile_images/1709652771/y_4bc15d0f_normal.jpg"], ["user_name", "Nikita Anisimov"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.831756"], ["hashtag_id", 1], ["hashtaggable_id", 1372], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.831756"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434989849221685248' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 09:57:16.000000"], ["text", "RT @BraveNewbies: One Brave pilot take her Minmatar role play and exercise very seriously: http://t.co/3yZ49jLiYa #TweetFleet #EveOnline"], ["tweet_id", "434989849221685248"], ["updated_at", "2014-02-22 11:46:14.837324"], ["user_handle", "Thecoffeerocks"], ["user_id", "1329607016"], ["user_image_url", "https://pbs.twimg.com/profile_images/3526669351/fd0f275e68a8f4d2500db29531989cfe_normal.jpeg"], ["user_name", "Coffee Rocks"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.838286"], ["hashtag_id", 1], ["hashtaggable_id", 1373], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.838286"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.6ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434985579127005184' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 09:40:18.000000"], ["text", "Definite hangover this morning. Vague memories of @midi2304 and I recording #CZ, should be a good un. Now, bacon. #TweetFleet #EVEOnline "], ["tweet_id", "434985579127005184"], ["updated_at", "2014-02-22 11:46:14.845272"], ["user_handle", "Jeg_Elsker"], ["user_id", "604750713"], ["user_image_url", "https://pbs.twimg.com/profile_images/2311249536/4akdxj7o2p2qswc2nlwi_normal.jpeg"], ["user_name", "Jeg Elsker"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.846360"], ["hashtag_id", 1], ["hashtaggable_id", 1374], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.846360"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434983904265916416' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 09:33:39.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "434983904265916416"], ["updated_at", "2014-02-22 11:46:14.852628"], ["user_handle", "abouticeland"], ["user_id", "281041699"], ["user_image_url", "https://pbs.twimg.com/profile_images/1309036715/header_normal.jpg"], ["user_name", "About Iceland"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.853723"], ["hashtag_id", 1], ["hashtaggable_id", 1375], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.853723"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434983116927930368' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 09:30:31.000000"], ["text", "RT @EveManny: So I would like to say I am running for CSM9 I hope I can earn your vote https://t.co/Qrg7vNou6h #Plirc #tweetfleet #CSM201…"], ["tweet_id", "434983116927930368"], ["updated_at", "2014-02-22 11:46:14.859952"], ["user_handle", "BobmonEve"], ["user_id", "1233806161"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000697193457/ea5e4d71bffe58124548b57b9536ec3e_normal.jpeg"], ["user_name", "Bobmon"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.861061"], ["hashtag_id", 1], ["hashtaggable_id", 1376], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.861061"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434977288602808320' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 09:07:21.000000"], ["text", "RT @Evelgrivion: A Charon can hold over 1,177,000 cubic meters. Unfortunately, you need 1,509 large standard containers to do it. #tweetfle…"], ["tweet_id", "434977288602808320"], ["updated_at", "2014-02-22 11:46:14.867036"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.868180"], ["hashtag_id", 1], ["hashtaggable_id", 1377], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.868180"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434976106681094144' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 09:02:39.000000"], ["text", "A Charon can hold over 1,177,000 cubic meters. Unfortunately, you need 1,509 large standard containers to do it. #tweetfleet #eveonline"], ["tweet_id", "434976106681094144"], ["updated_at", "2014-02-22 11:46:14.874328"], ["user_handle", "Evelgrivion"], ["user_id", "911961170"], ["user_image_url", "https://pbs.twimg.com/profile_images/2779123174/4dfc8eb3b759d49e9044e726b3b5f536_normal.png"], ["user_name", "Evelgrivion"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.875410"], ["hashtag_id", 1], ["hashtaggable_id", 1378], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.875410"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434974087652589568' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 08:54:38.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "434974087652589568"], ["updated_at", "2014-02-22 11:46:14.881579"], ["user_handle", "SupraSapiens"], ["user_id", "262104778"], ["user_image_url", "https://pbs.twimg.com/profile_images/2895940327/8f3abced7ce2a22f0ed04d8f911c689d_normal.jpeg"], ["user_name", "Dr. Hunter T"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.882586"], ["hashtag_id", 1], ["hashtaggable_id", 1379], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.882586"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434973590384312320' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 08:52:40.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "434973590384312320"], ["updated_at", "2014-02-22 11:46:14.889571"], ["user_handle", "PranavJain18"], ["user_id", "480976191"], ["user_image_url", "https://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png"], ["user_name", "Pranav Jain"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.890783"], ["hashtag_id", 1], ["hashtaggable_id", 1380], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.890783"]]  (1.1ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434971087865016320' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 08:42:43.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "434971087865016320"], ["updated_at", "2014-02-22 11:46:14.897723"], ["user_handle", "EdwinRichardTan"], ["user_id", "2256282474"], ["user_image_url", "https://pbs.twimg.com/profile_images/414342817847058433/4FHAQVJp_normal.jpeg"], ["user_name", "Tan Yuanhai 谭元海"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.898755"], ["hashtag_id", 1], ["hashtaggable_id", 1381], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.898755"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434970485659406336' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 08:40:19.000000"], ["image_url", "https://pbs.twimg.com/media/BglTWiYCEAAXW73.png"], ["text", "EVE Droid will soon show which items fit before trying them on. #tweetfleet #eveonline http://t.co/K9W3RlkF4G"], ["tweet_id", "434970485659406336"], ["updated_at", "2014-02-22 11:46:14.905703"], ["user_handle", "EVEDroid"], ["user_id", "2343190667"], ["user_image_url", "https://pbs.twimg.com/profile_images/434619866612367360/bd5IuD7y_normal.png"], ["user_name", "EVE Droid"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.906816"], ["hashtag_id", 1], ["hashtaggable_id", 1382], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.906816"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434969178076753920' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 08:35:08.000000"], ["image_url", "https://pbs.twimg.com/media/BglSKbQCMAAwm6T.png"], ["text", "EVE ONLINE -TACTICS-\n#eveonline #evejapan http://t.co/0lf8IPdljx"], ["tweet_id", "434969178076753920"], ["updated_at", "2014-02-22 11:46:14.913487"], ["user_handle", "pearllove0711"], ["user_id", "544665370"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000389807297/dee62ee6bdc4200b53260d34b8ac9c06_normal.jpeg"], ["user_name", "シン"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.914598"], ["hashtag_id", 1], ["hashtaggable_id", 1383], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.914598"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434962727967420416' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 08:09:30.000000"], ["text", "RT @EveManny: So I would like to say I am running for CSM9 I hope I can earn your vote https://t.co/Qrg7vNou6h #Plirc #tweetfleet #CSM201…"], ["tweet_id", "434962727967420416"], ["updated_at", "2014-02-22 11:46:14.920493"], ["user_handle", "PL_Jackbubu"], ["user_id", "431798273"], ["user_image_url", "https://pbs.twimg.com/profile_images/3324812650/bfbf7abe841fcb0fe05dbefa87af05d1_normal.jpeg"], ["user_name", "JackBubu"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.921546"], ["hashtag_id", 1], ["hashtaggable_id", 1384], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.921546"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434956034931974144' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 07:42:54.000000"], ["text", "I don't get it - why would this #eveonline \"hellcamp\" be effective? why not just wait it out and then retake the station at a later time?"], ["tweet_id", "434956034931974144"], ["updated_at", "2014-02-22 11:46:14.927463"], ["user_handle", "cirrocolo"], ["user_id", "17065050"], ["user_image_url", "https://pbs.twimg.com/profile_images/1473185761/dniJ3T2k_normal"], ["user_name", "Henrik Johansson"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.928474"], ["hashtag_id", 1], ["hashtaggable_id", 1385], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.928474"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434955292506615808' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 07:39:57.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "434955292506615808"], ["updated_at", "2014-02-22 11:46:14.934533"], ["user_handle", "Matoshonok"], ["user_id", "160174657"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000601382996/5945e8344b7bfbd4df78de7e1fe4449a_normal.jpeg"], ["user_name", "Пашка Inside"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.935525"], ["hashtag_id", 1], ["hashtaggable_id", 1386], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.935525"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434954245947654144' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 07:35:48.000000"], ["image_url", "https://pbs.twimg.com/media/BglElQvCAAICbMh.jpg"], ["text", "0-W ステーション内なう #eveonline #evejapan http://t.co/PeL4xHGf7w"], ["tweet_id", "434954245947654144"], ["updated_at", "2014-02-22 11:46:14.942156"], ["user_handle", "Cio_Hakatano"], ["user_id", "589554790"], ["user_image_url", "https://pbs.twimg.com/profile_images/430563825570414593/yS24b88u_normal.png"], ["user_name", "NaCl"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.943198"], ["hashtag_id", 1], ["hashtaggable_id", 1387], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.943198"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434953779977256960' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 07:33:56.000000"], ["text", "RT @EveOnline: Obvious answer found. It's a Bantam pilot. #eveonline #tweetfleet"], ["tweet_id", "434953779977256960"], ["updated_at", "2014-02-22 11:46:14.948875"], ["user_handle", "Savatte"], ["user_id", "1041666522"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000501482073/df51cc70ca49930c9946cd891659de38_normal.jpeg"], ["user_name", "Lucas.com.au"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.949866"], ["hashtag_id", 1], ["hashtaggable_id", 1388], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.949866"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434953769298583552' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 07:33:54.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "434953769298583552"], ["updated_at", "2014-02-22 11:46:14.956046"], ["user_handle", "Savatte"], ["user_id", "1041666522"], ["user_image_url", "https://pbs.twimg.com/profile_images/378800000501482073/df51cc70ca49930c9946cd891659de38_normal.jpeg"], ["user_name", "Lucas.com.au"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.957103"], ["hashtag_id", 1], ["hashtaggable_id", 1389], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.957103"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434951947414933504' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 07:26:39.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "434951947414933504"], ["updated_at", "2014-02-22 11:46:14.963492"], ["user_handle", "DontPanic494"], ["user_id", "1317464222"], ["user_image_url", "https://pbs.twimg.com/profile_images/344513261565744519/1a73e9c0419ebb5f24c0659ae8177553_normal.jpeg"], ["user_name", "Jay | DontPanic"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.964514"], ["hashtag_id", 1], ["hashtaggable_id", 1390], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.964514"]]  (0.7ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434951501635936256' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 07:24:53.000000"], ["text", "RT @EveOnline: Obvious answer found. It's a Bantam pilot. #eveonline #tweetfleet"], ["tweet_id", "434951501635936256"], ["updated_at", "2014-02-22 11:46:14.970663"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.971779"], ["hashtag_id", 1], ["hashtaggable_id", 1391], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.971779"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.5ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434951487626969088' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 07:24:50.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "434951487626969088"], ["updated_at", "2014-02-22 11:46:14.979012"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.980102"], ["hashtag_id", 1], ["hashtaggable_id", 1392], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.980102"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434946434769895424' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 07:04:45.000000"], ["image_url", "https://pbs.twimg.com/media/BgiBTZ7IAAAE_-w.jpg"], ["text", "RT @jusuf222: #eveonline #эволюция #графика http://t.co/YzjOTejTqr"], ["tweet_id", "434946434769895424"], ["updated_at", "2014-02-22 11:46:14.986590"], ["user_handle", "nubland"], ["user_id", "2271599186"], ["user_image_url", "https://pbs.twimg.com/profile_images/418364441000828929/tBAwLaSJ_normal.jpeg"], ["user_name", "Game"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.987627"], ["hashtag_id", 1], ["hashtaggable_id", 1393], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.987627"]]  (1.0ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434942124392325120' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 06:47:37.000000"], ["text", "RT @EveManny: So I would like to say I am running for CSM9 I hope I can earn your vote https://t.co/Qrg7vNou6h #Plirc #tweetfleet #CSM201…"], ["tweet_id", "434942124392325120"], ["updated_at", "2014-02-22 11:46:14.993383"], ["user_handle", "esheyw"], ["user_id", "178225507"], ["user_image_url", "https://abs.twimg.com/sticky/default_profile_images/default_profile_5_normal.png"], ["user_name", "Thallius O'Quinn"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:14.994391"], ["hashtag_id", 1], ["hashtaggable_id", 1394], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:14.994391"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434942007484895233' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 06:47:10.000000"], ["text", "RT @TheMittani: A soundcloud of the SOTG, thanks @EVEAndski! https://t.co/5J704nk3F7 #tweetfleet #eveonline"], ["tweet_id", "434942007484895233"], ["updated_at", "2014-02-22 11:46:15.000142"], ["user_handle", "Damien_Price_"], ["user_id", "1132582542"], ["user_image_url", "https://pbs.twimg.com/profile_images/423868326318587904/iT8yJZjv_normal.jpeg"], ["user_name", "Damien Price Raashaw"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:15.001121"], ["hashtag_id", 1], ["hashtaggable_id", 1395], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:15.001121"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434940052515606528' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 06:39:23.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "434940052515606528"], ["updated_at", "2014-02-22 11:46:15.007619"], ["user_handle", "robot_online"], ["user_id", "106989602"], ["user_image_url", "https://pbs.twimg.com/profile_images/3313199098/c41970bbbb46211c7eda3cbff2477550_normal.jpeg"], ["user_name", "Бакшеев Сергей"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:15.008644"], ["hashtag_id", 1], ["hashtaggable_id", 1396], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:15.008644"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434939215571214336' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 06:36:04.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "434939215571214336"], ["updated_at", "2014-02-22 11:46:15.014810"], ["user_handle", "CallousFury"], ["user_id", "471651833"], ["user_image_url", "https://pbs.twimg.com/profile_images/1775416381/image_normal.jpg"], ["user_name", "Andy Walsh"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:15.015837"], ["hashtag_id", 1], ["hashtaggable_id", 1397], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:15.015837"]]  (0.8ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434938736775036928' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 06:34:10.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "434938736775036928"], ["updated_at", "2014-02-22 11:46:15.022260"], ["user_handle", "franeu2118"], ["user_id", "563534426"], ["user_image_url", "https://pbs.twimg.com/profile_images/2169390073/image_normal.jpg"], ["user_name", "Franz Neumüller"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:15.023296"], ["hashtag_id", 1], ["hashtaggable_id", 1398], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:15.023296"]]  (0.9ms) commit transaction Mingle::Twitter::Tweet Load (0.4ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" WHERE "mingle_twitter_tweets"."tweet_id" = '434937833292197889' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_twitter_tweets" ("created_at", "image_url", "text", "tweet_id", "updated_at", "user_handle", "user_id", "user_image_url", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-16 06:30:34.000000"], ["image_url", "https://pbs.twimg.com/media/BgkpcsfCQAIDGrD.jpg"], ["text", "RT @EveOnline: This was sent to share@eveonline.com without explanation... not sure we have one to provide. #tweetfleet #eveonline http://t…"], ["tweet_id", "434937833292197889"], ["updated_at", "2014-02-22 11:46:15.029650"], ["user_handle", "StrydenKaane"], ["user_id", "20316551"], ["user_image_url", "https://pbs.twimg.com/profile_images/429679716644044800/U9u0c-F0_normal.jpeg"], ["user_name", "Joe"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:46:15.030765"], ["hashtag_id", 1], ["hashtaggable_id", 1399], ["hashtaggable_type", "Mingle::Twitter::Tweet"], ["updated_at", "2014-02-22 11:46:15.030765"]]  (0.8ms) commit transaction  (2.6ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.9ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (32.5ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (1.0ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (1.0ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.3ms) SELECT COUNT(*) FROM "mingle_twitter_tweets" Mingle::Hashtag Load (0.2ms) SELECT "mingle_hashtags".* FROM "mingle_hashtags" Mingle::Hashtag Load (0.2ms) SELECT "mingle_hashtags".* FROM "mingle_hashtags" Mingle::Instagram::Photo Load (0.1ms) SELECT "mingle_instagram_photos".* FROM "mingle_instagram_photos" WHERE "mingle_instagram_photos"."photo_id" = '661238157505542674_23385845' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_instagram_photos" ("created_at", "link", "message", "photo_id", "updated_at", "url", "user_handle", "user_id", "user_image_url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 05:09:12.000000"], ["link", "https://instagram.com/p/ktMJnSDToS/"], ["message", "Two-faced in Space: PUBLISHED. #pcpowerplay #pcpp #magazine #eve #eveonline #space"], ["photo_id", "661238157505542674_23385845"], ["updated_at", "2014-02-22 11:56:45.575745"], ["url", "https://distilleryimage3.s3.amazonaws.com/39175d529b7f11e3a9b012caf79f2cdf_8.jpg"], ["user_handle", "alexskullz"], ["user_id", "23385845"], ["user_image_url", "https://distillery.s3.amazonaws.com/profiles/profile_23385845_75sq_1365907165.jpg"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:56:45.576967"], ["hashtag_id", 1], ["hashtaggable_id", 1], ["hashtaggable_type", "Mingle::Instagram::Photo"], ["updated_at", "2014-02-22 11:56:45.576967"]]  (2.3ms) commit transaction Mingle::Instagram::Photo Load (0.2ms) SELECT "mingle_instagram_photos".* FROM "mingle_instagram_photos" WHERE "mingle_instagram_photos"."photo_id" = '661062328843430207_602061721' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_instagram_photos" ("created_at", "link", "message", "photo_id", "updated_at", "url", "user_handle", "user_id", "user_image_url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 23:19:52.000000"], ["link", "https://instagram.com/p/kskK-FGuk_/"], ["message", "#gaming #nerd #geek #gamer #xbox #playstation #pc #action #space #nintendo #battlelog #steam #playing #gamergirl #gamerboy #hannover #germany #rambonaut #zocken #sega #eveonline #feroxaquila"], ["photo_id", "661062328843430207_602061721"], ["updated_at", "2014-02-22 11:56:45.585113"], ["url", "https://distilleryimage11.s3.amazonaws.com/a69b03a09b4e11e3a0840ef3ed954fdf_8.jpg"], ["user_handle", "rambonaut"], ["user_id", "602061721"], ["user_image_url", "https://distillery.s3.amazonaws.com/profiles/profile_602061721_75sq_1387287918.jpg"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:56:45.586529"], ["hashtag_id", 1], ["hashtaggable_id", 2], ["hashtaggable_type", "Mingle::Instagram::Photo"], ["updated_at", "2014-02-22 11:56:45.586529"]]  (0.9ms) commit transaction Mingle::Instagram::Photo Load (0.1ms) SELECT "mingle_instagram_photos".* FROM "mingle_instagram_photos" WHERE "mingle_instagram_photos"."photo_id" = '661062043035167034_602061721' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_instagram_photos" ("created_at", "link", "message", "photo_id", "updated_at", "url", "user_handle", "user_id", "user_image_url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 23:19:18.000000"], ["link", "https://instagram.com/p/kskGz5muk6/"], ["message", "#gaming #nerd #geek #gamer #xbox #playstation #pc #action #space #nintendo #battlelog #steam #playing #gamergirl #gamerboy #hannover #germany #rambonaut #zocken #sega #eveonline #feroxaquila"], ["photo_id", "661062043035167034_602061721"], ["updated_at", "2014-02-22 11:56:45.592549"], ["url", "https://distilleryimage1.s3.amazonaws.com/8dfb80409b4e11e3be5712572cbeeb81_8.jpg"], ["user_handle", "rambonaut"], ["user_id", "602061721"], ["user_image_url", "https://distillery.s3.amazonaws.com/profiles/profile_602061721_75sq_1387287918.jpg"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:56:45.593672"], ["hashtag_id", 1], ["hashtaggable_id", 3], ["hashtaggable_type", "Mingle::Instagram::Photo"], ["updated_at", "2014-02-22 11:56:45.593672"]]  (0.9ms) commit transaction Mingle::Instagram::Photo Load (0.1ms) SELECT "mingle_instagram_photos".* FROM "mingle_instagram_photos" WHERE "mingle_instagram_photos"."photo_id" = '660965527981666669_304642059' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_instagram_photos" ("created_at", "link", "message", "photo_id", "updated_at", "url", "user_handle", "user_id", "user_image_url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 20:07:32.000000"], ["link", "https://instagram.com/p/ksOKVQIDFt/"], ["message", "Gepflegte Abendunterhaltung\n#Mining \n#Fleet \n#eveonline \n#disiratiscreatus"], ["photo_id", "660965527981666669_304642059"], ["updated_at", "2014-02-22 11:56:45.598715"], ["url", "https://distilleryimage8.s3.amazonaws.com/5b59b1fe9b3311e3b5d4127fa14d0ba4_8.jpg"], ["user_handle", "jamesjani"], ["user_id", "304642059"], ["user_image_url", "https://distillery.s3.amazonaws.com/profiles/profile_304642059_75sq_1360481120.jpg"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:56:45.599788"], ["hashtag_id", 1], ["hashtaggable_id", 4], ["hashtaggable_type", "Mingle::Instagram::Photo"], ["updated_at", "2014-02-22 11:56:45.599788"]]  (1.0ms) commit transaction Mingle::Instagram::Photo Load (0.1ms) SELECT "mingle_instagram_photos".* FROM "mingle_instagram_photos" WHERE "mingle_instagram_photos"."photo_id" = '660943439954312135_401276661' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_instagram_photos" ("created_at", "link", "message", "photo_id", "updated_at", "url", "user_handle", "user_id", "user_image_url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 19:23:39.000000"], ["link", "https://instagram.com/p/ksJI6LGfvH/"], ["message", "#EveOnline #Donuts"], ["photo_id", "660943439954312135_401276661"], ["updated_at", "2014-02-22 11:56:45.605790"], ["url", "https://distilleryimage8.s3.amazonaws.com/84e1f2bc9b2d11e3841c0e942e28d0cc_8.jpg"], ["user_handle", "galethzidlar"], ["user_id", "401276661"], ["user_image_url", "https://distillery.s3.amazonaws.com/profiles/profile_401276661_75sq_1370022411.jpg"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:56:45.606902"], ["hashtag_id", 1], ["hashtaggable_id", 5], ["hashtaggable_type", "Mingle::Instagram::Photo"], ["updated_at", "2014-02-22 11:56:45.606902"]]  (0.8ms) commit transaction Mingle::Instagram::Photo Load (0.1ms) SELECT "mingle_instagram_photos".* FROM "mingle_instagram_photos" WHERE "mingle_instagram_photos"."photo_id" = '660907114975186191_25332034' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_instagram_photos" ("created_at", "link", "message", "photo_id", "updated_at", "url", "user_handle", "user_id", "user_image_url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 18:11:29.000000"], ["link", "https://instagram.com/p/ksA4T5n80P/"], ["message", "So I go to dunkin donuts to do some mining on #eveonline and run into one of my clients. I buy him a coffee to show my appreciation for using Warren Henry #volvo as his service provider and he turns around and buys the shop a box of munchkins. Love my clients!!!"], ["photo_id", "660907114975186191_25332034"], ["updated_at", "2014-02-22 11:56:45.612154"], ["url", "https://distilleryimage10.s3.amazonaws.com/571641949b2311e38d5c0e4c394d6daa_8.jpg"], ["user_handle", "fgrev3"], ["user_id", "25332034"], ["user_image_url", "https://distillery.s3.amazonaws.com/profiles/profile_25332034_75sq_1392735600.jpg"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:56:45.613268"], ["hashtag_id", 1], ["hashtaggable_id", 6], ["hashtaggable_type", "Mingle::Instagram::Photo"], ["updated_at", "2014-02-22 11:56:45.613268"]]  (0.7ms) commit transaction Mingle::Instagram::Photo Load (0.1ms) SELECT "mingle_instagram_photos".* FROM "mingle_instagram_photos" WHERE "mingle_instagram_photos"."photo_id" = '660759148209301969_602061721' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_instagram_photos" ("created_at", "link", "message", "photo_id", "updated_at", "url", "user_handle", "user_id", "user_image_url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 13:17:30.000000"], ["link", "https://instagram.com/p/krfPHHGunR/"], ["message", "Geek Game of the week :D Danger Game by CCP Games. \n#gaming #nerd #geek #gamer #xbox #playstation #pc #action #space #nintendo #battlelog #steam #playing #gamergirl #gamerboy #hannover #germany #rambonaut #zocken #sega #eveonline #feroxaquila #dangergame"], ["photo_id", "660759148209301969_602061721"], ["updated_at", "2014-02-22 11:56:45.618502"], ["url", "https://distilleryimage6.s3.amazonaws.com/8383f5569afa11e38e630e8f3fbee28a_8.jpg"], ["user_handle", "rambonaut"], ["user_id", "602061721"], ["user_image_url", "https://distillery.s3.amazonaws.com/profiles/profile_602061721_75sq_1387287918.jpg"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:56:45.619617"], ["hashtag_id", 1], ["hashtaggable_id", 7], ["hashtaggable_type", "Mingle::Instagram::Photo"], ["updated_at", "2014-02-22 11:56:45.619617"]]  (0.8ms) commit transaction Mingle::Instagram::Photo Load (0.1ms) SELECT "mingle_instagram_photos".* FROM "mingle_instagram_photos" WHERE "mingle_instagram_photos"."photo_id" = '660731065019735399_1070351094' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_instagram_photos" ("created_at", "link", "message", "photo_id", "updated_at", "url", "user_handle", "user_id", "user_image_url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-21 12:21:42.000000"], ["link", "https://instagram.com/p/krY2cmkR1n/"], ["message", "#myships #eve #eveonline #dust514 #games #rens"], ["photo_id", "660731065019735399_1070351094"], ["updated_at", "2014-02-22 11:56:45.624642"], ["url", "https://distilleryimage5.s3.amazonaws.com/95e0ea869af211e3b9ca12035ea9adc9_8.jpg"], ["user_handle", "nicolaytrybach"], ["user_id", "1070351094"], ["user_image_url", "https://distillery.s3.amazonaws.com/profiles/profile_1070351094_75sq_1391714547.jpg"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:56:45.625722"], ["hashtag_id", 1], ["hashtaggable_id", 8], ["hashtaggable_type", "Mingle::Instagram::Photo"], ["updated_at", "2014-02-22 11:56:45.625722"]]  (0.8ms) commit transaction Mingle::Instagram::Photo Load (0.1ms) SELECT "mingle_instagram_photos".* FROM "mingle_instagram_photos" WHERE "mingle_instagram_photos"."photo_id" = '660251193272801337_1107450869' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_instagram_photos" ("created_at", "link", "message", "photo_id", "updated_at", "url", "user_handle", "user_id", "user_image_url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 20:28:17.000000"], ["link", "https://instagram.com/p/kprvZNjZg5/"], ["message", "#eveonline misiones"], ["photo_id", "660251193272801337_1107450869"], ["updated_at", "2014-02-22 11:56:45.630681"], ["url", "https://distilleryimage8.s3.amazonaws.com/4b5d4eda9a6d11e3a1090e2717efa258_8.jpg"], ["user_handle", "osatechnologic"], ["user_id", "1107450869"], ["user_image_url", "https://distillery.s3.amazonaws.com/profiles/profile_1107450869_75sq_1392840806.jpg"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:56:45.631730"], ["hashtag_id", 1], ["hashtaggable_id", 9], ["hashtaggable_type", "Mingle::Instagram::Photo"], ["updated_at", "2014-02-22 11:56:45.631730"]]  (0.8ms) commit transaction Mingle::Instagram::Photo Load (0.1ms) SELECT "mingle_instagram_photos".* FROM "mingle_instagram_photos" WHERE "mingle_instagram_photos"."photo_id" = '660027958917524128_602061721' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_instagram_photos" ("created_at", "link", "message", "photo_id", "updated_at", "url", "user_handle", "user_id", "user_image_url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 13:04:45.000000"], ["link", "https://instagram.com/p/ko4-6BGuqg/"], ["message", "The best CE I've ever bought. Thx @HilmarVeigar for this product :D\n\n#gaming #nerd #geek #gamer #xbox #playstation #pc #action #space #nintendo #battlelog #steam #playing #gamergirl #gamerboy #hannover #germany #rambonaut #zocken #sega #eveonline #collector #rifter #dangergame"], ["photo_id", "660027958917524128_602061721"], ["updated_at", "2014-02-22 11:56:45.637053"], ["url", "https://distilleryimage0.s3.amazonaws.com/57f5893e9a2f11e393e312c304b51fd8_8.jpg"], ["user_handle", "rambonaut"], ["user_id", "602061721"], ["user_image_url", "https://distillery.s3.amazonaws.com/profiles/profile_602061721_75sq_1387287918.jpg"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:56:45.638508"], ["hashtag_id", 1], ["hashtaggable_id", 10], ["hashtaggable_type", "Mingle::Instagram::Photo"], ["updated_at", "2014-02-22 11:56:45.638508"]]  (1.0ms) commit transaction Mingle::Instagram::Photo Load (0.1ms) SELECT "mingle_instagram_photos".* FROM "mingle_instagram_photos" WHERE "mingle_instagram_photos"."photo_id" = '659955626326952092_185103905' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_instagram_photos" ("created_at", "link", "message", "photo_id", "updated_at", "url", "user_handle", "user_id", "user_image_url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 10:41:03.000000"], ["link", "https://instagram.com/p/kooiVCvQic/"], ["message", "#eve #eveonline #efficiency #99% #adastra."], ["photo_id", "659955626326952092_185103905"], ["updated_at", "2014-02-22 11:56:45.644517"], ["url", "https://distilleryimage5.s3.amazonaws.com/608a31bc9a1b11e3b6410e220c1cbd61_8.jpg"], ["user_handle", "royninegainas"], ["user_id", "185103905"], ["user_image_url", "https://distillery.s3.amazonaws.com/profiles/profile_185103905_75sq_1379493737.jpg"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:56:45.645658"], ["hashtag_id", 1], ["hashtaggable_id", 11], ["hashtaggable_type", "Mingle::Instagram::Photo"], ["updated_at", "2014-02-22 11:56:45.645658"]]  (0.9ms) commit transaction Mingle::Instagram::Photo Load (0.1ms) SELECT "mingle_instagram_photos".* FROM "mingle_instagram_photos" WHERE "mingle_instagram_photos"."photo_id" = '658795778558972395_246850563' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_instagram_photos" ("created_at", "link", "message", "photo_id", "updated_at", "url", "user_handle", "user_id", "user_image_url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 20:16:38.000000"], ["link", "https://instagram.com/p/kkg0UoiNHr/"], ["message", "#apocalypse #eveonline #eve #amarr #gensela"], ["photo_id", "658795778558972395_246850563"], ["updated_at", "2014-02-22 11:56:45.651087"], ["url", "https://distilleryimage11.s3.amazonaws.com/5e3c164898d911e3b9940e44cdc87753_8.jpg"], ["user_handle", "iitu__"], ["user_id", "246850563"], ["user_image_url", "https://distillery.s3.amazonaws.com/profiles/profile_246850563_75sq_1386025171.jpg"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:56:45.652252"], ["hashtag_id", 1], ["hashtaggable_id", 12], ["hashtaggable_type", "Mingle::Instagram::Photo"], ["updated_at", "2014-02-22 11:56:45.652252"]]  (0.8ms) commit transaction Mingle::Instagram::Photo Load (0.3ms) SELECT "mingle_instagram_photos".* FROM "mingle_instagram_photos" WHERE "mingle_instagram_photos"."photo_id" = '658633997383965954_1070351094' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_instagram_photos" ("created_at", "link", "message", "photo_id", "updated_at", "url", "user_handle", "user_id", "user_image_url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 14:55:12.000000"], ["link", "https://instagram.com/p/kj8CGLER0C/"], ["message", "#machariel #pvp #eve #rensmoon8 #eveonline #solo #ship #battleship #game #fan"], ["photo_id", "658633997383965954_1070351094"], ["updated_at", "2014-02-22 11:56:45.658618"], ["url", "https://distilleryimage1.s3.amazonaws.com/8d8c0a3498ac11e396a212dd559b4989_8.jpg"], ["user_handle", "nicolaytrybach"], ["user_id", "1070351094"], ["user_image_url", "https://distillery.s3.amazonaws.com/profiles/profile_1070351094_75sq_1391714547.jpg"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:56:45.659845"], ["hashtag_id", 1], ["hashtaggable_id", 13], ["hashtaggable_type", "Mingle::Instagram::Photo"], ["updated_at", "2014-02-22 11:56:45.659845"]]  (0.8ms) commit transaction Mingle::Instagram::Photo Load (0.1ms) SELECT "mingle_instagram_photos".* FROM "mingle_instagram_photos" WHERE "mingle_instagram_photos"."photo_id" = '658605370428694299_1070351094' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_instagram_photos" ("created_at", "link", "message", "photo_id", "updated_at", "url", "user_handle", "user_id", "user_image_url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 13:58:20.000000"], ["link", "https://instagram.com/p/kj1hhPkR8b/"], ["message", "#eve #eveonline #pve #solo #ship #battleship #game #machariel"], ["photo_id", "658605370428694299_1070351094"], ["updated_at", "2014-02-22 11:56:45.665601"], ["url", "https://distilleryimage10.s3.amazonaws.com/a1d93a9698a411e3b7230e3d8e03d9c6_8.jpg"], ["user_handle", "nicolaytrybach"], ["user_id", "1070351094"], ["user_image_url", "https://distillery.s3.amazonaws.com/profiles/profile_1070351094_75sq_1391714547.jpg"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:56:45.666836"], ["hashtag_id", 1], ["hashtaggable_id", 14], ["hashtaggable_type", "Mingle::Instagram::Photo"], ["updated_at", "2014-02-22 11:56:45.666836"]]  (0.8ms) commit transaction Mingle::Instagram::Photo Load (0.2ms) SELECT "mingle_instagram_photos".* FROM "mingle_instagram_photos" WHERE "mingle_instagram_photos"."photo_id" = '658597588903484937_501400342' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_instagram_photos" ("created_at", "link", "message", "photo_id", "updated_at", "url", "user_handle", "user_id", "user_image_url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 13:42:52.000000"], ["link", "https://instagram.com/p/kjzwSIhV4J/"], ["message", "One of roleplay photos for MISS EVE–RU 2014 #eveonline #photooftheday #instagood"], ["photo_id", "658597588903484937_501400342"], ["updated_at", "2014-02-22 11:56:45.673562"], ["url", "https://distilleryimage10.s3.amazonaws.com/3b268c9298a211e39b8c12e1ca8d9d0e_8.jpg"], ["user_handle", "kroatianel"], ["user_id", "501400342"], ["user_image_url", "https://distillery.s3.amazonaws.com/profiles/profile_501400342_75sq_1376072561.jpg"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:56:45.674732"], ["hashtag_id", 1], ["hashtaggable_id", 15], ["hashtaggable_type", "Mingle::Instagram::Photo"], ["updated_at", "2014-02-22 11:56:45.674732"]]  (1.1ms) commit transaction Mingle::Instagram::Photo Load (0.1ms) SELECT "mingle_instagram_photos".* FROM "mingle_instagram_photos" WHERE "mingle_instagram_photos"."photo_id" = '658571629534715155_1070351094' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_instagram_photos" ("created_at", "link", "message", "photo_id", "updated_at", "url", "user_handle", "user_id", "user_image_url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 12:51:17.000000"], ["link", "https://instagram.com/p/kjt2hlkR0T/"], ["message", "#eve #eveonline #vendicator #pve #mission4lvl #game #ship #battleship #solo"], ["photo_id", "658571629534715155_1070351094"], ["updated_at", "2014-02-22 11:56:45.680588"], ["url", "https://distilleryimage5.s3.amazonaws.com/36b43c6a989b11e3a9a712bf1fbc47a9_8.jpg"], ["user_handle", "nicolaytrybach"], ["user_id", "1070351094"], ["user_image_url", "https://distillery.s3.amazonaws.com/profiles/profile_1070351094_75sq_1391714547.jpg"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:56:45.681651"], ["hashtag_id", 1], ["hashtaggable_id", 16], ["hashtaggable_type", "Mingle::Instagram::Photo"], ["updated_at", "2014-02-22 11:56:45.681651"]]  (0.9ms) commit transaction Mingle::Instagram::Photo Load (0.1ms) SELECT "mingle_instagram_photos".* FROM "mingle_instagram_photos" WHERE "mingle_instagram_photos"."photo_id" = '658191173865774371_1070351094' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_instagram_photos" ("created_at", "link", "message", "photo_id", "updated_at", "url", "user_handle", "user_id", "user_image_url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 00:15:23.000000"], ["link", "https://instagram.com/p/kiXWKokR0j/"], ["message", "#ship #pvp #eve #eveonline #nice #fan #game #rensmoon8 #heimatar"], ["photo_id", "658191173865774371_1070351094"], ["updated_at", "2014-02-22 11:56:45.687111"], ["url", "https://distilleryimage9.s3.amazonaws.com/a16efae6983111e38cc01267c9f280f9_8.jpg"], ["user_handle", "nicolaytrybach"], ["user_id", "1070351094"], ["user_image_url", "https://distillery.s3.amazonaws.com/profiles/profile_1070351094_75sq_1391714547.jpg"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:56:45.688468"], ["hashtag_id", 1], ["hashtaggable_id", 17], ["hashtaggable_type", "Mingle::Instagram::Photo"], ["updated_at", "2014-02-22 11:56:45.688468"]]  (1.0ms) commit transaction Mingle::Instagram::Photo Load (0.2ms) SELECT "mingle_instagram_photos".* FROM "mingle_instagram_photos" WHERE "mingle_instagram_photos"."photo_id" = '658189991634083078_1070351094' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_instagram_photos" ("created_at", "link", "message", "photo_id", "updated_at", "url", "user_handle", "user_id", "user_image_url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 00:13:03.000000"], ["link", "https://instagram.com/p/kiXE9mER0G/"], ["message", "#eve #eveonline #pve #pvp #ship #hangar #money #lol"], ["photo_id", "658189991634083078_1070351094"], ["updated_at", "2014-02-22 11:56:45.694816"], ["url", "https://distilleryimage0.s3.amazonaws.com/5c68ffa0983111e3811812cc5325a5e4_8.jpg"], ["user_handle", "nicolaytrybach"], ["user_id", "1070351094"], ["user_image_url", "https://distillery.s3.amazonaws.com/profiles/profile_1070351094_75sq_1391714547.jpg"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:56:45.696058"], ["hashtag_id", 1], ["hashtaggable_id", 18], ["hashtaggable_type", "Mingle::Instagram::Photo"], ["updated_at", "2014-02-22 11:56:45.696058"]]  (0.8ms) commit transaction Mingle::Instagram::Photo Load (0.1ms) SELECT "mingle_instagram_photos".* FROM "mingle_instagram_photos" WHERE "mingle_instagram_photos"."photo_id" = '658189083458215155_1070351094' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_instagram_photos" ("created_at", "link", "message", "photo_id", "updated_at", "url", "user_handle", "user_id", "user_image_url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 00:11:14.000000"], ["link", "https://instagram.com/p/kiW3vykRzz/"], ["message", "#eve #eveonline #module #money #lol"], ["photo_id", "658189083458215155_1070351094"], ["updated_at", "2014-02-22 11:56:45.701268"], ["url", "https://distilleryimage8.s3.amazonaws.com/1e9658bc983111e39ac712a693e082b8_8.jpg"], ["user_handle", "nicolaytrybach"], ["user_id", "1070351094"], ["user_image_url", "https://distillery.s3.amazonaws.com/profiles/profile_1070351094_75sq_1391714547.jpg"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:56:45.702300"], ["hashtag_id", 1], ["hashtaggable_id", 19], ["hashtaggable_type", "Mingle::Instagram::Photo"], ["updated_at", "2014-02-22 11:56:45.702300"]]  (0.9ms) commit transaction Mingle::Instagram::Photo Load (0.1ms) SELECT "mingle_instagram_photos".* FROM "mingle_instagram_photos" WHERE "mingle_instagram_photos"."photo_id" = '658188677541862634_1070351094' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_instagram_photos" ("created_at", "link", "message", "photo_id", "updated_at", "url", "user_handle", "user_id", "user_image_url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 00:10:26.000000"], ["link", "https://instagram.com/p/kiWx1wERzq/"], ["message", "#module #eveonline #eve #game #pve #pvp #lol"], ["photo_id", "658188677541862634_1070351094"], ["updated_at", "2014-02-22 11:56:45.707402"], ["url", "https://distilleryimage5.s3.amazonaws.com/f11ddd9c983011e3a36912172d8c639d_8.jpg"], ["user_handle", "nicolaytrybach"], ["user_id", "1070351094"], ["user_image_url", "https://distillery.s3.amazonaws.com/profiles/profile_1070351094_75sq_1391714547.jpg"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:56:45.708752"], ["hashtag_id", 1], ["hashtaggable_id", 20], ["hashtaggable_type", "Mingle::Instagram::Photo"], ["updated_at", "2014-02-22 11:56:45.708752"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mingle_instagram_photos"  (2.3ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.9ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (1.0ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.8ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (1.1ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.7ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (1.2ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.7ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (1.0ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (1.2ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (2.8ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.7ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (29.9ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (2.2ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) 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 ('20140222112741')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (1.2ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (1.0ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (2.4ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (30.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (2.1ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.8ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (1.0ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) 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 ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (2.4ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.9ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.8ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (1.0ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.8ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.6ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.7ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.7ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (8.1ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (6.6ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (2.4ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.7ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.7ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (32.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (1.0ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.6ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (2.4ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.8ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.7ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) 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 ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (2.4ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.7ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.8ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) 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 ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (3.3ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.9ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (2.5ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (1.0ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) 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 ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (1.2ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.9ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.8ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) 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 ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (2.5ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.7ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.7ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.8ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) 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 ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (2.4ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.2ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.9ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (1.0ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) 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 ('20140222112741')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (2.5ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (1.0ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) 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 ('20140222112741')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (2.7ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.9ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) 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 ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (2.7ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.9ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.8ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) 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 ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (2.8ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (1.0ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) 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 ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (2.4ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (1.0ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (1.0ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (1.0ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) 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 ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (2.5ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.2ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (1.0ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (1.0ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) 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 ('20140222112741')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (1.4ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.8ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (2.8ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.9ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.8ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (2.5ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.8ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (2.5ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.9ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.8ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) 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 ('20140222112741')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (2.6ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.9ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (2.6ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (1.0ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.8ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (1.0ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) 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 ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (2.4ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.2ms) select sqlite_version(*)  (1.2ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (1.0ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.7ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (2.7ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) 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 ('20140222112741')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (1.6ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.8ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.8ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) 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 ('20140222112741')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (9.2ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.9ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMingleFeedItems (20140222125715)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140222125715"]]  (1.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_facebook_posts_on_post_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_facebook_posts_on_post_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_feed_items_on_feedable_id_and_feedable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_feed_items_on_feedable_id_and_feedable_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtaggabe' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtaggabe' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.1ms) SELECT COUNT(*) FROM "mingle_feed_items" Mingle::Facebook::Post Load (0.7ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" ORDER BY created_at DESC LIMIT 1 Mingle::Hashtag Load (0.1ms) SELECT "mingle_hashtags".* FROM "mingle_hashtags" Mingle::Facebook::Post Load (0.6ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" ORDER BY created_at DESC LIMIT 1 Mingle::Hashtag Load (0.1ms) SELECT "mingle_hashtags".* FROM "mingle_hashtags" Mingle::Facebook::Post Load (0.2ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '303509842997433_815899998425079' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_facebook_posts" ("created_at", "message", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:15:16.000000"], ["message", "Return to #EveOnline or #STO ??? I need my space MMO fix again but what to chose? #mmorpg #decisions"], ["post_id", "303509842997433_815899998425079"], ["type", "status"], ["updated_at", "2014-02-22 12:59:09.408003"], ["user_id", "303509842997433"], ["user_name", "Dulayne"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 12:59:09.409347"], ["hashtag_id", 1], ["hashtaggable_id", 101], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 12:59:09.409347"]]  (2.5ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '145534832249161_10151839945862554' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "www.twitch.tv"], ["created_at", "2014-02-21 13:37:05.000000"], ["description", "Twitch"], ["link", "http://www.twitch.tv/rushlock"], ["message", "EVE \"Help Desk\" is Live! Frigate Fleet Day! #tweetfleet #eveonline #TeamRomantics #Rushlock\n\nwww.twitch.tv/rushlock"], ["name", "Rushlock - Twitch"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQBkeowNyGvMU87w&w=154&h=154&url=http%3A%2F%2Fstatic-cdn.jtvnw.net%2Fjtv_user_pictures%2Frushlock-profile_image-a99a4a3a375c11be-300x300.jpeg"], ["post_id", "145534832249161_10151839945862554"], ["type", "link"], ["updated_at", "2014-02-22 12:59:09.416594"], ["user_id", "145534832249161"], ["user_name", "Rushlock"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 12:59:09.417801"], ["hashtag_id", 1], ["hashtaggable_id", 102], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 12:59:09.417801"]]  (0.9ms) commit transaction Mingle::Facebook::Post Load (0.2ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '145534832249161_10151838404222554' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "www.twitch.tv"], ["created_at", "2014-02-20 13:36:18.000000"], ["description", "Twitch"], ["link", "http://www.twitch.tv/rushlock"], ["message", "EVE \"Help Desk\" is Live! Community Mining Op today! #tweetfleet #TeamRomantics #eveonline #Rushlock\n\nwww.twitch.tv/rushlock"], ["name", "Rushlock - Twitch"], ["post_id", "145534832249161_10151838404222554"], ["type", "link"], ["updated_at", "2014-02-22 12:59:09.424426"], ["user_id", "145534832249161"], ["user_name", "Rushlock"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 12:59:09.425930"], ["hashtag_id", 1], ["hashtaggable_id", 103], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 12:59:09.425930"]]  (0.9ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '343351772419348_633079640113225' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "message", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 12:08:28.000000"], ["message", "All our #EVEOnline Starter Packs are now back in stock! :) http://evehost.net/etc"], ["post_id", "343351772419348_633079640113225"], ["type", "status"], ["updated_at", "2014-02-22 12:59:09.431771"], ["user_id", "343351772419348"], ["user_name", "EVEHost"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 12:59:09.433016"], ["hashtag_id", 1], ["hashtaggable_id", 104], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 12:59:09.433016"]]  (0.8ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '156807917712042_633701426678570' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "t.co"], ["created_at", "2014-02-19 21:17:11.000000"], ["description", "In the early hours of February 5, 2009, one man single-handedly destroyed the aggressive Band of Brothers alliance and brought an end to the Great War, the largest war in the history of EVE Online. Inspired by actual player-driven events within the universe of EVE Online, superstar writer Daniel Way..."], ["link", "https://t.co/eBLWRfyWwI"], ["message", "First issue of the #EVEonline comic https://t.co/eBLWRfyWwI"], ["name", "EVE: True Stories #1"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQClHcAcqdS8cFYB&w=154&h=154&url=https%3A%2F%2Fd35n03719o0h6x.cloudfront.net%2Fc7aa5782646349168e5df47928df7dbc%2Fpublic%2Fcover_image"], ["post_id", "156807917712042_633701426678570"], ["type", "link"], ["updated_at", "2014-02-22 12:59:09.438673"], ["user_id", "156807917712042"], ["user_name", "EveTimeCode.com"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 12:59:09.439945"], ["hashtag_id", 1], ["hashtaggable_id", 105], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 12:59:09.439945"]]  (0.8ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '43610719856_10152188745224280' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "link", "message", "name", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "eve-radio.com"], ["created_at", "2014-02-19 09:49:30.000000"], ["link", "http://eve-radio.com/rewind"], ["message", "Missed BigCountry's show last night, did he hate on podcasters or bloggers? Find out here http://eve-radio.com/rewind #eveonline #tweetfleet"], ["name", "EVE Radio"], ["post_id", "43610719856_10152188745224280"], ["type", "link"], ["updated_at", "2014-02-22 12:59:09.445209"], ["user_id", "43610719856"], ["user_name", "DJwiggles"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 12:59:09.446384"], ["hashtag_id", 1], ["hashtaggable_id", 106], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 12:59:09.446384"]]  (0.9ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '327682907856_10152188743789280' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "link", "message", "name", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "eve-radio.com"], ["created_at", "2014-02-19 09:48:03.000000"], ["link", "http://eve-radio.com/rewind"], ["message", "Missed BigCountry's show last night, did he hate on podcasters or bloggers? Find out here http://eve-radio.com/rewind #eveonline #everadio"], ["name", "EVE Radio"], ["post_id", "327682907856_10152188743789280"], ["type", "link"], ["updated_at", "2014-02-22 12:59:09.451708"], ["user_id", "327682907856"], ["user_name", "EVE radio"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 12:59:09.452856"], ["hashtag_id", 1], ["hashtaggable_id", 107], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 12:59:09.452856"]]  (0.9ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '49676666096_10151877594261097' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "message", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:31:22.000000"], ["message", "Who wants a 'Black Eagle' Scout G/1-Series in Dust 514? I'll give one lucky person who comments at this exact time tomorrow. \n\nSimply answer this: What do you like most about gaming?\n\n#Dust514 #EveOnline #Giveaway #Gaming"], ["post_id", "49676666096_10151877594261097"], ["type", "status"], ["updated_at", "2014-02-22 12:59:09.458031"], ["user_id", "49676666096"], ["user_name", "Markee Dragon Game Codes"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 12:59:09.459113"], ["hashtag_id", 1], ["hashtaggable_id", 108], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 12:59:09.459113"]]  (0.9ms) commit transaction Mingle::Facebook::Post Load (0.6ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" ORDER BY created_at DESC LIMIT 1 Mingle::Hashtag Load (0.1ms) SELECT "mingle_hashtags".* FROM "mingle_hashtags"  (0.2ms) SELECT COUNT(*) FROM "mingle_feed_items"  (0.2ms) SELECT COUNT(*) FROM "mingle_facebook_posts" SQL (2.5ms) DELETE FROM "mingle_facebook_posts"  (0.2ms) SELECT COUNT(*) FROM "mingle_feed_items" Mingle::Facebook::Post Load (0.3ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" ORDER BY created_at DESC LIMIT 1 Mingle::Hashtag Load (0.1ms) SELECT "mingle_hashtags".* FROM "mingle_hashtags" Mingle::Facebook::Post Load (0.2ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '303509842997433_815899998425079' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "message", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:15:16.000000"], ["message", "Return to #EveOnline or #STO ??? I need my space MMO fix again but what to chose? #mmorpg #decisions"], ["post_id", "303509842997433_815899998425079"], ["type", "status"], ["updated_at", "2014-02-22 12:59:31.150811"], ["user_id", "303509842997433"], ["user_name", "Dulayne"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 12:59:31.151897"], ["hashtag_id", 1], ["hashtaggable_id", 109], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 12:59:31.151897"]]  (2.5ms) commit transaction Mingle::Facebook::Post Load (0.2ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '145534832249161_10151839945862554' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "www.twitch.tv"], ["created_at", "2014-02-21 13:37:05.000000"], ["description", "Twitch"], ["link", "http://www.twitch.tv/rushlock"], ["message", "EVE \"Help Desk\" is Live! Frigate Fleet Day! #tweetfleet #eveonline #TeamRomantics #Rushlock\n\nwww.twitch.tv/rushlock"], ["name", "Rushlock - Twitch"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQBkeowNyGvMU87w&w=154&h=154&url=http%3A%2F%2Fstatic-cdn.jtvnw.net%2Fjtv_user_pictures%2Frushlock-profile_image-a99a4a3a375c11be-300x300.jpeg"], ["post_id", "145534832249161_10151839945862554"], ["type", "link"], ["updated_at", "2014-02-22 12:59:31.159145"], ["user_id", "145534832249161"], ["user_name", "Rushlock"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 12:59:31.160273"], ["hashtag_id", 1], ["hashtaggable_id", 110], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 12:59:31.160273"]]  (1.0ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '145534832249161_10151838404222554' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "www.twitch.tv"], ["created_at", "2014-02-20 13:36:18.000000"], ["description", "Twitch"], ["link", "http://www.twitch.tv/rushlock"], ["message", "EVE \"Help Desk\" is Live! Community Mining Op today! #tweetfleet #TeamRomantics #eveonline #Rushlock\n\nwww.twitch.tv/rushlock"], ["name", "Rushlock - Twitch"], ["post_id", "145534832249161_10151838404222554"], ["type", "link"], ["updated_at", "2014-02-22 12:59:31.165653"], ["user_id", "145534832249161"], ["user_name", "Rushlock"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 12:59:31.166750"], ["hashtag_id", 1], ["hashtaggable_id", 111], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 12:59:31.166750"]]  (0.8ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '343351772419348_633079640113225' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "message", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 12:08:28.000000"], ["message", "All our #EVEOnline Starter Packs are now back in stock! :) http://evehost.net/etc"], ["post_id", "343351772419348_633079640113225"], ["type", "status"], ["updated_at", "2014-02-22 12:59:31.171724"], ["user_id", "343351772419348"], ["user_name", "EVEHost"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 12:59:31.172727"], ["hashtag_id", 1], ["hashtaggable_id", 112], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 12:59:31.172727"]]  (1.0ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '156807917712042_633701426678570' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "t.co"], ["created_at", "2014-02-19 21:17:11.000000"], ["description", "In the early hours of February 5, 2009, one man single-handedly destroyed the aggressive Band of Brothers alliance and brought an end to the Great War, the largest war in the history of EVE Online. Inspired by actual player-driven events within the universe of EVE Online, superstar writer Daniel Way..."], ["link", "https://t.co/eBLWRfyWwI"], ["message", "First issue of the #EVEonline comic https://t.co/eBLWRfyWwI"], ["name", "EVE: True Stories #1"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQClHcAcqdS8cFYB&w=154&h=154&url=https%3A%2F%2Fd35n03719o0h6x.cloudfront.net%2Fc7aa5782646349168e5df47928df7dbc%2Fpublic%2Fcover_image"], ["post_id", "156807917712042_633701426678570"], ["type", "link"], ["updated_at", "2014-02-22 12:59:31.177891"], ["user_id", "156807917712042"], ["user_name", "EveTimeCode.com"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 12:59:31.179060"], ["hashtag_id", 1], ["hashtaggable_id", 113], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 12:59:31.179060"]]  (0.9ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '43610719856_10152188745224280' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "link", "message", "name", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "eve-radio.com"], ["created_at", "2014-02-19 09:49:30.000000"], ["link", "http://eve-radio.com/rewind"], ["message", "Missed BigCountry's show last night, did he hate on podcasters or bloggers? Find out here http://eve-radio.com/rewind #eveonline #tweetfleet"], ["name", "EVE Radio"], ["post_id", "43610719856_10152188745224280"], ["type", "link"], ["updated_at", "2014-02-22 12:59:31.184762"], ["user_id", "43610719856"], ["user_name", "DJwiggles"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 12:59:31.186036"], ["hashtag_id", 1], ["hashtaggable_id", 114], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 12:59:31.186036"]]  (0.8ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '327682907856_10152188743789280' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "link", "message", "name", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "eve-radio.com"], ["created_at", "2014-02-19 09:48:03.000000"], ["link", "http://eve-radio.com/rewind"], ["message", "Missed BigCountry's show last night, did he hate on podcasters or bloggers? Find out here http://eve-radio.com/rewind #eveonline #everadio"], ["name", "EVE Radio"], ["post_id", "327682907856_10152188743789280"], ["type", "link"], ["updated_at", "2014-02-22 12:59:31.191372"], ["user_id", "327682907856"], ["user_name", "EVE radio"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 12:59:31.192491"], ["hashtag_id", 1], ["hashtaggable_id", 115], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 12:59:31.192491"]]  (0.8ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '49676666096_10151877594261097' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "message", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:31:22.000000"], ["message", "Who wants a 'Black Eagle' Scout G/1-Series in Dust 514? I'll give one lucky person who comments at this exact time tomorrow. \n\nSimply answer this: What do you like most about gaming?\n\n#Dust514 #EveOnline #Giveaway #Gaming"], ["post_id", "49676666096_10151877594261097"], ["type", "status"], ["updated_at", "2014-02-22 12:59:31.197736"], ["user_id", "49676666096"], ["user_name", "Markee Dragon Game Codes"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 12:59:31.198834"], ["hashtag_id", 1], ["hashtaggable_id", 116], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 12:59:31.198834"]]  (0.8ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '457488100968056_10153811328790364' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "evemaps.dotlan.net"], ["created_at", "2014-02-17 10:47:24.000000"], ["description", "DOTLAN EveMaps is the leading online/interactive map/alliance/corporation resource database for Eve Online"], ["link", "http://evemaps.dotlan.net/map/Detorid/0-W778#kills24"], ["message", "This week the hell camp of 0-W778 continues, stories of the station becoming an enormous coffin for all the pilots & assets still trapped inside! I would not want to be the GM handling those stuck petitions!\n#tweetfleet #eveonline http://evemaps.dotlan.net/map/Detorid/0-W778#kills24"], ["name", "DOTLAN EveMaps: Map: Detorid"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQCnPAqtKsGFkBrI&w=154&h=154&url=http%3A%2F%2Fi.dotlan.net%2Fimages%2Flayout_logo.png"], ["post_id", "457488100968056_10153811328790364"], ["type", "link"], ["updated_at", "2014-02-22 12:59:31.203894"], ["user_id", "457488100968056"], ["user_name", "Dark-Rising"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 12:59:31.205090"], ["hashtag_id", 1], ["hashtaggable_id", 117], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 12:59:31.205090"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mingle_feed_items"  (2.2ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.7ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.8ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (0.8ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.8ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222125715')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (2.8ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.9ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (0.7ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.7ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) 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 ('20140222125715')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (2.0ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.2ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.4ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (1.0ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.8ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222125715')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (2.5ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.7ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (0.9ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.7ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.7ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222125715')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (2.8ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.1ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (1.0ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (1.0ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) 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 ('20140222125715')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (2.6ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.9ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (0.8ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.7ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222125715')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (2.6ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.8ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (0.9ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.7ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.8ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222125715')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (2.4ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (0.9ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) 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 ('20140222125715')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (2.6ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (1.0ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (0.9ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.8ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222125715')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (2.6ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.8ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (0.9ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.8ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) 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 ('20140222125715')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (2.5ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (1.0ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.8ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222125715')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (2.7ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.2ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.9ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (0.8ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (1.0ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222125715')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (1.0ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.9ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (0.8ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222125715')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (2.8ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.8ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (0.8ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.7ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) 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 ('20140222125715')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (1.0ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.4ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (1.0ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (1.0ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222125715')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (2.9ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (1.0ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (1.0ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222125715')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (2.7ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.2ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.1ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (0.8ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.8ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222125715')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (2.8ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (0.9ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222125715')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (2.6ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.8ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (0.7ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.7ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) 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 ('20140222125715')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (1.0ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (10.0ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (0.9ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.7ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222125715')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (2.7ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (1.0ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (1.0ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (1.0ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) 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 ('20140222125715')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (2.5ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (0.8ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) 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 ('20140222125715')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (2.7ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.9ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (0.9ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.6ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) 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 ('20140222125715')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (2.4ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (0.6ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.6ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.8ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222125715')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (0.1ms) SELECT COUNT(*) FROM "mingle_facebook_posts"  (0.1ms) SELECT COUNT(*) FROM "mingle_feed_items" SQL (2.5ms) DELETE FROM "mingle_facebook_posts" Mingle::Facebook::Post Load (0.3ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" ORDER BY created_at DESC LIMIT 1 Mingle::Hashtag Load (0.2ms) SELECT "mingle_hashtags".* FROM "mingle_hashtags" Mingle::Facebook::Post Load (0.3ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" ORDER BY created_at DESC LIMIT 1 Mingle::Hashtag Load (0.1ms) SELECT "mingle_hashtags".* FROM "mingle_hashtags" Mingle::Facebook::Post Load (0.2ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '303509842997433_815899998425079' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "mingle_facebook_posts" ("created_at", "message", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:15:16.000000"], ["message", "Return to #EveOnline or #STO ??? I need my space MMO fix again but what to chose? #mmorpg #decisions"], ["post_id", "303509842997433_815899998425079"], ["type", "status"], ["updated_at", "2014-02-22 13:25:56.299427"], ["user_id", "303509842997433"], ["user_name", "Dulayne"]] SQL (0.4ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 13:25:56.302479"], ["hashtag_id", 1], ["hashtaggable_id", 118], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 13:25:56.302479"]]  (2.3ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '145534832249161_10151839945862554' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "www.twitch.tv"], ["created_at", "2014-02-21 13:37:05.000000"], ["description", "Twitch"], ["link", "http://www.twitch.tv/rushlock"], ["message", "EVE \"Help Desk\" is Live! Frigate Fleet Day! #tweetfleet #eveonline #TeamRomantics #Rushlock\n\nwww.twitch.tv/rushlock"], ["name", "Rushlock - Twitch"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQBkeowNyGvMU87w&w=154&h=154&url=http%3A%2F%2Fstatic-cdn.jtvnw.net%2Fjtv_user_pictures%2Frushlock-profile_image-a99a4a3a375c11be-300x300.jpeg"], ["post_id", "145534832249161_10151839945862554"], ["type", "link"], ["updated_at", "2014-02-22 13:25:56.310344"], ["user_id", "145534832249161"], ["user_name", "Rushlock"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 13:25:56.311615"], ["hashtag_id", 1], ["hashtaggable_id", 119], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 13:25:56.311615"]]  (0.8ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '145534832249161_10151838404222554' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "www.twitch.tv"], ["created_at", "2014-02-20 13:36:18.000000"], ["description", "Twitch"], ["link", "http://www.twitch.tv/rushlock"], ["message", "EVE \"Help Desk\" is Live! Community Mining Op today! #tweetfleet #TeamRomantics #eveonline #Rushlock\n\nwww.twitch.tv/rushlock"], ["name", "Rushlock - Twitch"], ["post_id", "145534832249161_10151838404222554"], ["type", "link"], ["updated_at", "2014-02-22 13:25:56.317191"], ["user_id", "145534832249161"], ["user_name", "Rushlock"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 13:25:56.318426"], ["hashtag_id", 1], ["hashtaggable_id", 120], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 13:25:56.318426"]]  (1.0ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '343351772419348_633079640113225' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "message", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-20 12:08:28.000000"], ["message", "All our #EVEOnline Starter Packs are now back in stock! :) http://evehost.net/etc"], ["post_id", "343351772419348_633079640113225"], ["type", "status"], ["updated_at", "2014-02-22 13:25:56.323669"], ["user_id", "343351772419348"], ["user_name", "EVEHost"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 13:25:56.324726"], ["hashtag_id", 1], ["hashtaggable_id", 121], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 13:25:56.324726"]]  (0.9ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '156807917712042_633701426678570' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "t.co"], ["created_at", "2014-02-19 21:17:11.000000"], ["description", "In the early hours of February 5, 2009, one man single-handedly destroyed the aggressive Band of Brothers alliance and brought an end to the Great War, the largest war in the history of EVE Online. Inspired by actual player-driven events within the universe of EVE Online, superstar writer Daniel Way..."], ["link", "https://t.co/eBLWRfyWwI"], ["message", "First issue of the #EVEonline comic https://t.co/eBLWRfyWwI"], ["name", "EVE: True Stories #1"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQClHcAcqdS8cFYB&w=154&h=154&url=https%3A%2F%2Fd35n03719o0h6x.cloudfront.net%2Fc7aa5782646349168e5df47928df7dbc%2Fpublic%2Fcover_image"], ["post_id", "156807917712042_633701426678570"], ["type", "link"], ["updated_at", "2014-02-22 13:25:56.329740"], ["user_id", "156807917712042"], ["user_name", "EveTimeCode.com"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 13:25:56.330963"], ["hashtag_id", 1], ["hashtaggable_id", 122], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 13:25:56.330963"]]  (1.1ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '43610719856_10152188745224280' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "link", "message", "name", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "eve-radio.com"], ["created_at", "2014-02-19 09:49:30.000000"], ["link", "http://eve-radio.com/rewind"], ["message", "Missed BigCountry's show last night, did he hate on podcasters or bloggers? Find out here http://eve-radio.com/rewind #eveonline #tweetfleet"], ["name", "EVE Radio"], ["post_id", "43610719856_10152188745224280"], ["type", "link"], ["updated_at", "2014-02-22 13:25:56.336676"], ["user_id", "43610719856"], ["user_name", "DJwiggles"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 13:25:56.337832"], ["hashtag_id", 1], ["hashtaggable_id", 123], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 13:25:56.337832"]]  (0.9ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '327682907856_10152188743789280' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "link", "message", "name", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "eve-radio.com"], ["created_at", "2014-02-19 09:48:03.000000"], ["link", "http://eve-radio.com/rewind"], ["message", "Missed BigCountry's show last night, did he hate on podcasters or bloggers? Find out here http://eve-radio.com/rewind #eveonline #everadio"], ["name", "EVE Radio"], ["post_id", "327682907856_10152188743789280"], ["type", "link"], ["updated_at", "2014-02-22 13:25:56.342854"], ["user_id", "327682907856"], ["user_name", "EVE radio"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 13:25:56.343876"], ["hashtag_id", 1], ["hashtaggable_id", 124], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 13:25:56.343876"]]  (1.1ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '49676666096_10151877594261097' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "mingle_facebook_posts" ("created_at", "message", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-18 21:31:22.000000"], ["message", "Who wants a 'Black Eagle' Scout G/1-Series in Dust 514? I'll give one lucky person who comments at this exact time tomorrow. \n\nSimply answer this: What do you like most about gaming?\n\n#Dust514 #EveOnline #Giveaway #Gaming"], ["post_id", "49676666096_10151877594261097"], ["type", "status"], ["updated_at", "2014-02-22 13:25:56.349614"], ["user_id", "49676666096"], ["user_name", "Markee Dragon Game Codes"]] SQL (0.3ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 13:25:56.351193"], ["hashtag_id", 1], ["hashtaggable_id", 125], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 13:25:56.351193"]]  (1.0ms) commit transaction Mingle::Facebook::Post Load (0.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '457488100968056_10153811328790364' LIMIT 1  (0.1ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("caption", "created_at", "description", "link", "message", "name", "picture", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["caption", "evemaps.dotlan.net"], ["created_at", "2014-02-17 10:47:24.000000"], ["description", "DOTLAN EveMaps is the leading online/interactive map/alliance/corporation resource database for Eve Online"], ["link", "http://evemaps.dotlan.net/map/Detorid/0-W778#kills24"], ["message", "This week the hell camp of 0-W778 continues, stories of the station becoming an enormous coffin for all the pilots & assets still trapped inside! I would not want to be the GM handling those stuck petitions!\n#tweetfleet #eveonline http://evemaps.dotlan.net/map/Detorid/0-W778#kills24"], ["name", "DOTLAN EveMaps: Map: Detorid"], ["picture", "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQCnPAqtKsGFkBrI&w=154&h=154&url=http%3A%2F%2Fi.dotlan.net%2Fimages%2Flayout_logo.png"], ["post_id", "457488100968056_10153811328790364"], ["type", "link"], ["updated_at", "2014-02-22 13:25:56.356852"], ["user_id", "457488100968056"], ["user_name", "Dark-Rising"]] SQL (0.1ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 13:25:56.358133"], ["hashtag_id", 1], ["hashtaggable_id", 126], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 13:25:56.358133"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mingle_feed_items"  (0.2ms) SELECT COUNT(*) FROM "mingle_facebook_posts" Mingle::Facebook::Post Load (0.5ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" ORDER BY created_at DESC LIMIT 1 Mingle::Hashtag Load (0.1ms) SELECT "mingle_hashtags".* FROM "mingle_hashtags" Mingle::Facebook::Post Load (0.3ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" ORDER BY created_at DESC LIMIT 1 Mingle::Hashtag Load (0.1ms) SELECT "mingle_hashtags".* FROM "mingle_hashtags" SQL (2.2ms) DELETE FROM "mingle_facebook_posts" Mingle::Facebook::Post Load (0.3ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" ORDER BY created_at DESC LIMIT 1 Mingle::Hashtag Load (0.1ms) SELECT "mingle_hashtags".* FROM "mingle_hashtags" Mingle::Facebook::Post Load (0.2ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" WHERE "mingle_facebook_posts"."post_id" = '303509842997433_815899998425079' LIMIT 1  (0.0ms) begin transaction Mingle::Hashtag Exists (0.1ms) SELECT 1 AS one FROM "mingle_hashtags" WHERE ("mingle_hashtags"."tag_name" = '#eveonline' AND "mingle_hashtags"."id" != 1) LIMIT 1 SQL (0.2ms) INSERT INTO "mingle_facebook_posts" ("created_at", "message", "post_id", "type", "updated_at", "user_id", "user_name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-02-22 11:15:16.000000"], ["message", "Return to #EveOnline or #STO ??? I need my space MMO fix again but what to chose? #mmorpg #decisions"], ["post_id", "303509842997433_815899998425079"], ["type", "status"], ["updated_at", "2014-02-22 13:28:03.248825"], ["user_id", "303509842997433"], ["user_name", "Dulayne"]] SQL (0.2ms) INSERT INTO "mingle_hashtaggings" ("created_at", "hashtag_id", "hashtaggable_id", "hashtaggable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-02-22 13:28:03.250151"], ["hashtag_id", 1], ["hashtaggable_id", 127], ["hashtaggable_type", "Mingle::Facebook::Post"], ["updated_at", "2014-02-22 13:28:03.250151"]]  (1.6ms) rollback transaction  (1.0ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.1ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (0.8ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) 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 ('20140222125715')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (2.5ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (0.9ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222125715')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (1.2ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (1.0ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (0.7ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (1.0ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (1.0ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) 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 ('20140222125715')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741') Started GET "/" for 127.0.0.1 at 2014-02-24 13:29:48 +0100 Processing by Rails::WelcomeController#index as HTML Rendered /Users/jgorset/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/railties-4.1.0.rc1/lib/rails/templates/rails/welcome/index.html.erb (2.1ms) Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms)  (1.0ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.1ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (0.7ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.7ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.7ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.9ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222125715')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (2.7ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (0.8ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (0.9ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.7ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) 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 ('20140222125715')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741')  (2.5ms) CREATE TABLE "mingle_facebook_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" varchar(255), "message" text, "link" text, "picture" text, "name" varchar(255), "caption" text, "description" text, "type" varchar(255), "user_id" varchar(255), "user_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_mingle_facebook_posts_on_post_id" ON "mingle_facebook_posts" ("post_id")  (1.0ms) CREATE TABLE "mingle_feed_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "feedable_id" integer, "feedable_type" varchar(255), "published" boolean DEFAULT 't', "sticky" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_mingle_feed_items_on_feedable_id_and_feedable_type" ON "mingle_feed_items" ("feedable_id", "feedable_type")  (0.8ms) CREATE TABLE "mingle_hashtaggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hashtag_id" integer, "hashtaggable_id" integer, "hashtaggable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (1.1ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtag_id" ON "mingle_hashtaggings" ("hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "unique_hashtagging" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type", "hashtag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index'   (0.8ms) CREATE INDEX "index_mingle_hashtaggings_on_hashtaggabe" ON "mingle_hashtaggings" ("hashtaggable_id", "hashtaggable_type")  (0.8ms) CREATE TABLE "mingle_hashtags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "mingle_instagram_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo_id" varchar(255), "url" varchar(255), "link" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "message" text, "created_at" datetime, "updated_at" datetime)  (1.0ms) CREATE TABLE "mingle_twitter_tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" varchar(255), "user_id" varchar(255), "user_handle" varchar(255), "user_image_url" varchar(255), "text" varchar(255), "user_name" varchar(255), "image_url" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.6ms) 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 ('20140222125715')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105907')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222105956')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222110925')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112623')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140222112741') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DropMingleFeedItems (20140224155358)  (0.1ms) begin transaction  (0.4ms) DROP TABLE "mingle_feed_items" SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140224155358"]]  (2.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mingle_facebook_posts_on_post_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_facebook_posts_on_post_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtaggabe' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtaggabe' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='unique_hashtagging' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='unique_hashtagging' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mingle_hashtaggings_on_hashtag_id' AND type='index' Mingle::Facebook::Post Load (2.6ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" ORDER BY created_at DESC LIMIT 1 Mingle::Hashtag Load (0.8ms) SELECT "mingle_hashtags".* FROM "mingle_hashtags" Mingle::Facebook::Post Load (1.1ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" ORDER BY created_at DESC LIMIT 1 Mingle::Hashtag Load (0.1ms) SELECT "mingle_hashtags".* FROM "mingle_hashtags" Mingle::Facebook::Post Load (1.2ms) SELECT "mingle_facebook_posts".* FROM "mingle_facebook_posts" ORDER BY created_at DESC LIMIT 1 Mingle::Hashtag Load (0.1ms) SELECT "mingle_hashtags".* FROM "mingle_hashtags" Mingle::Twitter::Tweet Load (25.6ms) SELECT "mingle_twitter_tweets".* FROM "mingle_twitter_tweets" ORDER BY created_at DESC LIMIT 1 Mingle::Hashtag Load (0.1ms) SELECT "mingle_hashtags".* FROM "mingle_hashtags"