Connecting to database specified by database.yml SQLite3::CorruptException: database disk image is malformed: SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' AND name = "schema_migrations" Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (5.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateAlmanacPosts (20121009230705)  (0.0ms) begin transaction  (0.8ms) CREATE TABLE "almanac_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "body" text, "published" boolean DEFAULT 'f', "blog_id" integer, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121009230705')  (10.6ms) commit transaction Migrating to CreateAlmanacBlogs (20121010033827)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "almanac_blogs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121010033827')  (4.3ms) commit transaction Migrating to AddExcerptToAlmanacPosts (20121102224650)  (0.1ms) begin transaction  (0.4ms) ALTER TABLE "almanac_posts" ADD "excerpt" text  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121102224650')  (2.9ms) commit transaction Migrating to CreateAlmanacFiles (20121102224651)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "almanac_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "image_uid" varchar(255), "thumb_uid" varchar(255), "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121102224651')  (2.7ms) commit transaction Migrating to RenameFileToImage (20121102224652)  (0.0ms) begin transaction  (0.4ms) ALTER TABLE "almanac_files" RENAME TO "almanac_images"  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121102224652')  (1.2ms) commit transaction Migrating to AddImageFieldsToAlmanacBlogs (20121102224653)  (0.0ms) begin transaction  (0.4ms) ALTER TABLE "almanac_blogs" ADD "background_uid" varchar(255)  (0.1ms) ALTER TABLE "almanac_blogs" ADD "logo_uid" varchar(255)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121102224653')  (24.9ms) commit transaction Migrating to AddNewFieldsToAlmanacBlogs (20121102224654)  (0.1ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (8.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to DeviseCreateUsers (20121106220325)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121106220325')  (2.6ms) commit transaction Migrating to CreateAlmanacPosts (20121114185255)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "almanac_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "body" text, "published" boolean DEFAULT 'f', "blog_id" integer, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121114185255')  (18.3ms) commit transaction Migrating to CreateAlmanacBlogs (20121114185256)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "almanac_blogs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121114185256')  (10.8ms) commit transaction Migrating to AddExcerptToAlmanacPosts (20121114185257)  (0.1ms) begin transaction  (0.4ms) ALTER TABLE "almanac_posts" ADD "excerpt" text  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121114185257')  (43.6ms) commit transaction Migrating to CreateAlmanacFiles (20121114185258)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "almanac_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "image_uid" varchar(255), "thumb_uid" varchar(255), "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121114185258')  (11.4ms) commit transaction Migrating to RenameFileToImage (20121114185259)  (0.1ms) begin transaction  (0.5ms) ALTER TABLE "almanac_files" RENAME TO "almanac_images"  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121114185259')  (1.1ms) commit transaction Migrating to AddImageFieldsToAlmanacBlogs (20121114185260)  (0.0ms) begin transaction  (0.3ms) ALTER TABLE "almanac_blogs" ADD "background_uid" varchar(255)  (0.1ms) ALTER TABLE "almanac_blogs" ADD "logo_uid" varchar(255)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121114185260')  (2.6ms) commit transaction Migrating to AddNewFieldsToBlogs (20121114185261)  (0.1ms) begin transaction  (0.4ms) ALTER TABLE "almanac_blogs" ADD "description" text  (0.1ms) ALTER TABLE "almanac_blogs" ADD "twitter" varchar(255)  (0.1ms) ALTER TABLE "almanac_blogs" ADD "google_analytics" varchar(255)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121114185261')  (3.7ms) commit transaction Migrating to ActsAsTaggableOnMigration (20121114185262)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255))   (0.7ms) CREATE TABLE "taggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_id" integer, "taggable_id" integer, "taggable_type" varchar(255), "tagger_id" integer, "tagger_type" varchar(255), "context" varchar(128), "created_at" datetime)  (0.1ms) CREATE INDEX "index_taggings_on_tag_id" ON "taggings" ("tag_id")  (0.1ms) CREATE INDEX "index_taggings_on_taggable_id_and_taggable_type_and_context" ON "taggings" ("taggable_id", "taggable_type", "context")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121114185262')  (9.8ms) commit transaction Migrating to CreateAlmanacComments (20121114185263)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "almanac_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "author_email" varchar(255), "author_name" varchar(255), "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121114185263')  (19.7ms) commit transaction Migrating to AddRakismetFieldsToBlogs (20121114185264)  (0.1ms) begin transaction  (0.4ms) ALTER TABLE "almanac_blogs" ADD "rakismet_key" varchar(255)  (0.1ms) ALTER TABLE "almanac_blogs" ADD "rakismet_url" varchar(255)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121114185264')  (9.7ms) commit transaction Migrating to AddSpamToComments (20121114185265)  (0.1ms) begin transaction  (0.4ms) ALTER TABLE "almanac_comments" ADD "spam" boolean DEFAULT 'f'  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121114185265')  (1.2ms) commit transaction Migrating to AddWrittenAtToPosts (20121114185266)  (0.0ms) begin transaction  (0.4ms) ALTER TABLE "almanac_posts" ADD "written_at" date  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121114185266')  (10.8ms) commit transaction Migrating to AddBackgroundFieldsToBlogs (20121114185267)  (0.1ms) begin transaction  (0.5ms) ALTER TABLE "almanac_blogs" ADD "background_tile" boolean DEFAULT 'f'  (0.2ms) ALTER TABLE "almanac_blogs" ADD "background_blur" integer DEFAULT 0  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121114185267')  (10.8ms) commit transaction Migrating to AddFooterToAlmanacBlogs (20121114185268)  (0.1ms) begin transaction  (0.4ms) ALTER TABLE "almanac_blogs" ADD "footer" text  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121114185268')  (1.2ms) commit transaction Migrating to ChangeDefaultValueForBackgroundTilesInAlmanacBlogs (20121114185269)  (0.0ms) begin transaction  (0.4ms) CREATE TEMPORARY TABLE "altered_almanac_blogs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "background_uid" varchar(255), "logo_uid" varchar(255), "description" text, "twitter" varchar(255), "google_analytics" varchar(255), "rakismet_key" varchar(255), "rakismet_url" varchar(255), "background_tile" boolean DEFAULT 'f', "background_blur" integer DEFAULT 0, "footer" text)  (0.1ms) SELECT * FROM "almanac_blogs"  (0.2ms) DROP TABLE "almanac_blogs"  (0.2ms) CREATE TABLE "almanac_blogs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "background_uid" varchar(255), "logo_uid" varchar(255), "description" text, "twitter" varchar(255), "google_analytics" varchar(255), "rakismet_key" varchar(255), "rakismet_url" varchar(255), "background_tile" boolean DEFAULT 't', "background_blur" integer DEFAULT 0, "footer" text)   (0.1ms) SELECT * FROM "altered_almanac_blogs"  (0.3ms) DROP TABLE "altered_almanac_blogs"  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121114185269')  (2.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (71.0ms) DELETE FROM "users";  (21.6ms) DELETE FROM sqlite_sequence where name = 'users';  (14.6ms) DELETE FROM "almanac_posts";  (0.2ms) DELETE FROM sqlite_sequence where name = 'almanac_posts';  (47.8ms) DELETE FROM "almanac_images";  (0.3ms) DELETE FROM sqlite_sequence where name = 'almanac_images';  (3.5ms) DELETE FROM "tags";  (0.2ms) DELETE FROM sqlite_sequence where name = 'tags';  (44.9ms) DELETE FROM "taggings";  (0.4ms) DELETE FROM sqlite_sequence where name = 'taggings';  (14.9ms) DELETE FROM "almanac_comments";  (0.3ms) DELETE FROM sqlite_sequence where name = 'almanac_comments';  (29.4ms) DELETE FROM "almanac_blogs";  (0.2ms) DELETE FROM sqlite_sequence where name = 'almanac_blogs';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'flavio@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (38.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "flavio@example.com"], ["encrypted_password", "$2a$04$Hhs9odJPHI.kYamkm3.aeueskiQMjlLWMq01Fj8ygnVEXl3kxI4K."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.1ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.5ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 2], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00], ["description", "Et ea rerum. Nemo itaque consequatur et pariatur quia. Iusto autem facere ab ut. Repellat ea ipsum cumque et id sed deleniti. Impedit omnis doloribus autem aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolore a vel."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["blog_id", 1], ["body", "Eum laudantium harum vero. Magnam beatae architecto. Est vel velit. Ut voluptas maxime eaque ducimus ipsum quo. Sed repudiandae necessitatibus maxime. Ut aut ut quia architecto explicabo blanditiis."], ["created_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00], ["excerpt", "Suscipit vel."], ["published", true], ["title", "Velit sit recusandae temporibus deleniti."], ["updated_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test1' OR lower(name) = 'rspec1' OR lower(name) = 'ruby1' OR lower(name) = '#rails1') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test1' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test1"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec1' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec1"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby1' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby1"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails1' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails1"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.3ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = 1 ORDER BY written_at DESC, id DESC LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "denis_rutherford@example.com"], ["author_name", "Nels Smitham MD"], ["body", "Non ad et id. Quam reiciendis delectus et velit harum iure. Cum a voluptates deleniti cumque rerum illo quae."], ["created_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::CommentsController#destroy as HTML Parameters: {"id"=>"1", "post_id"=>"1"} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Comment Load (0.1ms) SELECT "almanac_comments".* FROM "almanac_comments" WHERE "almanac_comments"."id" = ? ORDER BY id ASC LIMIT 1 [["id", "1"]] Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = ? ORDER BY written_at DESC, id DESC LIMIT 1 [["id", "1"]] Almanac::Comment Load (0.0ms) SELECT "almanac_comments".* FROM "almanac_comments" WHERE "almanac_comments"."id" = ? ORDER BY id ASC LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "almanac_comments" WHERE "almanac_comments"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/1 Completed 302 Found in 8ms (ActiveRecord: 0.5ms)  (2.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'federico.hettinger@example.org' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "federico.hettinger@example.org"], ["encrypted_password", "$2a$04$R44MqJyuWVmnRj9C.GczweAzJ.Md52uwArtq4ux5kl1/ni5bxLyd."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 4], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00], ["description", "Sit ea perspiciatis. Qui vero sapiente. Consequuntur cupiditate ullam. Voluptatem rerum possimus voluptatem et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "In quae nihil."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 3], ["blog_id", 1], ["body", "A id quia blanditiis magnam explicabo est in. Voluptas alias laudantium fugiat quaerat quasi voluptates eum. Est dolores accusantium ut non. Est architecto qui aspernatur. Ut molestias et molestiae."], ["created_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00], ["excerpt", "Illum animi saepe facilis architecto."], ["published", true], ["title", "Consequatur nam quia quod quia ut praesentium."], ["updated_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test2' OR lower(name) = 'rspec2' OR lower(name) = 'ruby2' OR lower(name) = '#rails2') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test2' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test2"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec2' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec2"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby2' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby2"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails2' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails2"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = 1 ORDER BY written_at DESC, id DESC LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "anne_block@example.com"], ["author_name", "Mr. Jamison Conroy"], ["body", "Impedit unde est."], ["created_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:42 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_comments"  Processing by Almanac::CommentsController#destroy as HTML Parameters: {"id"=>"1", "post_id"=>"1"} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Comment Load (0.1ms) SELECT "almanac_comments".* FROM "almanac_comments" WHERE "almanac_comments"."id" = ? ORDER BY id ASC LIMIT 1 [["id", "1"]] Almanac::Post Load (0.0ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = ? ORDER BY written_at DESC, id DESC LIMIT 1 [["id", "1"]] Almanac::Comment Load (0.0ms) SELECT "almanac_comments".* FROM "almanac_comments" WHERE "almanac_comments"."id" = ? ORDER BY id ASC LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "almanac_comments" WHERE "almanac_comments"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/1 Completed 302 Found in 7ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_comments"   (4.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'flavio@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "flavio@example.com"], ["encrypted_password", "$2a$04$.fOKGBo.pQoff9cMUCBa6uBRPX.NILHLNbiP4pslUn.nqQxBHGH9m"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.5ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 6], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["description", "Et ea rerum. Nemo itaque consequatur et pariatur quia. Iusto autem facere ab ut. Repellat ea ipsum cumque et id sed deleniti. Impedit omnis doloribus autem aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolore a vel."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 5], ["blog_id", 1], ["body", "Eum laudantium harum vero. Magnam beatae architecto. Est vel velit. Ut voluptas maxime eaque ducimus ipsum quo. Sed repudiandae necessitatibus maxime. Ut aut ut quia architecto explicabo blanditiis."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["excerpt", "Suscipit vel."], ["published", true], ["title", "Velit sit recusandae temporibus deleniti."], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test3' OR lower(name) = 'rspec3' OR lower(name) = 'ruby3' OR lower(name) = '#rails3') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test3' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test3"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec3' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec3"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby3' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby3"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails3' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails3"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::CommentsController#create as HTML Parameters: {"comment"=>{"author_name"=>"Nels Smitham MD", "author_email"=>"denis_rutherford@example.com", "body"=>"Non ad et id. Quam reiciendis delectus et velit harum iure. Cum a voluptates deleniti cumque rerum illo quae."}, "post_id"=>"1"} Almanac::Blog Load (0.2ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = ? ORDER BY written_at DESC, id DESC LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "denis_rutherford@example.com"], ["author_name", "Nels Smitham MD"], ["body", "Non ad et id. Quam reiciendis delectus et velit harum iure. Cum a voluptates deleniti cumque rerum illo quae."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/1 Completed 302 Found in 8ms (ActiveRecord: 0.6ms)  (2.9ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'federico.hettinger@example.org' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "federico.hettinger@example.org"], ["encrypted_password", "$2a$04$CID0lBn/PeiyAlHdyJxFCuDKckhE7ykt3X4yR42JkptmweFlUfmFm"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 8], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["description", "Sit ea perspiciatis. Qui vero sapiente. Consequuntur cupiditate ullam. Voluptatem rerum possimus voluptatem et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "In quae nihil."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 7], ["blog_id", 1], ["body", "A id quia blanditiis magnam explicabo est in. Voluptas alias laudantium fugiat quaerat quasi voluptates eum. Est dolores accusantium ut non. Est architecto qui aspernatur. Ut molestias et molestiae."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["excerpt", "Illum animi saepe facilis architecto."], ["published", true], ["title", "Consequatur nam quia quod quia ut praesentium."], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test4' OR lower(name) = 'rspec4' OR lower(name) = 'ruby4' OR lower(name) = '#rails4') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test4' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test4"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec4' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec4"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby4' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby4"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails4' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails4"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "almanac_comments"  Processing by Almanac::CommentsController#create as HTML Parameters: {"comment"=>{"author_name"=>"Mr. Jamison Conroy", "author_email"=>"anne_block@example.com", "body"=>nil}, "post_id"=>"1"} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = ? ORDER BY written_at DESC, id DESC LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Redirected to http://test.host/almanac/1 Completed 302 Found in 10ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_comments"  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'flavio@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "flavio@example.com"], ["encrypted_password", "$2a$04$WOCox/kj/pBDMIwNO0ETBOV.7GfrhQVL7fpA.PF66t05zCr3/OqAW"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 10], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["description", "Et ea rerum. Nemo itaque consequatur et pariatur quia. Iusto autem facere ab ut. Repellat ea ipsum cumque et id sed deleniti. Impedit omnis doloribus autem aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolore a vel."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 9], ["blog_id", 1], ["body", "Eum laudantium harum vero. Magnam beatae architecto. Est vel velit. Ut voluptas maxime eaque ducimus ipsum quo. Sed repudiandae necessitatibus maxime. Ut aut ut quia architecto explicabo blanditiis."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["excerpt", "Suscipit vel."], ["published", true], ["title", "Velit sit recusandae temporibus deleniti."], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test5' OR lower(name) = 'rspec5' OR lower(name) = 'ruby5' OR lower(name) = '#rails5') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test5' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test5"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec5' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec5"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby5' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby5"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails5' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails5"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::CommentsController#create as HTML Parameters: {"comment"=>{"author_name"=>"Nels Smitham MD", "author_email"=>"denis_rutherford@example.com", "body"=>"Non ad et id. Quam reiciendis delectus et velit harum iure. Cum a voluptates deleniti cumque rerum illo quae."}, "post_id"=>"1"} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = ? ORDER BY written_at DESC, id DESC LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "denis_rutherford@example.com"], ["author_name", "Nels Smitham MD"], ["body", "Non ad et id. Quam reiciendis delectus et velit harum iure. Cum a voluptates deleniti cumque rerum illo quae."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/1 Completed 302 Found in 7ms (ActiveRecord: 0.5ms)  (1.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'federico.hettinger@example.org' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "federico.hettinger@example.org"], ["encrypted_password", "$2a$04$OnbgtGZ4Brzxc.N6ywk4reOVUr7ZzzpVkf8BDWTU3Y3.WJ717nWhy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.1ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 12], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["description", "Sit ea perspiciatis. Qui vero sapiente. Consequuntur cupiditate ullam. Voluptatem rerum possimus voluptatem et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "In quae nihil."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 11], ["blog_id", 1], ["body", "A id quia blanditiis magnam explicabo est in. Voluptas alias laudantium fugiat quaerat quasi voluptates eum. Est dolores accusantium ut non. Est architecto qui aspernatur. Ut molestias et molestiae."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["excerpt", "Illum animi saepe facilis architecto."], ["published", true], ["title", "Consequatur nam quia quod quia ut praesentium."], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test6' OR lower(name) = 'rspec6' OR lower(name) = 'ruby6' OR lower(name) = '#rails6') ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test6' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test6"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec6' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec6"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby6' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby6"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails6' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails6"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "almanac_comments" Processing by Almanac::CommentsController#create as HTML Parameters: {"comment"=>{"author_name"=>"Mr. Jamison Conroy", "author_email"=>"anne_block@example.com", "body"=>"Impedit unde est."}, "post_id"=>"1"} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = ? ORDER BY written_at DESC, id DESC LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "anne_block@example.com"], ["author_name", "Mr. Jamison Conroy"], ["body", "Impedit unde est."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/1 Completed 302 Found in 8ms (ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_comments"  (5.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'flavio@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "flavio@example.com"], ["encrypted_password", "$2a$04$JOKVd.TgejipawZVvDmPV.DiAk7c2pC5skaAQoqjR70iVUvz1enCq"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 13], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["description", "Dolores nam iusto nulla itaque perferendis nobis consequatur. Eum laudantium harum vero. Magnam beatae architecto. Est vel velit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Velit sit recusandae temporibus."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Architecto quas et. Dicta magnam nam. Ut aut mollitia quia maiores officiis.", "author_id"=>"14"}} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 99ms (Views: 92.7ms | ActiveRecord: 0.3ms)  (28.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'jabari@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "jabari@example.com"], ["encrypted_password", "$2a$04$POKQZaZzCJZsMXhlxGtw6eGfQBUb5s3W96cxoxb/C5EgxnHzpSHdy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 15], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["description", "Magni dolores voluptatem nihil. In et tenetur inventore. Architecto atque tenetur fuga et accusantium possimus id."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Nihil dolor dolores sapiente vel quos reprehenderit."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Necessitatibus voluptatibus magni ipsam doloremque eum ut consequatur. Voluptatem aut iure autem sit blanditiis molestiae enim. Deleniti rerum occaecati velit ab illum fugit. Et voluptatem expedita iure. Doloremque repellendus non.", "author_id"=>"16"}} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 1.5ms | ActiveRecord: 0.2ms) Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (0.9ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'flavio@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "flavio@example.com"], ["encrypted_password", "$2a$04$1.O/kMq5VzbUHQeH6NJuQeLH8CJx7Jess4d85MCrsbZO1CUt2y/o2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 17], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["description", "Dolores nam iusto nulla itaque perferendis nobis consequatur. Eum laudantium harum vero. Magnam beatae architecto. Est vel velit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Velit sit recusandae temporibus."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Ut voluptas maxime eaque ducimus ipsum.", "description"=>"Dicta magnam nam. Ut aut mollitia quia maiores officiis. Dolore a vel magni. Fugiat quo tenetur minus quia.", "author_id"=>"18"}} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Blog Load (0.0ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "almanac_blogs" SET "title" = 'Ut voluptas maxime eaque ducimus ipsum.', "description" = 'Dicta magnam nam. Ut aut mollitia quia maiores officiis. Dolore a vel magni. Fugiat quo tenetur minus quia.', "author_id" = 18, "updated_at" = '2012-11-14 18:53:43.445691' WHERE "almanac_blogs"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 6ms (ActiveRecord: 0.3ms)  (24.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'enid.champlin@example.net' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "enid.champlin@example.net"], ["encrypted_password", "$2a$04$PzMLCVVPSjmS7ZIjV.4Ad.cQGZ8hIAeAImHBroIxwSLBpe67zE906"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 19], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["description", "Eos nemo consequatur deleniti consequuntur. Necessitatibus voluptatibus magni ipsam doloremque eum ut consequatur. Voluptatem aut iure autem sit blanditiis molestiae enim. Deleniti rerum occaecati velit ab illum fugit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quisquam incidunt nihil tempora eius eos consequatur."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Testz", "description"=>"Et eos sunt dolor enim sed et. Sed corrupti error. Et sunt sed necessitatibus alias. Est magnam ea voluptas itaque.", "author_id"=>"20"}} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "almanac_blogs" SET "title" = 'Testz', "description" = 'Et eos sunt dolor enim sed et. Sed corrupti error. Et sunt sed necessitatibus alias. Est magnam ea voluptas itaque.', "author_id" = 20, "updated_at" = '2012-11-14 18:53:43.487795' WHERE "almanac_blogs"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 5ms (ActiveRecord: 0.3ms) Almanac::Blog Load (0.0ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (1.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'flavio@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "flavio@example.com"], ["encrypted_password", "$2a$04$zKIxxM2PVDl6wLIjl.o5AOQD5PaeCPy4KxwI6hdZSqQ3GNZPWPmeu"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 21], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["description", "Dolores nam iusto nulla itaque perferendis nobis consequatur. Eum laudantium harum vero. Magnam beatae architecto. Est vel velit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Velit sit recusandae temporibus."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 22], ["blog_id", 1], ["body", "Ut aut mollitia quia maiores officiis. Dolore a vel magni. Fugiat quo tenetur minus quia. Asperiores voluptatem alias iusto. Eveniet exercitationem et nemo aliquam quia."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["excerpt", "Sed repudiandae."], ["published", true], ["title", "Ut voluptas maxime eaque ducimus ipsum quo."], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test7' OR lower(name) = 'rspec7' OR lower(name) = 'ruby7' OR lower(name) = '#rails7') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test7' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test7"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec7' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec7"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby7' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby7"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails7' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails7"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "cecile@example.net"], ["author_name", "Ms. Leonard Gutkowski"], ["body", "Vel voluptates id eveniet illo beatae vitae consequatur. In voluptatem unde eos distinctio laborum."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "paxton.murphy@example.com"], ["author_name", "Mr. Brooklyn Armstrong"], ["body", "Doloremque assumenda aut et asperiores quia id ut. Et eos sunt dolor enim sed et."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "meaghan@example.com"], ["author_name", "Cheyenne Weber"], ["body", "Laborum hic repudiandae tenetur. Sit dolorem quia ex consequatur eius."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "nickolas.graham@example.net"], ["author_name", "Brooke Bauch PhD"], ["body", "Qui ipsam quod pariatur consequatur. Dicta tempora sunt molestiae sit saepe magni. Alias et qui reiciendis quis."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "raina_rowe@example.com"], ["author_name", "Miller Larkin PhD"], ["body", "Quasi pariatur non nulla maiores id ducimus voluptas. Iusto illo accusantium dolorum explicabo sunt voluptate ducimus. Quisquam atque et accusantium beatae voluptas."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "margarett_rogahn@example.com"], ["author_name", "Madisyn Turner"], ["body", "Laboriosam illo rerum ipsam velit."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "demetrius.casper@example.com"], ["author_name", "Mr. Terry Baumbach"], ["body", "Maiores perferendis quaerat quidem aut asperiores tenetur a. Voluptatem velit repudiandae eos enim laborum ex fugit."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "else@example.com"], ["author_name", "Aryanna Quitzon"], ["body", "Assumenda tenetur provident rem cupiditate deleniti. Harum rerum error sit. Sit odio molestiae dolores et unde consequuntur."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "nicholaus@example.net"], ["author_name", "Dr. Sean Lowe"], ["body", "Magni dolorem distinctio consequatur praesentium ipsam ea."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "urban@example.net"], ["author_name", "Destinee Ward"], ["body", "Aliquid veritatis eligendi. Quia ipsam ut sunt et fugiat quo."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = 1 ORDER BY written_at DESC, id DESC LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "gladyce_stokes@example.net"], ["author_name", "Candice Rowe"], ["body", "Ea hic sunt asperiores est ut porro."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = 1 ORDER BY written_at DESC, id DESC LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "milo_effertz@example.com"], ["author_name", "Cameron Rosenbaum"], ["body", "Ea odit eligendi ut vitae ad quae illo. Pariatur ipsum voluptate commodi similique ut ea. Dicta iste saepe ut."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = 1 ORDER BY written_at DESC, id DESC LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "eldridge@example.org"], ["author_name", "Anastacio Hodkiewicz"], ["body", "Sit voluptatibus voluptatum quia et ratione. Veritatis eveniet et sed. Perspiciatis illo cum."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = 1 ORDER BY written_at DESC, id DESC LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "karley.reichel@example.com"], ["author_name", "Mr. Casimer Halvorson"], ["body", "Mollitia unde consequatur ea amet. Fugiat quasi beatae quos."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = 1 ORDER BY written_at DESC, id DESC LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "alfreda@example.org"], ["author_name", "Luisa Bergstrom"], ["body", "Ratione ipsa atque. Itaque a soluta eum tempora architecto."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#spam as HTML Parameters: {"id"=>"1"} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Completed 200 OK in 80ms (Views: 34.2ms | ActiveRecord: 0.1ms)  (18.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'obie@example.org' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "obie@example.org"], ["encrypted_password", "$2a$04$Z0PXs2K24cceJ.h.elmuNeXkDvByLsLg3jBcdHqcbyT1u.VxrKT6S"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 23], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["description", "Nihil id autem magnam. Doloremque sed qui tempora necessitatibus voluptate quis iure. In nihil quo repudiandae accusantium. Enim aut impedit. Amet modi consectetur sapiente nesciunt rerum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dicta quia ut."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 24], ["blog_id", 1], ["body", "Quas in labore blanditiis velit et. Sed autem sunt corrupti voluptatem vero modi. Enim velit assumenda sapiente. Dolor sint minima qui aliquam sit. Molestiae unde quas quidem vero."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["excerpt", "Totam."], ["published", true], ["title", "Est tempore omnis est quod eum et aut."], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test8' OR lower(name) = 'rspec8' OR lower(name) = 'ruby8' OR lower(name) = '#rails8') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test8' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test8"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec8' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec8"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby8' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby8"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails8' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails8"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "gunner@example.net"], ["author_name", "Miss Norma McLaughlin"], ["body", "Optio quia cumque accusantium aspernatur sit vero et. Enim non veritatis impedit ut autem debitis. Temporibus animi fuga laboriosam."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "shyanne@example.net"], ["author_name", "Price Greenholt Jr."], ["body", "Nesciunt iste est sed perspiciatis at."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "tiana@example.org"], ["author_name", "Janie Moore"], ["body", "Repudiandae provident eius enim enim voluptatem ex. Omnis quis est praesentium labore qui dicta numquam."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "valerie@example.net"], ["author_name", "Rhett Rau V"], ["body", "Placeat harum aut culpa libero dolores."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "nikki@example.com"], ["author_name", "Mona Heathcote"], ["body", "Nemo sit sapiente cum et sit. Aut officiis rerum."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "austyn_kovacek@example.com"], ["author_name", "Sylvan Romaguera"], ["body", "Laboriosam dignissimos veritatis iste officia accusamus. Quasi repellendus debitis et eligendi aut ipsum nihil."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "concepcion_nikolaus@example.org"], ["author_name", "Rocio Stehr"], ["body", "Beatae sint magnam molestias modi voluptates et."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "merle.frami@example.com"], ["author_name", "Adrienne Collier"], ["body", "Aut quod sit. Molestiae quia doloribus. Et voluptatem dolore debitis."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "savion@example.net"], ["author_name", "Heloise Larkin"], ["body", "Et vel repellendus maxime."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "addison.hoppe@example.org"], ["author_name", "Ms. Minerva Quigley"], ["body", "Nobis optio id voluptates et mollitia."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = 1 ORDER BY written_at DESC, id DESC LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "alek.cremin@example.com"], ["author_name", "Napoleon MacGyver PhD"], ["body", "Quidem maxime inventore quibusdam magnam dignissimos cupiditate est. Iste pariatur enim temporibus accusamus minima."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = 1 ORDER BY written_at DESC, id DESC LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "etha.roob@example.net"], ["author_name", "Marcelino Christiansen"], ["body", "Ut id ut consequuntur. Saepe laborum omnis suscipit voluptatem aut maxime sed. Voluptatem qui rerum harum et."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = 1 ORDER BY written_at DESC, id DESC LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "brenden.cummerata@example.com"], ["author_name", "Ms. Shaina Ernser"], ["body", "Laudantium vero neque ut nostrum ipsa aut."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = 1 ORDER BY written_at DESC, id DESC LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "angela_cummings@example.com"], ["author_name", "Dane Lind"], ["body", "Quia sed laboriosam molestias illum."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = 1 ORDER BY written_at DESC, id DESC LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "dorcas@example.com"], ["author_name", "Kathlyn Kuhn"], ["body", "Aperiam vero veritatis."], ["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#spam as HTML Parameters: {"id"=>"1"} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Completed 200 OK in 5ms (Views: 1.4ms | ActiveRecord: 0.1ms) Almanac::Comment Load (0.1ms) SELECT "almanac_comments".* FROM "almanac_comments" WHERE "almanac_comments"."spam" = 't' ORDER BY id ASC  (10.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'flavio@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "flavio@example.com"], ["encrypted_password", "$2a$04$8zxeGNMSKJ5b954/krlk7.ErVx6XgIeuwYak10Dt6Lk.9n7mXjUE6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>nil, "description"=>"Modi voluptatum iure molestiae doloremque eos molestiae et. Dolores nam iusto nulla itaque perferendis nobis consequatur. Eum laudantium harum vero. Magnam beatae architecto. Est vel velit.", "author_id"=>nil}} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 27ms (Views: 21.8ms | ActiveRecord: 0.3ms)  (60.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'beverly@example.net' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "beverly@example.net"], ["encrypted_password", "$2a$04$9M4WOwfUNqF4OXvZM3N4zu6EX77exu7sYi0hT9Z9HaGpT6wGa6GfO"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"  Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>nil, "description"=>"Dolor veniam debitis maxime modi nisi doloribus sed. Asperiores expedita voluptatum eos doloremque. Est dolore et sed ratione corrupti. Amet corrupti quae id unde quos iure et. Sed corrupti sunt ratione explicabo.", "author_id"=>nil}} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 1.3ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"   (57.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'flavio@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "flavio@example.com"], ["encrypted_password", "$2a$04$YsUebaNmR0niTVCUgaKzAOuo3iOuckYuzEOTeTYdScZICe57tSBLi"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>"Velit sit recusandae temporibus.", "description"=>"Dolores nam iusto nulla itaque perferendis nobis consequatur. Eum laudantium harum vero. Magnam beatae architecto. Est vel velit.", "author_id"=>nil}} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.5ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["description", "Dolores nam iusto nulla itaque perferendis nobis consequatur. Eum laudantium harum vero. Magnam beatae architecto. Est vel velit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Velit sit recusandae temporibus."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.9ms)  (6.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'beverly@example.net' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "beverly@example.net"], ["encrypted_password", "$2a$04$NYi2TM5QnWhseHR8YueA5uxYtnGhKF09ycOjL7gkbeTwq6RRKgGoW"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"  Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>"Dolor veniam debitis maxime modi nisi doloribus.", "description"=>"Non voluptate dolores nam nulla. Et nesciunt qui. Nihil dolor dolores sapiente vel quos reprehenderit suscipit. Fuga omnis facilis. Quisquam incidunt nihil tempora eius eos consequatur consequuntur.", "author_id"=>nil}} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.8ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["description", "Non voluptate dolores nam nulla. Et nesciunt qui. Nihil dolor dolores sapiente vel quos reprehenderit suscipit. Fuga omnis facilis. Quisquam incidunt nihil tempora eius eos consequatur consequuntur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolor veniam debitis maxime modi nisi doloribus."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 8ms (ActiveRecord: 1.2ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"   (2.7ms) rollback transaction  (0.1ms) begin transaction ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.1ms) rollback transaction  (0.0ms) begin transaction ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 27], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["description", "Ex recusandae a in nulla officiis vero. Consequatur vel explicabo rerum qui quis. Pariatur distinctio est cum qui enim odit. Eum pariatur aut autem ducimus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ullam atque."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.5ms) rollback transaction  (0.1ms) begin transaction ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 29], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["description", "Qui quo dolorum vel quidem animi vel nisi. Nostrum officia officiis numquam consequatur hic expedita. Velit autem laboriosam velit fugit enim aut. Sit et aut voluptates."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ut nam dolor magni."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (7.1ms) rollback transaction  (0.1ms) begin transaction ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 31], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["description", "Sed autem rem in dolores corporis. Quo fugit maxime omnis. Sit saepe sed unde harum. Sit et rem voluptas ipsa quisquam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Amet eveniet et cumque reiciendis sint."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (5.6ms) rollback transaction  (0.1ms) begin transaction ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 33], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["description", "Laudantium deleniti sint animi similique odio. Unde ducimus ea est velit aut dolorum. Nulla aspernatur voluptas amet nisi sapiente."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Rerum quia mollitia vel earum atque sint."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.2ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 34], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["description", "Cumque facilis perferendis ipsa sit. Rerum voluptas alias consequatur fugiat. Corrupti voluptatem blanditiis fuga quidem et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sequi minus aliquam omnis minima sapiente nihil."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 35], ["blog_id", 1], ["body", "Fugit qui non sed aut. Libero laborum et. Excepturi fugit in nesciunt tenetur. Ad quam aut asperiores. Odit est libero exercitationem recusandae saepe. Dolorum cum voluptas et eos."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Sint."], ["published", true], ["title", "Adipisci asperiores ullam et."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test14' OR lower(name) = 'rspec14' OR lower(name) = 'ruby14' OR lower(name) = '#rails14') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test14' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test14"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec14' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec14"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby14' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby14"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails14' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails14"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 36], ["blog_id", 1], ["body", "Vel voluptas impedit perspiciatis et fugiat neque tenetur. Eos impedit nihil neque fugit. Aut ipsa voluptatibus rerum quae ut molestiae. Corporis praesentium maiores quasi qui aperiam. Dolorum voluptas molestiae dolores eveniet officiis autem exercitationem. Possimus consequatur iure dicta ullam saepe. Aut quis inventore."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Non consectetur quisquam."], ["published", true], ["title", "Consectetur tempora eius non et iusto nemo."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test15' OR lower(name) = 'rspec15' OR lower(name) = 'ruby15' OR lower(name) = '#rails15') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test15' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test15"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec15' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec15"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby15' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby15"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails15' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails15"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 6 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 6], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 7 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 7], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 8 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 8], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 9 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 9], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" ORDER BY written_at DESC, id DESC  (4.5ms) rollback transaction  (0.1ms) begin transaction ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.5ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 38], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["description", "Modi et consequatur itaque. Non tenetur expedita. Aliquam error nisi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Possimus corporis vel."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.0ms) begin transaction ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 40], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["description", "Architecto est quidem nisi voluptas delectus. Dicta labore et. Sapiente et et sed. Et tempore mollitia veritatis id eveniet."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quasi saepe laborum eum et rem magni."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 39], ["blog_id", 1], ["body", "Minus dolores nam sit error. Reprehenderit tenetur animi perferendis. Odio aut porro vero voluptatum. Itaque blanditiis rerum ullam doloribus asperiores tempora. Ut unde porro ratione incidunt aut facilis. Sint maxime eaque."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Eius nihil omnis dolores."], ["published", true], ["title", "Possimus aliquam quo."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test17' OR lower(name) = 'rspec17' OR lower(name) = 'ruby17' OR lower(name) = '#rails17') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test17' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test17"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec17' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec17"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby17' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby17"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails17' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails17"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" ORDER BY written_at DESC, id DESC  (11.3ms) rollback transaction  (0.1ms) begin transaction ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 42], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["description", "Est omnis modi. Officiis vel saepe aperiam atque assumenda. Et sunt quo cupiditate quis optio. Soluta laboriosam iure quam. Facere beatae dolor vitae."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Enim ipsa ut dolorem cupiditate voluptas accusantium."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (20.4ms) rollback transaction  (0.1ms) begin transaction ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 44], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["description", "Doloribus consequatur tenetur aperiam possimus omnis totam. Praesentium et blanditiis et. Facere modi laboriosam unde sunt quaerat. Asperiores dignissimos quos dolor et et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Omnis rerum quo esse ullam."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 45], ["blog_id", 1], ["body", "Possimus ipsa magni. Voluptas eos maiores esse dolor odio temporibus. Praesentium sapiente adipisci rerum quo. Voluptas est dolores aut voluptatibus et suscipit nostrum. Qui omnis occaecati minima sint aut. Suscipit quae modi temporibus odit perspiciatis."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Placeat dolorem est accusantium harum dolorem."], ["published", true], ["title", "Possimus voluptas aut eum enim consequuntur voluptatum vero."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test20' OR lower(name) = 'rspec20' OR lower(name) = 'ruby20' OR lower(name) = '#rails20') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test20' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test20"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec20' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec20"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby20' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby20"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails20' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails20"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 46], ["blog_id", 1], ["body", "Aliquid dicta itaque. Ut sunt quibusdam est consequatur tempora molestias ullam. Corporis qui et nulla voluptas non consequatur culpa. Est in qui molestias qui mollitia inventore. Eligendi vel nesciunt. Corporis tempore autem dolorem."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Facilis dolores nulla odio dolore autem."], ["published", true], ["title", "Explicabo accusantium hic."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test21' OR lower(name) = 'rspec21' OR lower(name) = 'ruby21' OR lower(name) = '#rails21') ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test21' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test21"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec21' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec21"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby21' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby21"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails21' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails21"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 6 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 6], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 7 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 7], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 8 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 8], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 9 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 9], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 47], ["blog_id", 1], ["body", "Cum quo ducimus ea nesciunt officia quo. Ut nihil reprehenderit dolorem delectus. Praesentium amet tempore. Qui voluptas ducimus culpa numquam. Cum incidunt nostrum est. Consequatur dolorem ipsum sunt. Consequatur eos est adipisci laboriosam ea facilis dignissimos."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Sint ut quis sed."], ["published", true], ["title", "Non eius quia voluptatem qui."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test22' OR lower(name) = 'rspec22' OR lower(name) = 'ruby22' OR lower(name) = '#rails22') ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test22' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test22"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec22' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec22"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby22' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby22"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails22' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails22"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 10 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 10], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 11 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 11], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 12 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 12], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 13 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 13], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Load (0.2ms) SELECT "almanac_posts".* FROM "almanac_posts" ORDER BY written_at DESC, id DESC LIMIT 1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 48], ["blog_id", 1], ["body", "Nobis dolores eum velit. Eos voluptatem maxime ipsum quis illum itaque id. Esse corrupti et quo nobis ut sed voluptatem. Molestiae iusto quos repellendus aspernatur assumenda rerum. Ut pariatur quam possimus repellat perspiciatis sint et. Incidunt est laudantium dolorem est."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Impedit."], ["published", false], ["title", "Cupiditate aliquam voluptatem."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test23' OR lower(name) = 'rspec23' OR lower(name) = 'ruby23' OR lower(name) = '#rails23') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test23' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test23"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec23' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec23"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby23' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby23"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails23' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails23"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 14 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 14], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 15 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 15], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 16 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 16], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 17 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 17], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 49], ["blog_id", 1], ["body", "Qui voluptas nam id soluta. Debitis porro praesentium fugiat qui. Quia voluptas molestias id. Aut qui molestiae et in. Sapiente qui vel. Odit voluptatem quis accusamus architecto."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Harum excepturi aut quidem."], ["published", false], ["title", "Nostrum rerum ut."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test24' OR lower(name) = 'rspec24' OR lower(name) = 'ruby24' OR lower(name) = '#rails24') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test24' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test24"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec24' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec24"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby24' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby24"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails24' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails24"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 18 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 18], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 19 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 19], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 20 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 20], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 21 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 21], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 50], ["blog_id", 1], ["body", "Id ut consequatur commodi sunt. Suscipit maiores et. Non enim et aperiam nihil voluptas explicabo ratione. Placeat autem atque animi exercitationem. Qui porro ea fuga itaque veniam alias excepturi."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Quaerat eligendi nihil eos."], ["published", false], ["title", "Ab sunt iste laborum odio deserunt sed."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test25' OR lower(name) = 'rspec25' OR lower(name) = 'ruby25' OR lower(name) = '#rails25') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test25' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test25"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec25' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec25"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby25' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby25"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails25' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails25"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 6 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 6 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 6], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 22 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 6 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 22], ["taggable_id", 6], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 23 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 6 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 23], ["taggable_id", 6], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 24 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 6 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 24], ["taggable_id", 6], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 25 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 6 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 25], ["taggable_id", 6], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_posts" WHERE "almanac_posts"."published" = 'f'  (4.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.2ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 51], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["description", "Vitae odio autem et consequatur. Perspiciatis natus asperiores. Nisi sint aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Fugit corporis aut maiores neque pariatur."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 52], ["blog_id", 1], ["body", "Ratione dolores consequuntur eos nemo porro. Possimus ipsa magni. Voluptas eos maiores esse dolor odio temporibus. Praesentium sapiente adipisci rerum quo. Voluptas est dolores aut voluptatibus et suscipit nostrum. Qui omnis occaecati minima sint aut."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Eos ut rerum ut dolor."], ["published", true], ["title", "Qui est blanditiis sit molestias."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test26' OR lower(name) = 'rspec26' OR lower(name) = 'ruby26' OR lower(name) = '#rails26') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test26' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test26"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec26' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec26"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby26' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby26"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails26' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails26"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 53], ["blog_id", 1], ["body", "Laborum qui quia modi possimus. Veniam reprehenderit laudantium. Rerum porro facere rerum ea dicta odit. Corporis qui et nulla voluptas non consequatur culpa. Est in qui molestias qui mollitia inventore. Eligendi vel nesciunt."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Explicabo."], ["published", true], ["title", "Suscipit quae modi temporibus odit perspiciatis."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test27' OR lower(name) = 'rspec27' OR lower(name) = 'ruby27' OR lower(name) = '#rails27') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test27' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test27"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec27' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec27"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby27' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby27"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails27' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails27"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 6 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 6], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 7 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 7], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 8 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 8], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 9 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 9], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 54], ["blog_id", 1], ["body", "Amet minima minus beatae nostrum et commodi. Dolores nobis molestias dolore dolor. Quibusdam et itaque ea qui est assumenda ea. Quis accusantium tenetur esse enim voluptatem. Sit fugiat reprehenderit quas."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Non eius quia."], ["published", true], ["title", "Corporis tempore autem dolorem."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test28' OR lower(name) = 'rspec28' OR lower(name) = 'ruby28' OR lower(name) = '#rails28') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test28' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test28"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec28' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec28"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby28' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby28"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails28' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails28"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 10 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 10], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 11 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 11], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 12 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 12], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 13 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 13], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 55], ["blog_id", 1], ["body", "Consequatur quae fugit itaque mollitia et maiores. Dicta odit aut et velit ipsam mollitia ipsum. Doloremque sint soluta animi. Nobis dolores eum velit. Eos voluptatem maxime ipsum quis illum itaque id. Esse corrupti et quo nobis ut sed voluptatem. Molestiae iusto quos repellendus aspernatur assumenda rerum."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Quia dolor."], ["published", true], ["title", "Et dolorum et quos nostrum sapiente."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test29' OR lower(name) = 'rspec29' OR lower(name) = 'ruby29' OR lower(name) = '#rails29') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test29' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test29"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec29' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec29"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby29' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby29"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails29' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails29"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 14 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 14], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 15 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 15], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 16 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 16], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 17 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 17], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 56], ["blog_id", 1], ["body", "Nostrum rerum ut. Harum excepturi aut quidem dolor qui. Cupiditate odit ut eaque. Unde nihil ut aspernatur. Sit ratione tempora. Sunt repellendus porro omnis vel qui. Odio officiis provident molestiae."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Incidunt est laudantium."], ["published", true], ["title", "Ut pariatur quam possimus repellat perspiciatis sint et."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test30' OR lower(name) = 'rspec30' OR lower(name) = 'ruby30' OR lower(name) = '#rails30') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test30' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test30"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec30' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec30"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby30' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby30"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails30' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails30"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 18 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 18], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 19 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 19], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 20 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 20], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 21 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 21], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 57], ["blog_id", 1], ["body", "Natus fugit itaque soluta assumenda. Est voluptatum numquam. Asperiores rem a reiciendis sed quam. Voluptas optio a temporibus voluptatem quia. In occaecati sunt voluptas. Magni consequatur nihil dolorem. Magni itaque vero qui amet ratione non."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Qui velit."], ["published", true], ["title", "Aut repellendus dolorum veritatis autem nemo deserunt."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test31' OR lower(name) = 'rspec31' OR lower(name) = 'ruby31' OR lower(name) = '#rails31') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test31' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test31"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec31' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec31"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby31' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby31"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails31' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails31"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 6 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 6 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 6], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 22 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 6 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 22], ["taggable_id", 6], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 23 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 6 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 23], ["taggable_id", 6], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 24 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 6 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 24], ["taggable_id", 6], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 25 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 6 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 25], ["taggable_id", 6], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 58], ["blog_id", 1], ["body", "Tempore temporibus recusandae quam eos. Architecto dolorum perspiciatis ducimus unde dolorem. Asperiores qui omnis incidunt quas. Corporis voluptas dolorem et voluptas sunt. Atque consequatur et laboriosam deserunt qui voluptatum vel. Suscipit magni dolor distinctio nesciunt exercitationem aut est. Asperiores eos eum."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Quo optio porro voluptate qui."], ["published", true], ["title", "Cum natus minima."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test32' OR lower(name) = 'rspec32' OR lower(name) = 'ruby32' OR lower(name) = '#rails32') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test32' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test32"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec32' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec32"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby32' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby32"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails32' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails32"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 7 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 7 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 7], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 26 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 7 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 26], ["taggable_id", 7], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 27 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 7 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 27], ["taggable_id", 7], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 28 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 7 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 28], ["taggable_id", 7], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 29 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 7 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 29], ["taggable_id", 7], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 59], ["blog_id", 1], ["body", "Natus facilis tenetur nostrum. Possimus doloremque ea praesentium molestiae. Sit recusandae modi. Consequatur rerum temporibus repellendus ipsam odio eveniet aspernatur. Beatae sint magnam molestias modi voluptates et."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Sit cum."], ["published", true], ["title", "Molestiae et ducimus maxime rem aut."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test33' OR lower(name) = 'rspec33' OR lower(name) = 'ruby33' OR lower(name) = '#rails33') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test33' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test33"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec33' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec33"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby33' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby33"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails33' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails33"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 8 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 8 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 8], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 30 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 8 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 30], ["taggable_id", 8], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 31 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 8 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 31], ["taggable_id", 8], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 32 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 8 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 32], ["taggable_id", 8], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 33 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 8 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 33], ["taggable_id", 8], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 60], ["blog_id", 1], ["body", "Rem qui quia ex deleniti. Rerum minus dolor porro praesentium. Et voluptatem dolores excepturi mollitia. Rerum omnis quis necessitatibus. Facere aperiam voluptates. At maiores est quia voluptatem eos exercitationem."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Eos ut dolorum aspernatur quia fugiat."], ["published", true], ["title", "Omnis ut ullam reiciendis facilis cupiditate quis."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test34' OR lower(name) = 'rspec34' OR lower(name) = 'ruby34' OR lower(name) = '#rails34') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test34' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test34"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec34' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec34"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby34' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby34"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails34' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails34"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 9 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 9 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 9], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 34 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 9 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 34], ["taggable_id", 9], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 35 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 9 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 35], ["taggable_id", 9], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 36 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 9 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 36], ["taggable_id", 9], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 37 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 9 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 37], ["taggable_id", 9], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 61], ["blog_id", 1], ["body", "Minima et voluptatibus id. Unde quia dolorem sunt dolor quos voluptate qui. Recusandae laudantium quis nobis vero consequatur sapiente. Inventore dolore atque facilis animi aut velit nostrum. Fuga consequatur repellendus aut ut sunt. Eius rem facere exercitationem mollitia error porro."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Sint et minus."], ["published", true], ["title", "Iure dolores quidem magni modi."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test35' OR lower(name) = 'rspec35' OR lower(name) = 'ruby35' OR lower(name) = '#rails35') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test35' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test35"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec35' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec35"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby35' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby35"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails35' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails35"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 10 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 10 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 10], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 38 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 10 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 38], ["taggable_id", 10], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 39 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 10 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 39], ["taggable_id", 10], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 40 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 10 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 40], ["taggable_id", 10], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 41 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 10 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 41], ["taggable_id", 10], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Load (0.2ms) SELECT "almanac_posts".* FROM "almanac_posts" ORDER BY written_at DESC, id DESC LIMIT 1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 62], ["blog_id", 1], ["body", "Quia amet optio odit soluta. In quia dignissimos porro doloribus qui perspiciatis illum. Et voluptatem praesentium numquam et amet. Incidunt cumque ullam ut perferendis reiciendis. Corporis beatae ut voluptate enim natus. Doloremque aut quas explicabo aliquid. Totam eos nobis eaque non quia quidem quas."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Nemo."], ["published", false], ["title", "Iusto fuga doloribus odio praesentium assumenda et."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test36' OR lower(name) = 'rspec36' OR lower(name) = 'ruby36' OR lower(name) = '#rails36') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test36' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test36"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec36' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec36"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby36' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby36"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails36' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails36"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 11 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 11 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 11], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 42 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 11 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 42], ["taggable_id", 11], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 43 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 11 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 43], ["taggable_id", 11], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 44 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 11 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 44], ["taggable_id", 11], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 45 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 11 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 45], ["taggable_id", 11], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 63], ["blog_id", 1], ["body", "Est optio quis eaque possimus corporis numquam vel. Quasi consequatur repudiandae qui autem. Explicabo laboriosam odio minus praesentium molestiae. Debitis accusantium sit mollitia nulla. Quo fugit sit. Minus a itaque libero eum non. Omnis fuga ad expedita."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Fugit et minus."], ["published", false], ["title", "Odit quis sed sint ipsam."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test37' OR lower(name) = 'rspec37' OR lower(name) = 'ruby37' OR lower(name) = '#rails37') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test37' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test37"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec37' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec37"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby37' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby37"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails37' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails37"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 12 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 12 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 12], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 46 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 12 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 46], ["taggable_id", 12], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 47 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 12 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 47], ["taggable_id", 12], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 48 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 12 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 48], ["taggable_id", 12], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 49 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 12 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 49], ["taggable_id", 12], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common')  (0.1ms) SELECT COUNT(*) FROM "almanac_posts" JOIN taggings posts_taggings_75635e7 ON posts_taggings_75635e7.taggable_id = almanac_posts.id AND posts_taggings_75635e7.taggable_type = 'Almanac::Post' AND posts_taggings_75635e7.tag_id = 1 WHERE "almanac_posts"."published" = 't'  (6.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.2ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 64], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["description", "Omnis sed illum reiciendis enim omnis dolore. Asperiores et natus eaque id quia eveniet. Labore dicta a voluptatem quibusdam dolore."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Doloribus eveniet autem assumenda unde ut ullam."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 65], ["blog_id", 1], ["body", "Veniam sapiente autem error incidunt. Ratione animi dignissimos ad odio accusantium nobis. Similique neque quia incidunt. Placeat aut cum reiciendis aperiam inventore totam exercitationem. Dicta aut consequatur sunt nobis quasi."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Unde molestias aperiam voluptas."], ["published", true], ["title", "Dolor id alias maxime."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test38' OR lower(name) = 'rspec38' OR lower(name) = 'ruby38' OR lower(name) = '#rails38') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test38' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test38"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec38' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec38"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby38' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby38"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails38' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails38"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 66], ["blog_id", 1], ["body", "Sunt maiores quo quasi quam ex magni. Rerum distinctio aspernatur voluptas. Nostrum sequi minus fugit qui sed laboriosam occaecati. Voluptas magnam enim qui quia cumque non. Ullam officia tenetur exercitationem. Veniam id quam autem."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "In ullam facilis praesentium placeat."], ["published", true], ["title", "Mollitia numquam eos harum rerum sequi consectetur quasi."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test39' OR lower(name) = 'rspec39' OR lower(name) = 'ruby39' OR lower(name) = '#rails39') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test39' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test39"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec39' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec39"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby39' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby39"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails39' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails39"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.3ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 6 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 6], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 7 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 7], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 8 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 8], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 9 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 9], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 67], ["blog_id", 1], ["body", "Suscipit commodi omnis laudantium quia dolorem aliquid. Dolor eos explicabo vitae eligendi ut esse. Et consequatur assumenda quibusdam veritatis ex. Laudantium quos deserunt. Voluptatibus voluptatem dolor nisi error voluptatum ea. Accusamus cumque sapiente odio."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Fugit."], ["published", true], ["title", "Qui necessitatibus ea sed."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test40' OR lower(name) = 'rspec40' OR lower(name) = 'ruby40' OR lower(name) = '#rails40') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test40' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test40"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec40' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec40"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby40' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby40"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails40' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails40"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 10 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 10], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 11 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 11], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 12 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 12], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 13 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 13], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 68], ["blog_id", 1], ["body", "Totam est voluptatem assumenda. Ratione quo ut. Minus praesentium ea facere voluptatem. Aut ut nostrum qui quas voluptatem possimus. Eaque tenetur facilis itaque consequatur ut quis cum."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Perferendis ullam corporis pariatur."], ["published", true], ["title", "Aut autem quo sed animi non repellat aliquid."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test41' OR lower(name) = 'rspec41' OR lower(name) = 'ruby41' OR lower(name) = '#rails41') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test41' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test41"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec41' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec41"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby41' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby41"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails41' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails41"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 14 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 14], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 15 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 15], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 16 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 16], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 17 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 17], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 69], ["blog_id", 1], ["body", "Architecto dolores perspiciatis ut voluptatem id et laborum. Tempore totam architecto. Autem nemo vitae fugit suscipit nihil dignissimos odio. Officiis necessitatibus vel. Id aspernatur omnis dignissimos quod labore rerum."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Nemo sit dolores."], ["published", true], ["title", "Alias autem sint."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test42' OR lower(name) = 'rspec42' OR lower(name) = 'ruby42' OR lower(name) = '#rails42') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test42' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test42"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec42' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec42"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby42' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby42"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails42' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails42"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 18 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 18], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 19 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 19], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 20 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 20], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 21 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 21], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 70], ["blog_id", 1], ["body", "Animi tempore quia porro debitis. Porro aspernatur consectetur qui doloribus. Eaque dolor et quidem saepe cumque distinctio dolor. Fugiat corrupti recusandae ut quia et. Ut iure nihil praesentium tenetur deleniti rerum est. Eaque beatae autem voluptas qui iusto voluptatem omnis."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Dolorum est corporis ratione dolores."], ["published", true], ["title", "In quos modi molestiae quae omnis."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test43' OR lower(name) = 'rspec43' OR lower(name) = 'ruby43' OR lower(name) = '#rails43') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test43' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test43"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec43' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec43"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby43' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby43"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails43' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails43"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 6 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 6 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 6], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 22 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 6 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 22], ["taggable_id", 6], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 23 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 6 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 23], ["taggable_id", 6], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 24 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 6 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 24], ["taggable_id", 6], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 25 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 6 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 25], ["taggable_id", 6], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 71], ["blog_id", 1], ["body", "Sequi ducimus aut. Ex necessitatibus totam molestiae cum sit odio est. Reprehenderit quos nostrum sit. Eos recusandae ut. Est quia consequatur distinctio. Ut earum dolores sint asperiores. Et et mollitia aspernatur adipisci ex quia."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Repellat accusamus sed voluptate ut."], ["published", true], ["title", "Est earum qui qui nesciunt sapiente eaque."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test44' OR lower(name) = 'rspec44' OR lower(name) = 'ruby44' OR lower(name) = '#rails44') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test44' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test44"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec44' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec44"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby44' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby44"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails44' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails44"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 7 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 7 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 7], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 26 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 7 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 26], ["taggable_id", 7], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 27 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 7 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 27], ["taggable_id", 7], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 28 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 7 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 28], ["taggable_id", 7], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 29 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 7 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 29], ["taggable_id", 7], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 72], ["blog_id", 1], ["body", "Ut nostrum enim corrupti et reprehenderit. Voluptas porro dolores sint quis quia et quis. Enim rem et sequi fugit incidunt vitae iure. Aperiam recusandae neque. Fugit eos odio suscipit facere est."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Facilis sapiente animi."], ["published", true], ["title", "Quia beatae dolor et."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test45' OR lower(name) = 'rspec45' OR lower(name) = 'ruby45' OR lower(name) = '#rails45') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test45' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test45"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec45' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec45"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby45' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby45"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails45' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails45"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 8 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 8 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 8], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 30 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 8 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 30], ["taggable_id", 8], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 31 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 8 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 31], ["taggable_id", 8], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 32 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 8 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 32], ["taggable_id", 8], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 33 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 8 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 33], ["taggable_id", 8], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 73], ["blog_id", 1], ["body", "Quos aut sed rem magni recusandae et. Tempore vero et. Velit qui et perferendis magni placeat. Voluptas tempore dignissimos quo quaerat corrupti ut pariatur. Nesciunt dolor eos sed sit natus omnis voluptatem."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Sunt corporis enim dignissimos."], ["published", true], ["title", "Sit ut quam laborum."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test46' OR lower(name) = 'rspec46' OR lower(name) = 'ruby46' OR lower(name) = '#rails46') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test46' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test46"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec46' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec46"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby46' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby46"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails46' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails46"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 9 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 9 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 9], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 34 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 9 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 34], ["taggable_id", 9], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 35 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 9 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 35], ["taggable_id", 9], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 36 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 9 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 36], ["taggable_id", 9], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 37 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 9 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 37], ["taggable_id", 9], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 74], ["blog_id", 1], ["body", "A optio eum. Eligendi temporibus esse nam vitae a reprehenderit minus. Quam exercitationem qui nulla voluptas quisquam. Nemo consectetur ut sint autem omnis. Consequatur et officia nostrum quibusdam ea qui. Culpa velit quos ipsa totam repudiandae molestiae vel. Aspernatur optio omnis vero."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Dolore porro repudiandae enim."], ["published", true], ["title", "Ullam mollitia dignissimos."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test47' OR lower(name) = 'rspec47' OR lower(name) = 'ruby47' OR lower(name) = '#rails47') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test47' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test47"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec47' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec47"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby47' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby47"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails47' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails47"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 10 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 10 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 1], ["taggable_id", 10], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.2ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 38 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 10 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 38], ["taggable_id", 10], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 39 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 10 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 39], ["taggable_id", 10], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 40 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 10 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 40], ["taggable_id", 10], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 41 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 10 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["tag_id", 41], ["taggable_id", 10], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Load (0.2ms) SELECT "almanac_posts".* FROM "almanac_posts" ORDER BY written_at DESC, id DESC LIMIT 1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 75], ["blog_id", 1], ["body", "Quia hic facilis ut nam. Impedit cum ab voluptas. Non nihil illum qui. A molestias id esse. Dolorem quas officiis tenetur aperiam aut. Ipsam praesentium sint inventore et et."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Qui."], ["published", true], ["title", "Suscipit architecto consequatur fugit neque."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 11 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 76], ["blog_id", 1], ["body", "Quia assumenda ratione rem voluptatibus. Sequi libero in officia. Cupiditate unde iusto iure. Aspernatur delectus quo quam unde non. Id in perferendis repudiandae et ut ipsam ea. Voluptatem iure vitae qui magni soluta asperiores consequuntur."], ["created_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["excerpt", "Et quibusdam delectus aut repellat dolores."], ["published", true], ["title", "Eum esse quo aut."], ["updated_at", Wed, 14 Nov 2012 18:53:44 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 12 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common')  (0.1ms) SELECT COUNT(*) FROM "almanac_posts" JOIN taggings posts_taggings_59aabe5 ON posts_taggings_59aabe5.taggable_id = almanac_posts.id AND posts_taggings_59aabe5.taggable_type = 'Almanac::Post' AND posts_taggings_59aabe5.tag_id = 1 WHERE "almanac_posts"."published" = 't'  (5.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 77], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["description", "Vitae odio autem et consequatur. Perspiciatis natus asperiores. Nisi sint aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Fugit corporis aut maiores neque pariatur."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 78], ["blog_id", 1], ["body", "Ratione dolores consequuntur eos nemo porro. Possimus ipsa magni. Voluptas eos maiores esse dolor odio temporibus. Praesentium sapiente adipisci rerum quo. Voluptas est dolores aut voluptatibus et suscipit nostrum. Qui omnis occaecati minima sint aut."], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["excerpt", "Eos ut rerum ut dolor."], ["published", true], ["title", "Qui est blanditiis sit molestias."], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test48' OR lower(name) = 'rspec48' OR lower(name) = 'ruby48' OR lower(name) = '#rails48') ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test48' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test48"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec48' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec48"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby48' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby48"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails48' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails48"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.1ms) SAVEPOINT active_record_1 SQL (25.1ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 79], ["blog_id", 1], ["body", "Laborum qui quia modi possimus. Veniam reprehenderit laudantium. Rerum porro facere rerum ea dicta odit. Corporis qui et nulla voluptas non consequatur culpa. Est in qui molestias qui mollitia inventore. Eligendi vel nesciunt."], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["excerpt", "Explicabo."], ["published", true], ["title", "Suscipit quae modi temporibus odit perspiciatis."], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test49' OR lower(name) = 'rspec49' OR lower(name) = 'ruby49' OR lower(name) = '#rails49') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test49' LIMIT 1 SQL (35.4ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test49"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec49' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec49"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby49' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby49"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails49' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails49"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 1], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 6 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 6], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 7 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 7], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 8 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 8], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 9 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 9], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 80], ["blog_id", 1], ["body", "Amet minima minus beatae nostrum et commodi. Dolores nobis molestias dolore dolor. Quibusdam et itaque ea qui est assumenda ea. Quis accusantium tenetur esse enim voluptatem. Sit fugiat reprehenderit quas."], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["excerpt", "Non eius quia."], ["published", true], ["title", "Corporis tempore autem dolorem."], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test50' OR lower(name) = 'rspec50' OR lower(name) = 'ruby50' OR lower(name) = '#rails50') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test50' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test50"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec50' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec50"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby50' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby50"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails50' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails50"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 1], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 10 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 10], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 11 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 11], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 12 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 12], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 13 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 13], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 81], ["blog_id", 1], ["body", "Consequatur quae fugit itaque mollitia et maiores. Dicta odit aut et velit ipsam mollitia ipsum. Doloremque sint soluta animi. Nobis dolores eum velit. Eos voluptatem maxime ipsum quis illum itaque id. Esse corrupti et quo nobis ut sed voluptatem. Molestiae iusto quos repellendus aspernatur assumenda rerum."], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["excerpt", "Quia dolor."], ["published", true], ["title", "Et dolorum et quos nostrum sapiente."], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test51' OR lower(name) = 'rspec51' OR lower(name) = 'ruby51' OR lower(name) = '#rails51') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test51' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test51"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec51' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec51"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby51' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby51"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails51' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails51"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 1], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 14 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 14], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 15 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 15], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 16 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 16], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 17 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 17], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" ORDER BY written_at DESC, id DESC LIMIT 1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 82], ["blog_id", 1], ["body", "Nostrum rerum ut. Harum excepturi aut quidem dolor qui. Cupiditate odit ut eaque. Unde nihil ut aspernatur. Sit ratione tempora. Sunt repellendus porro omnis vel qui. Odio officiis provident molestiae."], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["excerpt", "Incidunt est laudantium."], ["published", false], ["title", "Ut pariatur quam possimus repellat perspiciatis sint et."], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test52' OR lower(name) = 'rspec52' OR lower(name) = 'ruby52' OR lower(name) = '#rails52') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test52' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test52"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec52' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec52"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby52' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby52"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails52' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails52"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 1], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 18 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 18], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 19 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 19], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 20 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 20], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 21 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 21], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 83], ["blog_id", 1], ["body", "Natus fugit itaque soluta assumenda. Est voluptatum numquam. Asperiores rem a reiciendis sed quam. Voluptas optio a temporibus voluptatem quia. In occaecati sunt voluptas. Magni consequatur nihil dolorem. Magni itaque vero qui amet ratione non."], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["excerpt", "Qui velit."], ["published", false], ["title", "Aut repellendus dolorum veritatis autem nemo deserunt."], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test53' OR lower(name) = 'rspec53' OR lower(name) = 'ruby53' OR lower(name) = '#rails53') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test53' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test53"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec53' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec53"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby53' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby53"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails53' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails53"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 6 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 6 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 1], ["taggable_id", 6], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 22 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 6 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 22], ["taggable_id", 6], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 23 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 6 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 23], ["taggable_id", 6], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 24 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 6 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 24], ["taggable_id", 6], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 25 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 6 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 25], ["taggable_id", 6], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 84], ["blog_id", 1], ["body", "Tempore temporibus recusandae quam eos. Architecto dolorum perspiciatis ducimus unde dolorem. Asperiores qui omnis incidunt quas. Corporis voluptas dolorem et voluptas sunt. Atque consequatur et laboriosam deserunt qui voluptatum vel. Suscipit magni dolor distinctio nesciunt exercitationem aut est. Asperiores eos eum."], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["excerpt", "Quo optio porro voluptate qui."], ["published", false], ["title", "Cum natus minima."], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test54' OR lower(name) = 'rspec54' OR lower(name) = 'ruby54' OR lower(name) = '#rails54') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test54' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test54"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec54' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec54"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby54' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby54"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails54' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails54"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 7 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 7 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 1], ["taggable_id", 7], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 26 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 7 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 26], ["taggable_id", 7], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 27 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 7 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 27], ["taggable_id", 7], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 28 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 7 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 28], ["taggable_id", 7], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 29 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 7 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 29], ["taggable_id", 7], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_posts" WHERE "almanac_posts"."published" = 't'  (14.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'flavio@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "flavio@example.com"], ["encrypted_password", "$2a$04$IkOnswS/Rjh4rPHO5.6aGO3IqfVAcrmTP2ciYzIMBuGnsq2dyoZk6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 85], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["description", "Dolores nam iusto nulla itaque perferendis nobis consequatur. Eum laudantium harum vero. Magnam beatae architecto. Est vel velit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Velit sit recusandae temporibus."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#tag as HTML Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Completed 200 OK in 25ms (Views: 19.8ms | ActiveRecord: 0.1ms)  (1.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'beverly@example.net' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "beverly@example.net"], ["encrypted_password", "$2a$04$B4KDQmBe6Fv/D8hmTGQJ.ud/INheN1T0HF7.F5D7ygEg1wwNdeisy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 86], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["description", "Non voluptate dolores nam nulla. Et nesciunt qui. Nihil dolor dolores sapiente vel quos reprehenderit suscipit. Fuga omnis facilis. Quisquam incidunt nihil tempora eius eos consequatur consequuntur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolor veniam debitis maxime modi nisi doloribus."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 87], ["blog_id", 1], ["body", "Voluptatem aut iure autem sit blanditiis molestiae enim. Deleniti rerum occaecati velit ab illum fugit. Et voluptatem expedita iure. Doloremque repellendus non. Asperiores nihil doloribus dolorem quia velit temporibus quia."], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["excerpt", "Fugiat veritatis expedita."], ["published", true], ["title", "Architecto atque tenetur fuga et accusantium possimus id."], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test55' OR lower(name) = 'rspec55' OR lower(name) = 'ruby55' OR lower(name) = '#rails55') ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test55' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test55"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec55' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec55"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby55' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby55"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails55' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails55"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 88], ["blog_id", 1], ["body", "Et aliquid ut provident. Dolor quia corporis. Vel et et et molestiae qui corrupti. Reiciendis quia dolore fuga quibusdam similique ipsa. Expedita ut placeat. Ut autem aspernatur nobis. Dolorem sed possimus."], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["excerpt", "Sapiente nihil dolores."], ["published", true], ["title", "Est magnam ea voluptas itaque."], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test56' OR lower(name) = 'rspec56' OR lower(name) = 'ruby56' OR lower(name) = '#rails56') ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test56' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test56"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec56' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec56"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby56' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby56"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails56' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails56"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 1], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 6 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 6], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 7 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 7], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 8 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 8], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 9 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 9], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 89], ["blog_id", 1], ["body", "Placeat earum et quia veniam quia. Autem modi et consequatur est fugit. Inventore praesentium iure consequatur vero fuga dolorum. Temporibus sit amet sunt rerum tempora qui similique. Fugiat qui iusto sunt odio quas ut."], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["excerpt", "Ut magni voluptas."], ["published", true], ["title", "Nostrum omnis sunt."], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test57' OR lower(name) = 'rspec57' OR lower(name) = 'ruby57' OR lower(name) = '#rails57') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test57' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test57"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec57' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec57"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby57' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby57"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails57' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails57"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 1], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 10 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 10], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 11 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 11], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 12 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 12], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 13 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 13], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 90], ["blog_id", 1], ["body", "At cum laudantium in exercitationem enim nostrum. Alias dolores quas. Cum quod dolorem odit adipisci veritatis. Ut autem rem aut consequuntur provident doloremque. Odit qui dolorum. Iusto omnis et ab a quo. Possimus at recusandae voluptatum ab aperiam."], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["excerpt", "Nemo."], ["published", true], ["title", "Laborum cum quo rem repellat sit aut error."], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test58' OR lower(name) = 'rspec58' OR lower(name) = 'ruby58' OR lower(name) = '#rails58') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test58' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test58"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec58' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec58"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby58' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby58"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails58' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails58"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 1], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 14 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 14], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 15 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 15], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 16 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 16], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 17 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 17], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 91], ["blog_id", 1], ["body", "Error voluptas sapiente. Sint sed dicta minima inventore. Ducimus quia unde. Repudiandae et perferendis ut illum. Qui rerum similique hic doloremque cumque exercitationem voluptatem. Mollitia aperiam ut beatae unde veritatis. Quibusdam autem sit vero rerum."], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["excerpt", "Est accusantium praesentium sunt quis."], ["published", true], ["title", "Dicta veniam quibusdam officiis recusandae non."], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test59' OR lower(name) = 'rspec59' OR lower(name) = 'ruby59' OR lower(name) = '#rails59') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test59' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test59"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec59' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec59"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby59' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby59"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails59' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails59"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 1], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 18 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 18], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 19 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 19], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 20 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 20], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 21 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 21], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#tag as HTML Parameters: {"tag_name"=>"common"} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common') Completed 200 OK in 7ms (Views: 1.4ms | ActiveRecord: 0.2ms) Almanac::Post Load (0.3ms) SELECT "almanac_posts".* FROM "almanac_posts" JOIN taggings posts_taggings_083421b ON posts_taggings_083421b.taggable_id = almanac_posts.id AND posts_taggings_083421b.taggable_type = 'Almanac::Post' AND posts_taggings_083421b.tag_id = 1 WHERE "almanac_posts"."published" = 't' ORDER BY written_at DESC, id DESC LIMIT 10 OFFSET 0  (0.9ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'winnifred@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "winnifred@example.com"], ["encrypted_password", "$2a$04$tENY3nvDiOm79AvnzFpgiuterBHBzVrjgGREEz.0MO2enxVVOUtFe"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 92], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["description", "Dolores nam iusto nulla itaque perferendis nobis consequatur. Eum laudantium harum vero. Magnam beatae architecto. Est vel velit. Ut voluptas maxime eaque ducimus ipsum quo."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Modi voluptatum iure molestiae doloremque eos molestiae."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 93], ["blog_id", 1], ["body", "Dolore a vel magni. Fugiat quo tenetur minus quia. Asperiores voluptatem alias iusto. Eveniet exercitationem et nemo aliquam quia. Exercitationem molestiae est ex earum fugit illo. Molestias nesciunt distinctio nihil quis enim quia. Repudiandae facilis ea vero eum."], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["excerpt", "Ut aut ut quia architecto."], ["published", false], ["title", "Sed repudiandae necessitatibus maxime."], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test60' OR lower(name) = 'rspec60' OR lower(name) = 'ruby60' OR lower(name) = '#rails60') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test60' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test60"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec60' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec60"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby60' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby60"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails60' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails60"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 94], ["blog_id", 1], ["body", "At commodi accusantium voluptas eos dolor consequatur necessitatibus. Deserunt rerum velit officiis eum est. Beatae dignissimos ratione ullam vero et. Suscipit quibusdam reprehenderit voluptatem officia quidem. Ut aut consectetur aut. Quibusdam sit odio earum consequatur."], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["excerpt", "Necessitatibus."], ["published", false], ["title", "Dolore eligendi ipsum perferendis repellat ut quia."], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test61' OR lower(name) = 'rspec61' OR lower(name) = 'ruby61' OR lower(name) = '#rails61') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test61' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test61"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec61' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec61"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby61' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby61"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails61' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails61"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 1], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 6 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 6], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 7 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 7], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 8 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 8], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 9 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 9], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 95], ["blog_id", 1], ["body", "Accusamus veniam illum aut tempore. Magnam similique neque excepturi dignissimos repellendus qui modi. Voluptatibus temporibus sapiente quidem tempore et odit enim. Quisquam illo quia sint inventore velit. Numquam quasi consectetur. Eum omnis et ut quos hic. Voluptatibus atque quidem at id."], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["excerpt", "Adipisci et dolore aut."], ["published", false], ["title", "Est et quas accusamus minima rerum voluptatem et."], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test62' OR lower(name) = 'rspec62' OR lower(name) = 'ruby62' OR lower(name) = '#rails62') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test62' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test62"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec62' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec62"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby62' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby62"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails62' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails62"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 1], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 10 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 10], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 11 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 11], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 12 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 12], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 13 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 13], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#index as HTML Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Completed 200 OK in 8ms (Views: 2.5ms | ActiveRecord: 0.1ms) Almanac::Post Load (0.2ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."published" = 'f' ORDER BY written_at DESC, id DESC  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'malinda_reichel@example.net' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "malinda_reichel@example.net"], ["encrypted_password", "$2a$04$JyVlKMzdULc.pvR.BJQ06e1IpoW/hlgijcEJRWhp8s8Ye3G4.uXKi"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 96], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["description", "Omnis ducimus dolore harum. Omnis aspernatur dignissimos. Quae voluptatem beatae et saepe eveniet qui qui."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et accusantium voluptate porro rerum at id."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#index as HTML Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Completed 200 OK in 5ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'claude@example.net' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "claude@example.net"], ["encrypted_password", "$2a$04$b/gQ8jz8LNCLJ/cJKwvmn.lAyuIOwbFMujXIKIreNECt/Sd14rr6G"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 97], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["description", "Quas et suscipit omnis. Et ab molestias dolor voluptas delectus. Sunt voluptatem veritatis voluptates omnis soluta."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Enim earum quidem."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 98], ["blog_id", 1], ["body", "Et similique ut quo explicabo qui. Dolores eveniet id et eligendi. Nulla quasi nobis perferendis sed pariatur dolor at. Sapiente a libero dolorem sunt. Laboriosam aut pariatur culpa soluta suscipit error."], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["excerpt", "Quos qui dolores."], ["published", true], ["title", "Sunt vitae assumenda."], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test63' OR lower(name) = 'rspec63' OR lower(name) = 'ruby63' OR lower(name) = '#rails63') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test63' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test63"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec63' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec63"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby63' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby63"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails63' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails63"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 99], ["blog_id", 1], ["body", "Occaecati qui impedit quaerat corporis ipsa voluptates. Eligendi harum expedita facilis provident at voluptas. Est aut aspernatur doloribus deserunt eos neque omnis. Rerum maiores dolores provident aspernatur aut totam. Nulla inventore dolores qui. Quam omnis quis. Temporibus deserunt assumenda eum distinctio."], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["excerpt", "Maiores."], ["published", true], ["title", "Laboriosam quis ea reprehenderit sequi nobis voluptatem."], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test64' OR lower(name) = 'rspec64' OR lower(name) = 'ruby64' OR lower(name) = '#rails64') ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test64' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test64"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec64' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec64"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby64' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby64"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails64' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails64"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 1], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 6 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 6], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 7 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 7], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 8 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 8], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 9 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 2 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 9], ["taggable_id", 2], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (43.9ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 100], ["blog_id", 1], ["body", "Voluptatum officia quo cumque molestiae doloribus harum. Ratione aut impedit minus. Neque aperiam tempore. Sint debitis ratione qui quaerat consequuntur ipsum. Quasi itaque rerum non accusamus quia cumque aut. Beatae est rerum vel velit natus. Aspernatur et cupiditate voluptates."], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["excerpt", "Eos neque aut aliquid."], ["published", true], ["title", "Tempora nisi blanditiis doloribus optio est rem illo."], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test65' OR lower(name) = 'rspec65' OR lower(name) = 'ruby65' OR lower(name) = '#rails65') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test65' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test65"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec65' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec65"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby65' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby65"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails65' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails65"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 1], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 10 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 10], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 11 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 11], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 12 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 12], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 13 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 3 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 13], ["taggable_id", 3], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 101], ["blog_id", 1], ["body", "Sed repellendus et nemo quas non ut aut. Quo eos nam sint consequatur. Facilis velit nulla expedita molestiae ut voluptatem architecto. Expedita dolor sed. Mollitia totam similique."], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["excerpt", "Laborum sit omnis exercitationem atque eum."], ["published", true], ["title", "Exercitationem quia aut magni qui eum molestias cum."], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test66' OR lower(name) = 'rspec66' OR lower(name) = 'ruby66' OR lower(name) = '#rails66') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test66' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test66"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec66' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec66"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby66' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby66"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails66' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails66"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 1], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 14 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 14], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 15 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 15], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 16 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 16], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 17 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 4 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 17], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 102], ["blog_id", 1], ["body", "Qui consequatur ipsa aut. Magnam et voluptatem est quasi ut quos. Eveniet in sed repellat sapiente perspiciatis quia. Sit minus voluptatem. Amet non quos dolorem recusandae. Voluptatem qui rerum harum et."], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["excerpt", "Doloribus recusandae necessitatibus magnam voluptas facere."], ["published", true], ["title", "Voluptatem facere reprehenderit est dolore consectetur voluptas."], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test67' OR lower(name) = 'rspec67' OR lower(name) = 'ruby67' OR lower(name) = '#rails67') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test67' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test67"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec67' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec67"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby67' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby67"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails67' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails67"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 1], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 18 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 18], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 19 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 19], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 20 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 20], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 21 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 5 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 21], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#index as HTML Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Completed 200 OK in 6ms (Views: 1.6ms | ActiveRecord: 0.1ms) Almanac::Post Load (0.2ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."published" = 't' ORDER BY written_at DESC, id DESC LIMIT 10 OFFSET 0  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'flavio@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "flavio@example.com"], ["encrypted_password", "$2a$04$Sw1HkEeuNkZeiYMq1Dq.leIkNJnZ/T8IML.AhR/aY4/8HglXmGmVS"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 103], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["description", "Dolores nam iusto nulla itaque perferendis nobis consequatur. Eum laudantium harum vero. Magnam beatae architecto. Est vel velit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Velit sit recusandae temporibus."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 104], ["blog_id", 1], ["body", "Ut aut mollitia quia maiores officiis. Dolore a vel magni. Fugiat quo tenetur minus quia. Asperiores voluptatem alias iusto. Eveniet exercitationem et nemo aliquam quia."], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["excerpt", "Sed repudiandae."], ["published", true], ["title", "Ut voluptas maxime eaque ducimus ipsum quo."], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test68' OR lower(name) = 'rspec68' OR lower(name) = 'ruby68' OR lower(name) = '#rails68') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test68' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test68"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec68' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec68"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby68' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby68"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails68' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails68"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>nil, "excerpt"=>"Exercitationem molestiae est ex earum.", "body"=>"Impedit omnis doloribus autem aut. Repudiandae facilis ea vero eum. Dolore eligendi ipsum perferendis repellat ut quia. Necessitatibus eligendi aut. Officia alias iure voluptatibus.", "published"=>true, "tag_list"=>"common,test69,rspec69,ruby69,#rails69", "author_id"=>"105", "written_at"=>"2012-11-14"}} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = ? ORDER BY written_at DESC, id DESC LIMIT 1 [["id", "1"]] Almanac::Post Load (0.0ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = ? ORDER BY written_at DESC, id DESC LIMIT 1 [["id", "1"]] Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (0.0ms) SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 13ms (Views: 2.6ms | ActiveRecord: 0.5ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'uriel@example.net' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "uriel@example.net"], ["encrypted_password", "$2a$04$McgBx.I1eW0DSTwDdv1hxu84v7mrifXJl3pf9M9W0HBocpCDnhOd2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.2ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.5ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 106], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["description", "Veritatis eaque delectus. Possimus qui ipsam quisquam incidunt. Facere consequatur quae provident reprehenderit maiores. Facilis nisi blanditiis cum eos perferendis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ipsam earum id sint."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (11.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 107], ["blog_id", 1], ["body", "Consequatur minima debitis odio et id perferendis. Ab sed hic ut. Qui dicta dolore nesciunt molestiae itaque error. Iste accusamus doloremque quis vel rerum ea eos. Suscipit dolore ad et assumenda quasi est. Sint suscipit veritatis cum nulla. Inventore qui itaque incidunt est tempore quia."], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["excerpt", "Enim est."], ["published", true], ["title", "Voluptates ut ad occaecati iure magni aut."], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test70' OR lower(name) = 'rspec70' OR lower(name) = 'ruby70' OR lower(name) = '#rails70') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test70' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test70"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec70' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec70"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby70' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby70"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails70' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails70"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>nil, "excerpt"=>"Et accusantium voluptate porro rerum at.", "body"=>"Omnis ducimus dolore harum. Omnis aspernatur dignissimos. Quae voluptatem beatae et saepe eveniet qui qui. Tempora necessitatibus et vel est. Ipsa rerum dolor.", "published"=>true, "tag_list"=>"common,test71,rspec71,ruby71,#rails71", "author_id"=>"108", "written_at"=>"2012-11-14"}} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = ? ORDER BY written_at DESC, id DESC LIMIT 1 [["id", "1"]] Almanac::Post Load (0.0ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = ? ORDER BY written_at DESC, id DESC LIMIT 1 [["id", "1"]] Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (0.0ms) SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 11ms (Views: 1.4ms | ActiveRecord: 0.5ms) Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'flavio@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "flavio@example.com"], ["encrypted_password", "$2a$04$7LHEKFkjmXA1THjLeS29Ne2nHggAPNGw8i4RkOqeUp/gVHu8C0QFi"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 109], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["description", "Dolores nam iusto nulla itaque perferendis nobis consequatur. Eum laudantium harum vero. Magnam beatae architecto. Est vel velit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Velit sit recusandae temporibus."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 110], ["blog_id", 1], ["body", "Ut aut mollitia quia maiores officiis. Dolore a vel magni. Fugiat quo tenetur minus quia. Asperiores voluptatem alias iusto. Eveniet exercitationem et nemo aliquam quia."], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["excerpt", "Sed repudiandae."], ["published", true], ["title", "Ut voluptas maxime eaque ducimus ipsum quo."], ["updated_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test72' OR lower(name) = 'rspec72' OR lower(name) = 'ruby72' OR lower(name) = '#rails72') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test72' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test72"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec72' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec72"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby72' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby72"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails72' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails72"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:45 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Exercitationem molestiae est ex earum fugit illo.", "excerpt"=>"Molestias nesciunt distinctio nihil quis.", "body"=>"Rerum voluptates harum quo esse est praesentium pariatur. Blanditiis animi inventore cupiditate dicta non vel aspernatur. Quaerat quas consequatur aliquid quibusdam. At commodi accusantium voluptas eos dolor consequatur necessitatibus. Deserunt rerum velit officiis eum est. Beatae dignissimos ratione ullam vero et. Suscipit quibusdam reprehenderit voluptatem officia quidem.", "published"=>true, "tag_list"=>"common,test73,rspec73,ruby73,#rails73", "author_id"=>"111", "written_at"=>"2012-11-14"}} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Post Load (0.0ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = ? ORDER BY written_at DESC, id DESC LIMIT 1 [["id", "1"]] Almanac::Post Load (0.0ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = ? ORDER BY written_at DESC, id DESC LIMIT 1 [["id", "1"]] Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (0.0ms) SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.1ms) UPDATE "almanac_posts" SET "title" = 'Exercitationem molestiae est ex earum fugit illo.', "excerpt" = 'Molestias nesciunt distinctio nihil quis.', "body" = 'Rerum voluptates harum quo esse est praesentium pariatur. Blanditiis animi inventore cupiditate dicta non vel aspernatur. Quaerat quas consequatur aliquid quibusdam. At commodi accusantium voluptas eos dolor consequatur necessitatibus. Deserunt rerum velit officiis eum est. Beatae dignissimos ratione ullam vero et. Suscipit quibusdam reprehenderit voluptatem officia quidem.', "author_id" = 111, "updated_at" = '2012-11-14 18:53:45.959774' WHERE "almanac_posts"."id" = 1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test73' OR lower(name) = 'rspec73' OR lower(name) = 'ruby73' OR lower(name) = '#rails73') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test73' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test73"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec73' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec73"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby73' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby73"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails73' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails73"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."tagger_type" IS NULL AND "taggings"."tagger_id" IS NULL AND "taggings"."context" = 'tags' AND "taggings"."tag_id" IN (2, 3, 4, 5) ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" WHERE "tags"."id" IN (2, 3, 4, 5) ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."id" IN (2, 3, 4, 5) SQL (0.2ms) DELETE FROM "taggings" WHERE "taggings"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "taggings" WHERE "taggings"."id" = ? [["id", 3]] SQL (0.0ms) DELETE FROM "taggings" WHERE "taggings"."id" = ? [["id", 4]] SQL (0.0ms) DELETE FROM "taggings" WHERE "taggings"."id" = ? [["id", 5]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 6 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 6], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 7 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 7], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 8 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 8], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 9 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 9], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 94ms (ActiveRecord: 2.8ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'elenor@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "elenor@example.com"], ["encrypted_password", "$2a$04$CxRr.NypKVs7Mm2Euzj93.RapVWWnVwqyhOwIY/xL02nCb.U7LuDm"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 112], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["description", "Ipsa quam repellat. Iusto mollitia ad aut et unde. Ea aut ut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ut rem quae placeat beatae."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 113], ["blog_id", 1], ["body", "Ad cumque optio. Praesentium laudantium eos dolorum perferendis a. Suscipit dolore ad et assumenda quasi est. Sint suscipit veritatis cum nulla. Inventore qui itaque incidunt est tempore quia."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["excerpt", "Rerum et minima ipsam provident."], ["published", true], ["title", "Corporis aspernatur voluptatem cum eos."], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test74' OR lower(name) = 'rspec74' OR lower(name) = 'ruby74' OR lower(name) = '#rails74') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test74' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test74"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec74' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec74"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby74' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby74"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails74' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails74"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Testz", "excerpt"=>"Et accusantium voluptate porro rerum at.", "body"=>"Omnis ducimus dolore harum. Omnis aspernatur dignissimos. Quae voluptatem beatae et saepe eveniet qui qui. Tempora necessitatibus et vel est. Ipsa rerum dolor.", "published"=>true, "tag_list"=>"common,test75,rspec75,ruby75,#rails75", "author_id"=>"114", "written_at"=>"2012-11-14"}} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = ? ORDER BY written_at DESC, id DESC LIMIT 1 [["id", "1"]] Almanac::Post Load (0.0ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = ? ORDER BY written_at DESC, id DESC LIMIT 1 [["id", "1"]] Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (0.0ms) SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.1ms) UPDATE "almanac_posts" SET "title" = 'Testz', "excerpt" = 'Et accusantium voluptate porro rerum at.', "body" = 'Omnis ducimus dolore harum. Omnis aspernatur dignissimos. Quae voluptatem beatae et saepe eveniet qui qui. Tempora necessitatibus et vel est. Ipsa rerum dolor.', "author_id" = 114, "updated_at" = '2012-11-14 18:53:46.087947' WHERE "almanac_posts"."id" = 1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test75' OR lower(name) = 'rspec75' OR lower(name) = 'ruby75' OR lower(name) = '#rails75') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test75' LIMIT 1 SQL (0.2ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test75"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec75' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec75"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby75' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby75"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails75' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails75"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."tagger_type" IS NULL AND "taggings"."tagger_id" IS NULL AND "taggings"."context" = 'tags' AND "taggings"."tag_id" IN (2, 3, 4, 5) ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE "tags"."id" IN (2, 3, 4, 5) ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."id" IN (2, 3, 4, 5) SQL (0.1ms) DELETE FROM "taggings" WHERE "taggings"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "taggings" WHERE "taggings"."id" = ? [["id", 3]] SQL (0.0ms) DELETE FROM "taggings" WHERE "taggings"."id" = ? [["id", 4]] SQL (0.0ms) DELETE FROM "taggings" WHERE "taggings"."id" = ? [["id", 5]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 6 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 6], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 7 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 7], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 8 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 8], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 9 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 9], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 29ms (ActiveRecord: 2.6ms) Almanac::Post Load (0.0ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'flavio@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "flavio@example.com"], ["encrypted_password", "$2a$04$UCaHvR1TkhzJcNxQLW07pOcPCyMFdrRel9WkMg5t4N9OjmcZXkziC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 115], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["description", "Dolores nam iusto nulla itaque perferendis nobis consequatur. Eum laudantium harum vero. Magnam beatae architecto. Est vel velit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Velit sit recusandae temporibus."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "excerpt"=>"Ut voluptas maxime eaque ducimus.", "body"=>"Dicta magnam nam. Ut aut mollitia quia maiores officiis. Dolore a vel magni. Fugiat quo tenetur minus quia. Asperiores voluptatem alias iusto. Eveniet exercitationem et nemo aliquam quia.", "published"=>true, "tag_list"=>"common,test76,rspec76,ruby76,#rails76", "author_id"=>"116", "written_at"=>"2012-11-14", "blog_id"=>"1"}} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 24ms (Views: 15.0ms | ActiveRecord: 0.4ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'jazmyn@example.net' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "jazmyn@example.net"], ["encrypted_password", "$2a$04$y2BITD5esZGT9NTmXcbb5.6LPHg2/15QEzq.Q.XszmMChIOXS9Lp2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.5ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 117], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["description", "Minima molestiae doloribus consectetur voluptatem fuga. Laudantium ut ab ad exercitationem. Nobis fuga deleniti. Nihil dolorem saepe perspiciatis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Accusantium cum suscipit."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_posts" Processing by Almanac::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "excerpt"=>"Omnis commodi qui repudiandae.", "body"=>"Tempora voluptatem ut perspiciatis sunt earum repudiandae. Nesciunt nemo provident animi autem non unde qui. Possimus qui ipsam quisquam incidunt. Facere consequatur quae provident reprehenderit maiores. Facilis nisi blanditiis cum eos perferendis. Voluptates ut ad occaecati iure magni aut. Enim est et reprehenderit.", "published"=>true, "tag_list"=>"common,test77,rspec77,ruby77,#rails77", "author_id"=>"118", "written_at"=>"2012-11-14", "blog_id"=>"1"}} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 10ms (Views: 1.4ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'flavio@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "flavio@example.com"], ["encrypted_password", "$2a$04$KRarQ73Nr/fUOT8Ev4RTee.xPJZM.Ttx.GCZc376T4fzS/LCQNZAS"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 119], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["description", "Dolores nam iusto nulla itaque perferendis nobis consequatur. Eum laudantium harum vero. Magnam beatae architecto. Est vel velit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Velit sit recusandae temporibus."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Ut voluptas maxime eaque ducimus ipsum quo.", "excerpt"=>"Sed repudiandae.", "body"=>"Ut aut mollitia quia maiores officiis. Dolore a vel magni. Fugiat quo tenetur minus quia. Asperiores voluptatem alias iusto. Eveniet exercitationem et nemo aliquam quia.", "published"=>true, "tag_list"=>"common,test78,rspec78,ruby78,#rails78", "author_id"=>"120", "written_at"=>"2012-11-14", "blog_id"=>"1"}} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["blog_id", 1], ["body", "Ut aut mollitia quia maiores officiis. Dolore a vel magni. Fugiat quo tenetur minus quia. Asperiores voluptatem alias iusto. Eveniet exercitationem et nemo aliquam quia."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["excerpt", "Sed repudiandae."], ["published", true], ["title", "Ut voluptas maxime eaque ducimus ipsum quo."], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test78' OR lower(name) = 'rspec78' OR lower(name) = 'ruby78' OR lower(name) = '#rails78') ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test78' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test78"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec78' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec78"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby78' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby78"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails78' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails78"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 26ms (ActiveRecord: 2.2ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'jazmyn@example.net' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "jazmyn@example.net"], ["encrypted_password", "$2a$04$hA4bqSQ9xHNq3ya..x/AbeuDLIjyjgDRe7JQKVMrBCFtn.vMs2xZ2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 121], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["description", "Minima molestiae doloribus consectetur voluptatem fuga. Laudantium ut ab ad exercitationem. Nobis fuga deleniti. Nihil dolorem saepe perspiciatis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Accusantium cum suscipit."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "almanac_posts"  Processing by Almanac::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Omnis commodi qui repudiandae porro itaque.", "excerpt"=>"Ipsam earum id.", "body"=>"Veritatis eaque delectus. Possimus qui ipsam quisquam incidunt. Facere consequatur quae provident reprehenderit maiores. Facilis nisi blanditiis cum eos perferendis. Voluptates ut ad occaecati iure magni aut. Enim est et reprehenderit.", "published"=>true, "tag_list"=>"common,test79,rspec79,ruby79,#rails79", "author_id"=>"122", "written_at"=>"2012-11-14", "blog_id"=>"1"}} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["blog_id", 1], ["body", "Veritatis eaque delectus. Possimus qui ipsam quisquam incidunt. Facere consequatur quae provident reprehenderit maiores. Facilis nisi blanditiis cum eos perferendis. Voluptates ut ad occaecati iure magni aut. Enim est et reprehenderit."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["excerpt", "Ipsam earum id."], ["published", true], ["title", "Omnis commodi qui repudiandae porro itaque."], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test79' OR lower(name) = 'rspec79' OR lower(name) = 'ruby79' OR lower(name) = '#rails79') ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test79' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test79"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec79' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec79"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby79' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby79"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails79' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails79"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 26ms (ActiveRecord: 2.2ms)  (0.0ms) SELECT COUNT(*) FROM "almanac_posts"  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'flavio@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "flavio@example.com"], ["encrypted_password", "$2a$04$kF4enHdAF4JJ44n6OvOs9O/N77IF20WkcgPNhWe.fOEBMlyst00HC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 123], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["description", "Dolores nam iusto nulla itaque perferendis nobis consequatur. Eum laudantium harum vero. Magnam beatae architecto. Est vel velit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Velit sit recusandae temporibus."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 124], ["blog_id", 1], ["body", "Ut aut mollitia quia maiores officiis. Dolore a vel magni. Fugiat quo tenetur minus quia. Asperiores voluptatem alias iusto. Eveniet exercitationem et nemo aliquam quia."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["excerpt", "Sed repudiandae."], ["published", true], ["title", "Ut voluptas maxime eaque ducimus ipsum quo."], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test80' OR lower(name) = 'rspec80' OR lower(name) = 'ruby80' OR lower(name) = '#rails80') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test80' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test80"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec80' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec80"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby80' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby80"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails80' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails80"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#destroy as HTML Parameters: {"id"=>"1"} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = ? ORDER BY written_at DESC, id DESC LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 Almanac::Image Load (0.1ms) SELECT "almanac_images".* FROM "almanac_images" WHERE "almanac_images"."post_id" = 1 Almanac::Comment Load (0.1ms) SELECT "almanac_comments".* FROM "almanac_comments" WHERE "almanac_comments"."post_id" = 1 ORDER BY id ASC ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE "tags"."id" IN (1, 2, 3, 4, 5) SQL (0.1ms) DELETE FROM "taggings" WHERE "taggings"."id" = ? [["id", 1]] SQL (0.0ms) DELETE FROM "taggings" WHERE "taggings"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "taggings" WHERE "taggings"."id" = ? [["id", 3]] SQL (0.0ms) DELETE FROM "taggings" WHERE "taggings"."id" = ? [["id", 4]] SQL (0.0ms) DELETE FROM "taggings" WHERE "taggings"."id" = ? [["id", 5]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags') SQL (0.1ms) DELETE FROM "almanac_posts" WHERE "almanac_posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 19ms (ActiveRecord: 1.2ms)  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'jazmyn@example.net' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "jazmyn@example.net"], ["encrypted_password", "$2a$04$KJQt/gE408VPSwaEPjDkEe4WJ8kwoU3g4by8erV0wSz/c3b2yxPQO"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 125], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["description", "Minima molestiae doloribus consectetur voluptatem fuga. Laudantium ut ab ad exercitationem. Nobis fuga deleniti. Nihil dolorem saepe perspiciatis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Accusantium cum suscipit."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 126], ["blog_id", 1], ["body", "Veritatis eaque delectus. Possimus qui ipsam quisquam incidunt. Facere consequatur quae provident reprehenderit maiores. Facilis nisi blanditiis cum eos perferendis. Voluptates ut ad occaecati iure magni aut. Enim est et reprehenderit."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["excerpt", "Ipsam earum id."], ["published", true], ["title", "Omnis commodi qui repudiandae porro itaque."], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test81' OR lower(name) = 'rspec81' OR lower(name) = 'ruby81' OR lower(name) = '#rails81') ActsAsTaggableOn::Tag Exists (43.2ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test81' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test81"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec81' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec81"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby81' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby81"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails81' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails81"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_posts" Processing by Almanac::PostsController#destroy as HTML Parameters: {"id"=>"1"} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Post Load (0.0ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = ? ORDER BY written_at DESC, id DESC LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 Almanac::Image Load (0.1ms) SELECT "almanac_images".* FROM "almanac_images" WHERE "almanac_images"."post_id" = 1 Almanac::Comment Load (0.1ms) SELECT "almanac_comments".* FROM "almanac_comments" WHERE "almanac_comments"."post_id" = 1 ORDER BY id ASC ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE "tags"."id" IN (1, 2, 3, 4, 5) SQL (0.1ms) DELETE FROM "taggings" WHERE "taggings"."id" = ? [["id", 1]] SQL (0.0ms) DELETE FROM "taggings" WHERE "taggings"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "taggings" WHERE "taggings"."id" = ? [["id", 3]] SQL (0.0ms) DELETE FROM "taggings" WHERE "taggings"."id" = ? [["id", 4]] SQL (0.0ms) DELETE FROM "taggings" WHERE "taggings"."id" = ? [["id", 5]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags') SQL (0.1ms) DELETE FROM "almanac_posts" WHERE "almanac_posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 11ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"  (0.7ms) rollback transaction  (0.0ms) begin transaction ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 128], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["description", "Excepturi ut qui. Dolor ex excepturi maiores quo quos. Quaerat nesciunt consequuntur incidunt mollitia minima ea. Aut fuga aut molestias. Veritatis perspiciatis aut est laboriosam facere error."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Nam sunt ut ab quia et."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 127], ["blog_id", 1], ["body", "At rem temporibus quam. Rerum doloribus animi. Ullam vero neque voluptate excepturi. Corrupti explicabo quas dolorum. Adipisci nostrum placeat vel. Magnam voluptatum repudiandae dolorem ut provident omnis. Hic rerum libero."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["excerpt", "Doloremque amet aut."], ["published", true], ["title", "Vero accusantium cupiditate consequatur."], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test82' OR lower(name) = 'rspec82' OR lower(name) = 'ruby82' OR lower(name) = '#rails82') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test82' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test82"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec82' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec82"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby82' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby82"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails82' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails82"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.0ms) begin transaction ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 130], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["description", "Pariatur molestias fugit quod. Vitae eaque sed. Omnis asperiores accusantium sint ut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quo ut et esse incidunt."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 129], ["blog_id", 1], ["body", "Ut expedita aperiam ducimus aut minus. Non reprehenderit tempora culpa sint modi. Quas nihil commodi officiis optio. Totam cumque quo harum. Corrupti dolorem quidem quos in reiciendis dolore. Soluta voluptas voluptas quia dolorem autem dolores deleniti. Voluptas et natus."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["excerpt", "Distinctio veniam culpa aut at."], ["published", true], ["title", "Ut blanditiis fuga ex a doloremque."], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test83' OR lower(name) = 'rspec83' OR lower(name) = 'ruby83' OR lower(name) = '#rails83') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test83' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test83"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec83' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec83"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby83' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby83"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails83' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails83"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "lyric_kling@example.com"], ["author_name", "Camren Reichert"], ["body", "Aut culpa sit molestiae. Nobis ut quasi."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Comment Load (0.1ms) SELECT "almanac_comments".* FROM "almanac_comments" ORDER BY id ASC  (0.6ms) rollback transaction  (0.0ms) begin transaction ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 132], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["description", "Expedita officiis minima veritatis. Beatae optio sed dolore sunt. Modi deserunt voluptas aut. Perspiciatis sunt vel ipsa nihil dolor rem qui."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ad voluptas."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 131], ["blog_id", 1], ["body", "Consequatur cumque molestiae voluptatem laudantium. Ducimus sequi culpa maxime est reprehenderit maiores temporibus. Vel sit voluptatem incidunt sit ea porro. Omnis ut sit consequatur reiciendis nulla iste. Accusamus et qui minus adipisci soluta sapiente est."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["excerpt", "Neque quis quia incidunt quidem."], ["published", true], ["title", "Id corrupti sint rerum iusto iste."], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test84' OR lower(name) = 'rspec84' OR lower(name) = 'ruby84' OR lower(name) = '#rails84') ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test84' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test84"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec84' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec84"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby84' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby84"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails84' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails84"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.0ms) begin transaction ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 134], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["description", "Repellendus autem eos saepe et est consequatur id. Est alias aliquam ratione earum ut nobis molestiae. Hic sapiente cupiditate alias vel cum eum. Accusantium eligendi laudantium expedita et veniam velit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eius temporibus voluptatum."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 133], ["blog_id", 1], ["body", "Et iste id dolorum. Adipisci ab incidunt est labore. Maiores quo quis nostrum et dolorum aut. Non consectetur voluptas adipisci. Iure est velit minus quibusdam."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["excerpt", "Doloremque eveniet quaerat dolor debitis repudiandae."], ["published", true], ["title", "Officiis et rerum veritatis illum reiciendis doloremque."], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test85' OR lower(name) = 'rspec85' OR lower(name) = 'ruby85' OR lower(name) = '#rails85') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test85' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test85"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec85' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec85"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby85' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby85"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails85' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails85"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 136], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["description", "Nesciunt necessitatibus qui nemo voluptate. Suscipit ducimus sint iusto ratione qui. Ducimus molestiae voluptatem voluptates amet. Quae rerum amet et quasi et assumenda. Laudantium ex neque et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et magnam ea ipsa nihil explicabo qui."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 135], ["blog_id", 1], ["body", "Praesentium et blanditiis et. Facere modi laboriosam unde sunt quaerat. Asperiores dignissimos quos dolor et et. Possimus voluptas aut eum enim consequuntur voluptatum vero. Placeat dolorem est accusantium harum dolorem vel dolores."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["excerpt", "Est eos veniam earum mollitia sed."], ["published", true], ["title", "Omnis rerum quo esse ullam autem."], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["written_at", Wed, 14 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test86' OR lower(name) = 'rspec86' OR lower(name) = 'ruby86' OR lower(name) = '#rails86') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'common' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "common"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test86' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test86"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec86' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec86"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby86' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby86"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails86' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails86"]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 4 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (0.1ms) SELECT 1 AS one FROM "taggings" WHERE ("taggings"."tag_id" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["tag_id", 5], ["taggable_id", 1], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "boris_kuhn@example.net"], ["author_name", "Camden Breitenberg V"], ["body", "Eum pariatur aut autem ducimus."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "cloyd@example.net"], ["author_name", "Erick Jones"], ["body", "Voluptas quidem ipsum. Inventore explicabo voluptas. Culpa rerum quis."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "jace_stamm@example.com"], ["author_name", "Mr. Kelvin Murray"], ["body", "Mollitia aut odio neque est rerum sequi. Totam omnis sequi est et. Animi ipsum perspiciatis vel quo voluptate vero."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "chester_leuschke@example.org"], ["author_name", "Miss Casimir Hoppe"], ["body", "Voluptatem dicta iste nihil at corrupti aut. Natus eos corporis neque et."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "arthur_mclaughlin@example.org"], ["author_name", "Alessandra Marvin"], ["body", "Dignissimos atque tenetur incidunt cum nobis provident."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "ludie@example.org"], ["author_name", "Ceasar Feeney"], ["body", "Et et iusto nisi. Illo non consequatur. Deleniti aliquam voluptatem eos aut laudantium fuga."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "daphnee@example.org"], ["author_name", "Grayce Will"], ["body", "Eum delectus debitis. Fugit cupiditate ipsum voluptatem et."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "clemmie_jones@example.com"], ["author_name", "Russell Schinner"], ["body", "Eum dolor ipsa suscipit eligendi. Autem qui quia qui officiis et. Debitis quasi in veritatis et aperiam a."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "caandre@example.com"], ["author_name", "Ethel Crooks"], ["body", "Distinctio sapiente non ipsam consequatur. Quaerat culpa voluptatum. Et omnis itaque."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "katherine@example.net"], ["author_name", "Miss Floyd Treutel"], ["body", "Sunt ab praesentium. Voluptatem tempore deleniti doloribus reiciendis repudiandae eum. Velit vitae non eum et cumque."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = 1 ORDER BY written_at DESC, id DESC LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "kimberly.reynolds@example.net"], ["author_name", "Dannie Cormier"], ["body", "Aspernatur magni dolor maiores itaque dolorum doloremque modi. Minus tempora exercitationem deserunt nulla voluptatibus numquam atque. Ab ut quia."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = 1 ORDER BY written_at DESC, id DESC LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "kaya@example.org"], ["author_name", "Llewellyn Prosacco"], ["body", "Sed est neque et dolor et."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = 1 ORDER BY written_at DESC, id DESC LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "michaela@example.net"], ["author_name", "Donnell Cruickshank"], ["body", "Voluptatem vel est iusto error voluptate sequi corrupti. Modi et qui aliquid libero quo voluptatibus. Aperiam ut saepe animi dolor sunt."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = 1 ORDER BY written_at DESC, id DESC LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "jarvis.haley@example.org"], ["author_name", "Mr. Lew Hodkiewicz"], ["body", "Adipisci quis ut soluta occaecati rerum labore ut. In illo iusto occaecati et delectus quo molestiae. Dolor iste non magni ut fugit."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = 1 ORDER BY written_at DESC, id DESC LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "darby.hills@example.com"], ["author_name", "Cristobal Herman"], ["body", "Nostrum atque maiores explicabo. Unde sit eius esse."], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_comments" WHERE "almanac_comments"."spam" = 't'  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 138], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["description", "Eligendi eos fuga nesciunt ipsa reiciendis. Ut laborum beatae voluptatum est sint rerum odio. Aut qui minima magni quam. Molestiae dolores quo nostrum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Velit eum ea ut qui."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_blogs" ("author_id", "background_blur", "background_tile", "background_uid", "created_at", "description", "footer", "google_analytics", "logo_uid", "rakismet_key", "rakismet_url", "title", "twitter", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 140], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00], ["description", "Vel et explicabo ut labore et sequi sint. Et numquam ipsam ratione unde incidunt aut. Quia explicabo ut ducimus eius sapiente iusto adipisci. Corrupti ad voluptatem voluptatibus non. Suscipit placeat rerum quaerat."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quia sapiente et et qui."], ["twitter", nil], ["updated_at", Wed, 14 Nov 2012 18:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (0.5ms) rollback transaction