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 Connecting to database specified by database.yml  (32.3ms) DELETE FROM "users";  (18.7ms) DELETE FROM sqlite_sequence where name = 'users';  (2.4ms) DELETE FROM "almanac_posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_posts';  (2.1ms) DELETE FROM "almanac_images";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_images';  (2.1ms) DELETE FROM "tags";  (0.1ms) DELETE FROM sqlite_sequence where name = 'tags';  (1.4ms) DELETE FROM "taggings";  (0.1ms) DELETE FROM sqlite_sequence where name = 'taggings';  (1.4ms) DELETE FROM "almanac_comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_comments';  (24.8ms) DELETE FROM "almanac_blogs";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_blogs';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (50.6ms) 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", Fri, 16 Nov 2012 19:51:27 UTC +00:00], ["description", "Quae labore libero. Qui sed qui officia distinctio et aut. Et tempore libero. Iusto quas ea eligendi non."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Excepturi voluptatibus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:27 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) 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", 2], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:51:27 UTC +00:00], ["description", "Nam non id. Fuga perferendis voluptatibus. Sed laudantium laborum id aut et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Omnis saepe sed."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:27 UTC +00:00]]  (0.0ms) RELEASE 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.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", 3], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:51:27 UTC +00:00], ["description", "Aspernatur ab culpa alias. Nostrum est laborum sit quaerat sunt et. Non aut et maxime possimus ducimus corporis. Omnis voluptas aperiam aut excepturi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Consequatur perspiciatis et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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", 4], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:51:27 UTC +00:00], ["description", "Aspernatur ab culpa alias. Nostrum est laborum sit quaerat sunt et. Non aut et maxime possimus ducimus corporis. Omnis voluptas aperiam aut excepturi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Consequatur perspiciatis et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) 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.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", 5], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:51:27 UTC +00:00], ["description", "Debitis deleniti magnam saepe id. Id quia cum vel ea. Praesentium eaque itaque voluptatem quia."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Itaque tempora."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'evans.conn@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", Fri, 16 Nov 2012 19:51:27 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "evans.conn@example.net"], ["encrypted_password", "$2a$04$xHO9JDAFlys4M6kAOUDIM.VBC1b4XBapq6D.2rT43Cp0BXYB5AVpO"], ["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", Fri, 16 Nov 2012 19:51:27 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", 6], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:51:27 UTC +00:00], ["description", "Vero ut soluta vel adipisci ipsum ipsam perspiciatis. Non eum voluptatem aut fuga rerum expedita quia. Rerum natus molestiae. Provident dolore et tempora cum et et labore. Rerum sit ab ipsam sed sint."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Reprehenderit qui."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'candido@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", Fri, 16 Nov 2012 19:51:27 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "candido@example.net"], ["encrypted_password", "$2a$04$PvbIPccvPk5oAJsknvjVAOONeUvLxGvKui3nsBa31MradqHCADnGq"], ["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", Fri, 16 Nov 2012 19:51:27 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", 7], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:51:27 UTC +00:00], ["description", "In delectus rerum libero omnis. Pariatur rerum veritatis. Est dolorem odit. Unde eum labore debitis quam alias veritatis aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Tenetur animi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'evans.conn@example.net' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) 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", Fri, 16 Nov 2012 19:51:27 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "evans.conn@example.net"], ["encrypted_password", "$2a$04$WXiNksVuxP0JAwKV7onK4uWVqXEKk6ifcrzgL40kgBw6Tu7ziDyci"], ["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", Fri, 16 Nov 2012 19:51:27 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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", 8], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:51:27 UTC +00:00], ["description", "Vero ut soluta vel adipisci ipsum ipsam perspiciatis. Non eum voluptatem aut fuga rerum expedita quia. Rerum natus molestiae. Provident dolore et tempora cum et et labore. Rerum sit ab ipsam sed sint."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Reprehenderit qui."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'adah.lockman@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", Fri, 16 Nov 2012 19:51:27 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "adah.lockman@example.org"], ["encrypted_password", "$2a$04$ndmEYR3YKrUoWS0g/k4Bge3k.Rxd.fe23Tjc/6MNGBfM4dY7UToLm"], ["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", Fri, 16 Nov 2012 19:51:27 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", 9], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:51:27 UTC +00:00], ["description", "Et impedit exercitationem vel. Atque rerum doloribus odit sed voluptatibus. Ea et assumenda saepe nostrum molestiae. Quam possimus ad distinctio consequatur aliquam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Reprehenderit soluta cum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"  (0.5ms) 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" = 'evans.conn@example.net' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) 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", Fri, 16 Nov 2012 19:51:27 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "evans.conn@example.net"], ["encrypted_password", "$2a$04$swqZ6PHXzN90Nv.BmSn4RuLcaXY9Sv9nMyLjBUeItRgGMTw2NGIlm"], ["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", Fri, 16 Nov 2012 19:51:27 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", 10], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:51:27 UTC +00:00], ["description", "Vero ut soluta vel adipisci ipsum ipsam perspiciatis. Non eum voluptatem aut fuga rerum expedita quia. Rerum natus molestiae. Provident dolore et tempora cum et et labore. Rerum sit ab ipsam sed sint."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Reprehenderit qui."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.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" = 'candido@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", Fri, 16 Nov 2012 19:51:27 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "candido@example.net"], ["encrypted_password", "$2a$04$DZKcduIOuL8w/aPVE9mTduDxD0ZCm9VSghXPNI0H7VnbzQ.eeewlG"], ["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", Fri, 16 Nov 2012 19:51:27 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", 11], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:51:27 UTC +00:00], ["description", "In delectus rerum libero omnis. Pariatur rerum veritatis. Est dolorem odit. Unde eum labore debitis quam alias veritatis aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Tenetur animi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "almanac_posts"   (11.2ms) 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" = 'keely.feeney@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", Fri, 16 Nov 2012 19:51:27 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "keely.feeney@example.com"], ["encrypted_password", "$2a$04$3oIdmnmlTxFsKtpAMyOOP.w/INM/sPJqqvebq9V57XX8gq34vFgTq"], ["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", Fri, 16 Nov 2012 19:51:27 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.6ms) 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", Fri, 16 Nov 2012 19:51:27 UTC +00:00], ["description", "Vero ut soluta vel adipisci ipsum ipsam perspiciatis. Non eum voluptatem aut fuga rerum expedita quia. Rerum natus molestiae. Provident dolore et tempora cum et et labore. Rerum sit ab ipsam sed sint."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Reprehenderit qui."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'candido@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", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "candido@example.net"], ["encrypted_password", "$2a$04$l561IG6.iW.3QXC5P/baYeU4ICy3PX.rBt3CY/Z0bPZNJCje.Zyg2"], ["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", Fri, 16 Nov 2012 19:51:28 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", 13], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["description", "In delectus rerum libero omnis. Pariatur rerum veritatis. Est dolorem odit. Unde eum labore debitis quam alias veritatis aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Tenetur animi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) 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" = 'jeff@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", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "jeff@example.org"], ["encrypted_password", "$2a$04$vqQ8sucgmuFMQQmR14wbDeWrP0/2aPJBR3mxD1fi8/UVO08bBRtiC"], ["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", Fri, 16 Nov 2012 19:51:28 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", 14], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["description", "Dolorem dolores veritatis quo veniam autem. Et id est quod fugiat nihil unde. Ratione aut et quisquam qui."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Asperiores ex qui voluptate illum voluptas id."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:28 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 217ms (Views: 175.4ms | ActiveRecord: 0.1ms)  (46.4ms) 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" = 'evans.conn@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", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "evans.conn@example.net"], ["encrypted_password", "$2a$04$qhfCkHkAJIugZ9Oy2lvIou5aN6zZ/.55lbRwWm.hdVes0ftkIC4fW"], ["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", Fri, 16 Nov 2012 19:51:28 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", 15], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["description", "Vero ut soluta vel adipisci ipsum ipsam perspiciatis. Non eum voluptatem aut fuga rerum expedita quia. Rerum natus molestiae. Provident dolore et tempora cum et et labore. Rerum sit ab ipsam sed sint."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Reprehenderit qui."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (2.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" = 'candido@example.net' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) 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", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "candido@example.net"], ["encrypted_password", "$2a$04$L5vsC93yWCPlO7KDTnykA.rohe3PRF5EVRy1u9E76Ftgd2xM1z6de"], ["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", Fri, 16 Nov 2012 19:51:28 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.6ms) 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", 16], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["description", "In delectus rerum libero omnis. Pariatur rerum veritatis. Est dolorem odit. Unde eum labore debitis quam alias veritatis aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Tenetur animi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (13.6ms) 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" = 'evans.conn@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", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "evans.conn@example.net"], ["encrypted_password", "$2a$04$qZGBQ1RHRGSq5EKvQdmB8esw3Rd2Cmgz9htAf.lbAsMuIiQsI12si"], ["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", Fri, 16 Nov 2012 19:51:28 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", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["description", "Vero ut soluta vel adipisci ipsum ipsam perspiciatis. Non eum voluptatem aut fuga rerum expedita quia. Rerum natus molestiae. Provident dolore et tempora cum et et labore. Rerum sit ab ipsam sed sint."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Reprehenderit qui."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (12.0ms) 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" = 'candido@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", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "candido@example.net"], ["encrypted_password", "$2a$04$TJu0cMyg7/zYcWka914gB.jr0I93MflRTS.9kbr9iDpoxteKmcz4u"], ["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", Fri, 16 Nov 2012 19:51:28 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 SQL (0.6ms) 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", 18], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["description", "In delectus rerum libero omnis. Pariatur rerum veritatis. Est dolorem odit. Unde eum labore debitis quam alias veritatis aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Tenetur animi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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" = 'evans.conn@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", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "evans.conn@example.net"], ["encrypted_password", "$2a$04$J5AoY2vh6a4jEe1YjFEs4.rZtX4avw47RBHDc6fkwJio4thIsP8c6"], ["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", Fri, 16 Nov 2012 19:51:28 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 SQL (0.6ms) 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", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["description", "Vero ut soluta vel adipisci ipsum ipsam perspiciatis. Non eum voluptatem aut fuga rerum expedita quia. Rerum natus molestiae. Provident dolore et tempora cum et et labore. Rerum sit ab ipsam sed sint."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Reprehenderit qui."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:28 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 22ms (Views: 17.2ms | ActiveRecord: 0.1ms)  (32.8ms) 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" = 'adah.lockman@example.org' 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", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "adah.lockman@example.org"], ["encrypted_password", "$2a$04$Cj9/H5dplbcdz0FD6CbeyO0GvXBtgr952L.fLJxIAQ6Atkk6NSy92"], ["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", Fri, 16 Nov 2012 19:51:28 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.7ms) 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", 20], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["description", "Et impedit exercitationem vel. Atque rerum doloribus odit sed voluptatibus. Ea et assumenda saepe nostrum molestiae. Quam possimus ad distinctio consequatur aliquam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Reprehenderit soluta cum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (9.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" = 'evans.conn@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", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "evans.conn@example.net"], ["encrypted_password", "$2a$04$cm/CAyRSnY7ORBKtZ6WxQORi1tXkuGybgD8NNq2TIt3MpkrGwy8w6"], ["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", Fri, 16 Nov 2012 19:51:28 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", 21], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["description", "Vero ut soluta vel adipisci ipsum ipsam perspiciatis. Non eum voluptatem aut fuga rerum expedita quia. Rerum natus molestiae. Provident dolore et tempora cum et et labore. Rerum sit ab ipsam sed sint."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Reprehenderit qui."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Odit iure corporis quia magnam possimus ratione ut. Quia quibusdam delectus et ex magnam quia. Eligendi veniam omnis qui porro iusto animi.", "author_id"=>"22"}} Almanac::Blog Load (0.2ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Blog Load (0.2ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 39ms (Views: 29.7ms | ActiveRecord: 0.5ms)  (15.5ms) 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" = 'coy@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", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "coy@example.org"], ["encrypted_password", "$2a$04$hM4KRx21XMkxslV/bwM9TOsXbXVmZ4jbNJSx9dNbTvK3TAGgTTUI."], ["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", Fri, 16 Nov 2012 19:51:28 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.7ms) 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", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["description", "Dolores repudiandae rerum. Aliquid veritatis cumque ut eligendi illo. Magnam est reprehenderit. Rerum explicabo quis numquam provident."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ea et assumenda saepe nostrum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Sed sunt nam voluptatibus ullam quasi. Dignissimos iusto ex minus ad sint. Iure quia voluptas at. Adipisci itaque explicabo id quia recusandae. Aut esse repudiandae quia aut aliquam voluptatem.", "author_id"=>"24"}} 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.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 43ms (Views: 1.5ms | ActiveRecord: 0.4ms) Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (12.3ms) 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" = 'evans.conn@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", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "evans.conn@example.net"], ["encrypted_password", "$2a$04$Z.5whm7BHlJ6TWBo1YBpGuGHkmonMxEiAIp8Oy2Su5xzWyHk8y3oy"], ["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", Fri, 16 Nov 2012 19:51:28 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", 25], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["description", "Vero ut soluta vel adipisci ipsum ipsam perspiciatis. Non eum voluptatem aut fuga rerum expedita quia. Rerum natus molestiae. Provident dolore et tempora cum et et labore. Rerum sit ab ipsam sed sint."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Reprehenderit qui."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Molestiae est qui saepe eveniet cum.", "description"=>"Quia quibusdam delectus et ex magnam quia. Eligendi veniam omnis qui porro iusto animi. Et totam facilis exercitationem eaque nihil. Dolor ipsa modi incidunt quibusdam quod nam. Et dicta voluptatem unde.", "author_id"=>"26"}} 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" = 'Molestiae est qui saepe eveniet cum.', "description" = 'Quia quibusdam delectus et ex magnam quia. Eligendi veniam omnis qui porro iusto animi. Et totam facilis exercitationem eaque nihil. Dolor ipsa modi incidunt quibusdam quod nam. Et dicta voluptatem unde.', "author_id" = 26, "updated_at" = '2012-11-16 19:51:28.757100' 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)  (2.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" = 'johnny@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", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "johnny@example.org"], ["encrypted_password", "$2a$04$dCS8fCCBrbrKFhUSo4wzq.Or55hS2N0N0X.xCNn7dkKOKfnNB4cVe"], ["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", Fri, 16 Nov 2012 19:51:28 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", 27], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["description", "Dolores occaecati qui. Necessitatibus molestiae reiciendis. Dignissimos iusto ex minus ad sint. Iure quia voluptas at."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Praesentium beatae qui esse dolore voluptate."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Testz", "description"=>"Assumenda voluptatem in quo sit. Sit saepe vitae veritatis. Eligendi sed optio molestiae quis qui voluptatem facere.", "author_id"=>"28"}} 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.1ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "almanac_blogs" SET "title" = 'Testz', "description" = 'Assumenda voluptatem in quo sit. Sit saepe vitae veritatis. Eligendi sed optio molestiae quis qui voluptatem facere.', "author_id" = 28, "updated_at" = '2012-11-16 19:51:28.778953' 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.4ms) Almanac::Blog Load (0.0ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (7.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" = 'evans.conn@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", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "evans.conn@example.net"], ["encrypted_password", "$2a$04$MolgbtjFmrCBKjHmqp52Ne1Q7lsj0kHGGM9ehAeoLkPkXT/V6ThK."], ["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", Fri, 16 Nov 2012 19:51:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>nil, "description"=>"Ut sit sint ut. Vero ut soluta vel adipisci ipsum ipsam perspiciatis. Non eum voluptatem aut fuga rerum expedita quia.", "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 38ms (Views: 30.8ms | ActiveRecord: 0.4ms)  (10.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" = 'ryann.treutel@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", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ryann.treutel@example.org"], ["encrypted_password", "$2a$04$tivuQM3R8CBEt85zK27gSu4IAAXig8Kgr723YqOUOc74ERyQ7nBue"], ["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", Fri, 16 Nov 2012 19:51:28 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"=>"Rerum adipisci facilis alias. Sit voluptatibus est cumque accusantium qui quis. Dolor consequuntur et sit nulla reprehenderit laborum dicta. Magni sed id.", "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 7ms (Views: 1.3ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"   (20.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" = 'evans.conn@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", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "evans.conn@example.net"], ["encrypted_password", "$2a$04$ncUy6bFA0Zckz2SOtnYlSOBeIIQOug9UTYPL/Z1rF8ZQ2aGnKXev."], ["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", Fri, 16 Nov 2012 19:51:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>"Reprehenderit qui.", "description"=>"Vero ut soluta vel adipisci ipsum ipsam perspiciatis. Non eum voluptatem aut fuga rerum expedita quia. Rerum natus molestiae. Provident dolore et tempora cum et et labore. Rerum sit ab ipsam sed sint.", "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.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", 1], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["description", "Vero ut soluta vel adipisci ipsum ipsam perspiciatis. Non eum voluptatem aut fuga rerum expedita quia. Rerum natus molestiae. Provident dolore et tempora cum et et labore. Rerum sit ab ipsam sed sint."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Reprehenderit qui."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.8ms)  (31.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" = 'adah.lockman@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", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "adah.lockman@example.org"], ["encrypted_password", "$2a$04$y5cXFqrHr.fLZ4hIpJWlE.1cD5y6NLjgM3rZwkaehszEF9PqXLUjC"], ["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", Fri, 16 Nov 2012 19:51:28 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"=>"Reprehenderit soluta cum.", "description"=>"Et impedit exercitationem vel. Atque rerum doloribus odit sed voluptatibus. Ea et assumenda saepe nostrum molestiae. Quam possimus ad distinctio consequatur aliquam.", "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", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["description", "Et impedit exercitationem vel. Atque rerum doloribus odit sed voluptatibus. Ea et assumenda saepe nostrum molestiae. Quam possimus ad distinctio consequatur aliquam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Reprehenderit soluta cum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"   (12.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" = 'evans.conn@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", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "evans.conn@example.net"], ["encrypted_password", "$2a$04$KrQ5rSKwAXu.ePqjp1Jd3uTtA5429RMwmHWZ13q8nWnvkiAunjtlq"], ["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", Fri, 16 Nov 2012 19:51:28 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", 29], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["description", "Vero ut soluta vel adipisci ipsum ipsam perspiciatis. Non eum voluptatem aut fuga rerum expedita quia. Rerum natus molestiae. Provident dolore et tempora cum et et labore. Rerum sit ab ipsam sed sint."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Reprehenderit qui."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (15.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" = 'candido@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", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "candido@example.net"], ["encrypted_password", "$2a$04$31zplK2YUUKgF6kGwiWIBO.Z.tGXm6riWFtRJuopcigbcwV1C8JuC"], ["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", Fri, 16 Nov 2012 19:51:28 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", 30], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00], ["description", "In delectus rerum libero omnis. Pariatur rerum veritatis. Est dolorem odit. Unde eum labore debitis quam alias veritatis aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Tenetur animi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (18.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.2ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (20.1ms) 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", 32], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:51:29 UTC +00:00], ["description", "Eos molestias ratione qui aut. Ipsa impedit eos. Debitis deleniti magnam saepe id. Id quia cum vel ea. Praesentium eaque itaque voluptatem quia."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Omnis voluptas aperiam aut."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (38.2ms) 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", 33], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:51:29 UTC +00:00], ["description", "Dolores mollitia odit. Accusantium sunt eum eaque non quis. Distinctio odit explicabo quas sint illo. Eum doloremque libero rerum odio est. Et qui doloribus placeat quo ea nihil modi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Reprehenderit saepe distinctio mollitia ratione."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:51:29 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  (15.2ms) 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" = 'evans.conn@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", Fri, 16 Nov 2012 19:51:29 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "evans.conn@example.net"], ["encrypted_password", "$2a$04$ZNjCCtuyzafQF9nxbMgiUe9.sH1lQVgPaUYvF/G2MgwHmEVxuxVSq"], ["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", Fri, 16 Nov 2012 19:51:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.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" = 'rowena@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", Fri, 16 Nov 2012 19:51:29 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "rowena@example.org"], ["encrypted_password", "$2a$04$X/elPc73bTAfj9UD/3kgauKguk6OdFbTC190JImrr0NXfE3S5PTSG"], ["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", Fri, 16 Nov 2012 19:51:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.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" = 'evans.conn@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", Fri, 16 Nov 2012 19:51:29 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "evans.conn@example.net"], ["encrypted_password", "$2a$04$rydlwTeBL.B/RIQQ6d9zcegHH0WAyoa8sNTgyfk.9FVITQmiutlsW"], ["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", Fri, 16 Nov 2012 19:51:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (7.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" = 'rowena@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", Fri, 16 Nov 2012 19:51:29 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "rowena@example.org"], ["encrypted_password", "$2a$04$HmF6tLvm0FkEJQXTQFh5VuPN2Xo5F5NTauKD3fimK/P7fADImpyUK"], ["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", Fri, 16 Nov 2012 19:51:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.2ms) 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" = 'evans.conn@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", Fri, 16 Nov 2012 19:51:29 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "evans.conn@example.net"], ["encrypted_password", "$2a$04$4wOHMQ.I6A6.qrTdSCD.Ke5lwQ9pgHNlNHwuYXDako/RzUPZVEsu."], ["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", Fri, 16 Nov 2012 19:51:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (3.4ms) 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" = 'rowena@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", Fri, 16 Nov 2012 19:51:29 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "rowena@example.org"], ["encrypted_password", "$2a$04$sE.C6M8bbPkCE2mWFzXKouQOZuFMHXdbAJUVpI1tQ0yrx8X.WTUnu"], ["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", Fri, 16 Nov 2012 19:51:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (3.8ms) rollback transaction Connecting to database specified by database.yml  (14.0ms) DELETE FROM "users";  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (7.9ms) DELETE FROM "almanac_posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_posts';  (4.7ms) DELETE FROM "almanac_images";  (0.2ms) DELETE FROM sqlite_sequence where name = 'almanac_images';  (18.3ms) DELETE FROM "tags";  (0.1ms) DELETE FROM sqlite_sequence where name = 'tags';  (1.8ms) DELETE FROM "taggings";  (0.1ms) DELETE FROM sqlite_sequence where name = 'taggings';  (9.2ms) DELETE FROM "almanac_comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'almanac_comments';  (4.0ms) 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" = 'moses.wolff@example.org' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (28.2ms) 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", Fri, 16 Nov 2012 19:52:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "moses.wolff@example.org"], ["encrypted_password", "$2a$04$QO9s7o94kkZR.4xlG5Cv3eesK/gmAYEvLyJJduaaNxEWthdg9K4Zu"], ["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", Fri, 16 Nov 2012 19:52:31 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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", 1], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:31 UTC +00:00], ["description", "Ipsum voluptates quo totam fugiat. Libero dolorem vitae quibusdam. Inventore aut hic vel voluptate eveniet nisi quis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et voluptatem cupiditate veritatis ut velit hic."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"  (14.3ms) 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" = 'solon@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", Fri, 16 Nov 2012 19:52:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "solon@example.com"], ["encrypted_password", "$2a$04$kLOnSqxazbqmzBB2yUp93OGqmPFYiSG0QSqp6JP6Q90zX0KLcHE6."], ["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", Fri, 16 Nov 2012 19:52:31 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", 2], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:31 UTC +00:00], ["description", "Exercitationem voluptas ducimus atque quam rem sapiente id. Laboriosam vitae suscipit est quia. Vitae aut dolorem. Maiores voluptatibus ipsa aliquid. Temporibus qui ut exercitationem ea vel enim quam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Asperiores autem necessitatibus et est quaerat quod."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.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" = 'moses.wolff@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", Fri, 16 Nov 2012 19:52:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "moses.wolff@example.org"], ["encrypted_password", "$2a$04$9fwFWWlxOH3zbbTd1un21uaLhlfKsf98YAJhbwE9quwvdoJdZcZ8G"], ["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", Fri, 16 Nov 2012 19:52:31 UTC +00:00]]  (0.1ms) 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", 3], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:31 UTC +00:00], ["description", "Ipsum voluptates quo totam fugiat. Libero dolorem vitae quibusdam. Inventore aut hic vel voluptate eveniet nisi quis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et voluptatem cupiditate veritatis ut velit hic."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "almanac_posts"   (4.6ms) 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" = 'zachery_miller@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", Fri, 16 Nov 2012 19:52:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "zachery_miller@example.com"], ["encrypted_password", "$2a$04$drxgtc.BeinsNp.sEBpMfuZ3bnTTwQVPNmcrgfXOBCHbY4QGpEPrK"], ["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", Fri, 16 Nov 2012 19:52:31 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", 4], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:31 UTC +00:00], ["description", "Optio consequuntur earum dicta quasi. Error corrupti reiciendis cupiditate voluptatem. Porro laboriosam earum. Vitae aut dolorem."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Qui eaque sint et commodi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.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" = 'moses.wolff@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", Fri, 16 Nov 2012 19:52:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "moses.wolff@example.org"], ["encrypted_password", "$2a$04$lMMO8zrQxVZ6mKxZfedE6OvxHdBU3BnR3jbtyDep8jaIC5chsmM8."], ["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", Fri, 16 Nov 2012 19:52:31 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", 5], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:31 UTC +00:00], ["description", "Ipsum voluptates quo totam fugiat. Libero dolorem vitae quibusdam. Inventore aut hic vel voluptate eveniet nisi quis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et voluptatem cupiditate veritatis ut velit hic."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (9.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" = 'solon@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", Fri, 16 Nov 2012 19:52:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "solon@example.com"], ["encrypted_password", "$2a$04$tOQ4o3TN7hoh9u5daYk/H.nSQ75IyqxOt177tPVXHYPW4/5Lmx7pq"], ["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", Fri, 16 Nov 2012 19:52:31 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", 6], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:31 UTC +00:00], ["description", "Exercitationem voluptas ducimus atque quam rem sapiente id. Laboriosam vitae suscipit est quia. Vitae aut dolorem. Maiores voluptatibus ipsa aliquid. Temporibus qui ut exercitationem ea vel enim quam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Asperiores autem necessitatibus et est quaerat quod."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:31 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 79ms (Views: 52.1ms | ActiveRecord: 0.1ms)  (17.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" = 'moses.wolff@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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "moses.wolff@example.org"], ["encrypted_password", "$2a$04$eFoP8HUZjTD3LAxblv/s1.QeGO7ywvhZ9MiDYnsTCm./ZPil7fRrC"], ["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", Fri, 16 Nov 2012 19:52:32 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", 7], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["description", "Ipsum voluptates quo totam fugiat. Libero dolorem vitae quibusdam. Inventore aut hic vel voluptate eveniet nisi quis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et voluptatem cupiditate veritatis ut velit hic."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (3.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" = 'solon@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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "solon@example.com"], ["encrypted_password", "$2a$04$z9Sk7q0MRl6.6AXZDa5UHuSVY..4uhd3GNE0l/YNeN36pB7uXFJ/u"], ["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", Fri, 16 Nov 2012 19:52:32 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", 8], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["description", "Exercitationem voluptas ducimus atque quam rem sapiente id. Laboriosam vitae suscipit est quia. Vitae aut dolorem. Maiores voluptatibus ipsa aliquid. Temporibus qui ut exercitationem ea vel enim quam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Asperiores autem necessitatibus et est quaerat quod."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_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" = 'moses.wolff@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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "moses.wolff@example.org"], ["encrypted_password", "$2a$04$aaGpGbmyRQjwcua9JzWCD..jwpALUPmAeBq0EwCpr0nzuLtP1jIOG"], ["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", Fri, 16 Nov 2012 19:52:32 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", 9], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["description", "Ipsum voluptates quo totam fugiat. Libero dolorem vitae quibusdam. Inventore aut hic vel voluptate eveniet nisi quis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et voluptatem cupiditate veritatis ut velit hic."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_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" = 'solon@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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "solon@example.com"], ["encrypted_password", "$2a$04$gTdMm5MWtd6OuERjahlA9.l3gwS8W51NtitLkyn2lX1bx3C5GlZ3a"], ["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", Fri, 16 Nov 2012 19:52:32 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", 10], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["description", "Exercitationem voluptas ducimus atque quam rem sapiente id. Laboriosam vitae suscipit est quia. Vitae aut dolorem. Maiores voluptatibus ipsa aliquid. Temporibus qui ut exercitationem ea vel enim quam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Asperiores autem necessitatibus et est quaerat quod."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (3.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (29.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'ariane@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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ariane@example.com"], ["encrypted_password", "$2a$04$T2cgPej1fUmJPqZ2o2mzd.QWIUG97mPoK1pE2B8IQFAVZBjyGxPJ."], ["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", Fri, 16 Nov 2012 19:52:32 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", 11], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["description", "Ipsum voluptates quo totam fugiat. Libero dolorem vitae quibusdam. Inventore aut hic vel voluptate eveniet nisi quis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Voluptas ex ratione."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:32 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 25ms (Views: 21.2ms | ActiveRecord: 0.1ms)  (10.6ms) 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" = 'zachery_miller@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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "zachery_miller@example.com"], ["encrypted_password", "$2a$04$1v6UyeSC8otGSjwdO2P5hOMDtEeoZKHAbclGty6kQw2xhhSnQulSu"], ["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", Fri, 16 Nov 2012 19:52:32 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", 12], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["description", "Optio consequuntur earum dicta quasi. Error corrupti reiciendis cupiditate voluptatem. Porro laboriosam earum. Vitae aut dolorem."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Qui eaque sint et commodi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (7.3ms) 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" = 'leif@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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "leif@example.org"], ["encrypted_password", "$2a$04$.F3bkq99CaGVwGshlb/kIu3Tlprxvys9aqqVSTGl9p2S.BX5WYCTG"], ["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", Fri, 16 Nov 2012 19:52:32 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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["description", "Veritatis consequatur est. Voluptatibus voluptas asperiores labore eos. Hic cum architecto repellendus. Nostrum esse unde reiciendis ut sapiente nihil."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolor beatae sed consequatur."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (9.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" = 'moses.wolff@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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "moses.wolff@example.org"], ["encrypted_password", "$2a$04$nVBALgIN8qWObR7a5YO1uu1hULFBgsvMwfSvsMli7FXyfhSdITTNW"], ["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", Fri, 16 Nov 2012 19:52:32 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", 14], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["description", "Ipsum voluptates quo totam fugiat. Libero dolorem vitae quibusdam. Inventore aut hic vel voluptate eveniet nisi quis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et voluptatem cupiditate veritatis ut velit hic."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (22.0ms) 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" = 'solon@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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "solon@example.com"], ["encrypted_password", "$2a$04$AKi0TcuSDppIiMBsyEoJbuM/g6tSYUCau42EMyfZCawctrL4tu9bi"], ["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", Fri, 16 Nov 2012 19:52:32 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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["description", "Exercitationem voluptas ducimus atque quam rem sapiente id. Laboriosam vitae suscipit est quia. Vitae aut dolorem. Maiores voluptatibus ipsa aliquid. Temporibus qui ut exercitationem ea vel enim quam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Asperiores autem necessitatibus et est quaerat quod."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (5.1ms) 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" = 'moses.wolff@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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "moses.wolff@example.org"], ["encrypted_password", "$2a$04$YWNzSOiUpLqRKzjuaOzk1uqN7aGIVvsL6dZnv6dcCuuetpVyaQxzK"], ["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", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (138.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" = 'quinten@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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "quinten@example.com"], ["encrypted_password", "$2a$04$IUT2zZ0xwgUS6TekiZvKXumvFobw6QEpcuOpUzGzGoIiAsmyP2uou"], ["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", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (24.1ms) 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" = 'moses.wolff@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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "moses.wolff@example.org"], ["encrypted_password", "$2a$04$qtU9O4ixtIzGG6XBfvfK6.b8q08Kz3oozot6neYBF7.SA7Afc47CG"], ["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", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'quinten@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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "quinten@example.com"], ["encrypted_password", "$2a$04$TJh6bz8LbN8r7zQ0O.aPyed/X84N0aKcMBPc0gQFjWPUCIv2IA8le"], ["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", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'moses.wolff@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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "moses.wolff@example.org"], ["encrypted_password", "$2a$04$MWdxA4REDItovkIltHvQoe46pOdxrA0jZ85OJWxXmDWJAEhm506HC"], ["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", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (4.6ms) 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" = 'quinten@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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "quinten@example.com"], ["encrypted_password", "$2a$04$XZ8fW.ZzS2bHxtRDSobk7u4n9nsbJqdHhLjQ5jxsfT3tqtm60jTPu"], ["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", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (3.0ms) 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", 16], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["description", "Illo id quidem reprehenderit velit dignissimos et. Mollitia magnam minus. Fuga dolorem reprehenderit nostrum et est. Est incidunt fugiat ut voluptatum qui id ut. Earum molestiae impedit doloribus nesciunt voluptatem iusto quae."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quaerat saepe possimus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:32 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  (10.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) 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", 19], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["description", "Eos repudiandae fuga nulla incidunt. Quo excepturi facilis omnis autem aliquid ducimus dolore. Ea repudiandae sapiente aperiam nesciunt enim."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Debitis impedit in dolorum sint."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (3.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" = 'moses.wolff@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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "moses.wolff@example.org"], ["encrypted_password", "$2a$04$ShFVlzX.9vWlJMcrnIAM7OfpjWz5T6WOAymORsJQcfeERjQcJ68Va"], ["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", Fri, 16 Nov 2012 19:52:32 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", 20], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["description", "Ipsum voluptates quo totam fugiat. Libero dolorem vitae quibusdam. Inventore aut hic vel voluptate eveniet nisi quis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et voluptatem cupiditate veritatis ut velit hic."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.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" = 'solon@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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "solon@example.com"], ["encrypted_password", "$2a$04$aajXuifphpVzOyOGw7Ae0./DJTfMSmnTcGHyEYT4G4X06850H/q/O"], ["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", Fri, 16 Nov 2012 19:52:32 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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["description", "Exercitationem voluptas ducimus atque quam rem sapiente id. Laboriosam vitae suscipit est quia. Vitae aut dolorem. Maiores voluptatibus ipsa aliquid. Temporibus qui ut exercitationem ea vel enim quam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Asperiores autem necessitatibus et est quaerat quod."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (12.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" = 'moses.wolff@example.org' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) 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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "moses.wolff@example.org"], ["encrypted_password", "$2a$04$7i3cYHS4d2O82I0aOBPYdeIvouk1QavEZXSCqKwTXJNzzUcn12Ppq"], ["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", Fri, 16 Nov 2012 19:52:32 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", 22], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["description", "Ipsum voluptates quo totam fugiat. Libero dolorem vitae quibusdam. Inventore aut hic vel voluptate eveniet nisi quis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et voluptatem cupiditate veritatis ut velit hic."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Testz", "description"=>"Est recusandae amet ducimus facere enim voluptas. Reprehenderit sapiente delectus quisquam tenetur itaque quia qui. Nisi et reiciendis voluptas dolorem. Id eaque aut quam dignissimos odio molestiae repudiandae.", "author_id"=>"23"}} 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" = 'Est recusandae amet ducimus facere enim voluptas. Reprehenderit sapiente delectus quisquam tenetur itaque quia qui. Nisi et reiciendis voluptas dolorem. Id eaque aut quam dignissimos odio molestiae repudiandae.', "author_id" = 23, "updated_at" = '2012-11-16 19:52:32.639917' WHERE "almanac_blogs"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.4ms) Almanac::Blog Load (0.0ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (32.6ms) 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" = 'mohammed@example.org' 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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "mohammed@example.org"], ["encrypted_password", "$2a$04$jN0UT8J5/6N7z/iWU8DGA..IMcvUfegI6corxcIqy0RbZbPuWCRFu"], ["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", Fri, 16 Nov 2012 19:52:32 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 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", 24], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["description", "Aut officiis voluptatibus expedita excepturi ut nisi. Facilis harum ea nulla pariatur. Vel aliquam blanditiis quaerat sunt doloribus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Rem consequatur voluptatem distinctio earum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Perferendis molestiae.", "description"=>"Totam sint cupiditate incidunt. Nam ratione sed. Magnam sequi nostrum dignissimos vel dolore dolorum dolor. Soluta rerum blanditiis quis odio et perspiciatis sint.", "author_id"=>"25"}} 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" = 'Perferendis molestiae.', "description" = 'Totam sint cupiditate incidunt. Nam ratione sed. Magnam sequi nostrum dignissimos vel dolore dolorum dolor. Soluta rerum blanditiis quis odio et perspiciatis sint.', "author_id" = 25, "updated_at" = '2012-11-16 19:52:32.695533' 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)  (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" = 'moses.wolff@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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "moses.wolff@example.org"], ["encrypted_password", "$2a$04$durWs99a6BPXmZDZ1CT.Qe6Ia1E.wsbM7zO6ReCkptzYmWVfp2AHC"], ["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", Fri, 16 Nov 2012 19:52:32 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", 26], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["description", "Ipsum voluptates quo totam fugiat. Libero dolorem vitae quibusdam. Inventore aut hic vel voluptate eveniet nisi quis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et voluptatem cupiditate veritatis ut velit hic."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Est recusandae amet ducimus facere enim voluptas. Reprehenderit sapiente delectus quisquam tenetur itaque quia qui. Nisi et reiciendis voluptas dolorem. Id eaque aut quam dignissimos odio molestiae repudiandae.", "author_id"=>"27"}} 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.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 36ms (Views: 31.0ms | ActiveRecord: 0.4ms) Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (0.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" = 'mohammed@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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "mohammed@example.org"], ["encrypted_password", "$2a$04$A6qL032E1xU82pV4D3NDeeSNQ2PZi438OIIjFLyD/Q4TjulTrOJP2"], ["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", Fri, 16 Nov 2012 19:52:32 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", 28], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["description", "Aut officiis voluptatibus expedita excepturi ut nisi. Facilis harum ea nulla pariatur. Vel aliquam blanditiis quaerat sunt doloribus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Rem consequatur voluptatem distinctio earum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Et voluptatem dolore sed. Totam sint cupiditate incidunt. Nam ratione sed.", "author_id"=>"29"}} 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 6ms (Views: 1.5ms | ActiveRecord: 0.2ms)  (37.6ms) 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" = 'moses.wolff@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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "moses.wolff@example.org"], ["encrypted_password", "$2a$04$D8FtHCiLsQ3MJsDW2SxXuO8/Pev8v97B2VubS.AYK419nf72gpIz."], ["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", Fri, 16 Nov 2012 19:52:32 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"=>"Et voluptatem cupiditate veritatis ut velit hic.", "description"=>"Ipsum voluptates quo totam fugiat. Libero dolorem vitae quibusdam. Inventore aut hic vel voluptate eveniet nisi quis.", "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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["description", "Ipsum voluptates quo totam fugiat. Libero dolorem vitae quibusdam. Inventore aut hic vel voluptate eveniet nisi quis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et voluptatem cupiditate veritatis ut velit hic."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 8ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"  (9.1ms) 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" = 'zachery_miller@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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "zachery_miller@example.com"], ["encrypted_password", "$2a$04$opXauVQVFfEBKfm9DAZDce/oAopoptJhkJ3RYz3z.wJV3vmYEhE.u"], ["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", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>"Qui eaque sint et commodi.", "description"=>"Optio consequuntur earum dicta quasi. Error corrupti reiciendis cupiditate voluptatem. Porro laboriosam earum. Vitae aut dolorem.", "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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["description", "Optio consequuntur earum dicta quasi. Error corrupti reiciendis cupiditate voluptatem. Porro laboriosam earum. Vitae aut dolorem."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Qui eaque sint et commodi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.9ms)  (5.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (10.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'moses.wolff@example.org' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (5.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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "moses.wolff@example.org"], ["encrypted_password", "$2a$04$jhuhT1cWjpzXHVswQ4/99.YfFLyfnpEofHBsYG7//PIH1O6uzFvnO"], ["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", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.1ms) 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 quae quisquam modi consequatur consequatur incidunt qui. Ipsum voluptates quo totam fugiat. Libero dolorem vitae quibusdam. Inventore aut hic vel voluptate eveniet nisi quis.", "author_id"=>nil}} Almanac::Blog Load (0.2ms) 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 49ms (Views: 41.5ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"  (13.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (15.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'zachery_miller@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) 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", Fri, 16 Nov 2012 19:52:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "zachery_miller@example.com"], ["encrypted_password", "$2a$04$yyTOjbADh7ALRsI/A6NyF.sUb5UmRg1xSnj1/4OyhzTR1O6fZHqR6"], ["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", Fri, 16 Nov 2012 19:52:32 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>nil, "description"=>"Qui eaque sint et commodi ab. Et cumque tempora facere doloribus dicta voluptate eum. Dolor saepe in quis labore officia alias deserunt. Corrupti veniam ducimus. Vitae aut dolorem.", "author_id"=>nil}} Almanac::Blog Load (0.2ms) 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.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 10ms (Views: 1.7ms | ActiveRecord: 0.5ms)  (22.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) 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.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", 30], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:33 UTC +00:00], ["description", "Laudantium dolorem ducimus accusantium quibusdam aut. Et dolorem voluptas et corporis. Quod id est et qui saepe distinctio quae. Tenetur eum quia id ad rerum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Expedita repellat a dolore quis porro eum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (68.1ms) 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", 31], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:33 UTC +00:00], ["description", "Pariatur ut veritatis voluptatem sequi est dolorum. Perspiciatis error minus voluptatem suscipit doloribus excepturi. Amet nemo autem voluptatum. Repellendus repudiandae saepe et architecto voluptatem aliquam. Et delectus corporis et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quod vel."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (140.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Almanac::Blog Load (26.6ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (27.6ms) 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", 32], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:33 UTC +00:00], ["description", "Est impedit rem. Non laborum et eius in quia modi pariatur. A illum reprehenderit quod minus modi iure et. Nesciunt laborum sint soluta eum vel qui aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Similique modi et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:33 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (45.1ms) 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.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", 33], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:33 UTC +00:00], ["description", "Tempora nesciunt earum voluptatem deserunt nihil. Ipsam sunt expedita facilis architecto voluptate ut. Dignissimos accusantium itaque ipsam est consequuntur natus magni. Iste quasi rerum dolorem facilis sit quia."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Esse ut provident sed."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (30.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) 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", Fri, 16 Nov 2012 19:52:33 UTC +00:00], ["description", "Pariatur ut veritatis voluptatem sequi est dolorum. Perspiciatis error minus voluptatem suscipit doloribus excepturi. Amet nemo autem voluptatum. Repellendus repudiandae saepe et architecto voluptatem aliquam. Et delectus corporis et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quod vel."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (11.5ms) rollback transaction Connecting to database specified by database.yml  (9.9ms) DELETE FROM "users";  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (7.5ms) DELETE FROM "almanac_posts";  (0.2ms) DELETE FROM sqlite_sequence where name = 'almanac_posts';  (2.1ms) DELETE FROM "almanac_images";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_images';  (6.7ms) DELETE FROM "tags";  (0.2ms) DELETE FROM sqlite_sequence where name = 'tags';  (4.7ms) DELETE FROM "taggings";  (0.1ms) DELETE FROM sqlite_sequence where name = 'taggings';  (18.2ms) DELETE FROM "almanac_comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_comments';  (16.0ms) DELETE FROM "almanac_blogs";  (0.2ms) DELETE FROM sqlite_sequence where name = 'almanac_blogs';  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (41.2ms) 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", Fri, 16 Nov 2012 19:52:50 UTC +00:00], ["description", "Vero doloribus eum perspiciatis explicabo quae est. Neque a quam aliquid odio voluptatem explicabo aut. Ex voluptates illo eos. Laborum ducimus consectetur enim."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Molestiae sunt ea laudantium placeat ipsum earum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:50 UTC +00:00]]  (0.1ms) 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  (14.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) 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", 4], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:50 UTC +00:00], ["description", "Molestiae illo quibusdam asperiores. Minima incidunt debitis quae et. Eos dolorem unde et veritatis necessitatibus assumenda."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quis cum repellendus tenetur dolore qui dolor."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:50 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (1.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) 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", 5], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:50 UTC +00:00], ["description", "Repellat consequatur assumenda repellendus nihil nobis quos fugit. Natus consequuntur reprehenderit perferendis sequi beatae eum dolorem. Facere nulla modi labore dolor qui."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Vitae eveniet natus neque qui."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:50 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (5.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) 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", 6], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:50 UTC +00:00], ["description", "Maxime quae commodi. Culpa esse fuga quasi quo autem. Sint dicta dolorem repudiandae assumenda laudantium possimus aliquid. Aut expedita consectetur consequuntur sed sunt dolorem nesciunt."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Incidunt cupiditate consequatur dolorum eum quo."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:50 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (9.2ms) rollback transaction  (0.1ms) begin transaction  (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", 7], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:50 UTC +00:00], ["description", "Quidem provident expedita quasi aut non et. Repellendus earum aut in ratione omnis qui nihil. Ab delectus molestiae. Doloribus amet omnis qui aut dolorem molestiae est."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Nesciunt consequuntur quia quod tempora."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:50 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (19.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.2ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.6ms) 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", Fri, 16 Nov 2012 19:52:50 UTC +00:00], ["description", "Eos corporis aut iusto inventore voluptatem. Odit quas dolorum ut qui qui. Deserunt eveniet accusantium eos perspiciatis. Nesciunt tempore voluptas accusamus odio deserunt dolorem."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Magni aut occaecati impedit et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (24.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) 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", 9], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:50 UTC +00:00], ["description", "Maxime quae commodi. Culpa esse fuga quasi quo autem. Sint dicta dolorem repudiandae assumenda laudantium possimus aliquid. Aut expedita consectetur consequuntur sed sunt dolorem nesciunt."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Incidunt cupiditate consequatur dolorum eum quo."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:50 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (80.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'oran_harris@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", Fri, 16 Nov 2012 19:52:50 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "oran_harris@example.net"], ["encrypted_password", "$2a$04$Idlw8LEEyH/EUfwOTc8yf.sBY1Bjp.rizLYUZyD9LBdU4IRYT.sEu"], ["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", Fri, 16 Nov 2012 19:52:50 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", 10], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:50 UTC +00:00], ["description", "Voluptatibus nobis et et. Dolorem accusamus consequuntur consequatur. Ut ut nulla dolorem voluptatum et hic. Laborum ea dolorum cum sed sed eos voluptate. Autem id veritatis sit voluptas laudantium impedit pariatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Harum dolor corporis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:50 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.5ms) 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" = 'tamia_waters@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", Fri, 16 Nov 2012 19:52:50 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "tamia_waters@example.com"], ["encrypted_password", "$2a$04$miEdT.7/BbITS5B2d0YvV.QyYJ8TGgTZ4B9PHqmA3tsOS13DOq/a."], ["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", Fri, 16 Nov 2012 19:52:50 UTC +00:00]]  (0.1ms) 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", 11], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:50 UTC +00:00], ["description", "Nobis aut odio maiores ut esse. Mollitia quasi nesciunt. Voluptatibus dignissimos eos. Voluptate distinctio officiis enim veniam alias ut. Vel quo voluptatem dolores qui totam delectus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Blanditiis ea assumenda non."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:50 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (9.1ms) 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" = 'oran_harris@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "oran_harris@example.net"], ["encrypted_password", "$2a$04$5Y/u4EAn0FoSpCcUQ2bhle/51f/XygbfZymeqGFSNKCxG.t4Lled6"], ["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", Fri, 16 Nov 2012 19:52:51 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", 12], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["description", "Voluptatibus nobis et et. Dolorem accusamus consequuntur consequatur. Ut ut nulla dolorem voluptatum et hic. Laborum ea dolorum cum sed sed eos voluptate. Autem id veritatis sit voluptas laudantium impedit pariatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Harum dolor corporis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Testz", "description"=>"Qui et et fugit soluta eos ipsum. Molestias facilis asperiores accusamus hic quas. Totam sed dignissimos possimus id nihil. Enim amet qui nulla.", "author_id"=>"13"}} 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" = 'Qui et et fugit soluta eos ipsum. Molestias facilis asperiores accusamus hic quas. Totam sed dignissimos possimus id nihil. Enim amet qui nulla.', "author_id" = 13, "updated_at" = '2012-11-16 19:52:51.059939' WHERE "almanac_blogs"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.4ms) Almanac::Blog Load (0.0ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (26.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" = 'lilyan_cole@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lilyan_cole@example.com"], ["encrypted_password", "$2a$04$5fXNiYsBzk9xZ0x8oxP.U.tS1sMQRynBw3I8ywfC5JMsSUOpWTsBS"], ["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", Fri, 16 Nov 2012 19:52:51 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", 14], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["description", "Aut aspernatur ipsam. Vel quo voluptatem dolores qui totam delectus. Dolores esse eos eum cumque voluptas aspernatur hic."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Voluptatibus dignissimos."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Cupiditate iusto quidem nisi.", "description"=>"Ea dolorem eos. Dicta ratione in fuga nulla necessitatibus. Rerum minus id magni quia sed. Perspiciatis numquam libero. Ut omnis commodi eligendi.", "author_id"=>"15"}} 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" = 'Cupiditate iusto quidem nisi.', "description" = 'Ea dolorem eos. Dicta ratione in fuga nulla necessitatibus. Rerum minus id magni quia sed. Perspiciatis numquam libero. Ut omnis commodi eligendi.', "author_id" = 15, "updated_at" = '2012-11-16 19:52:51.105260' 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)  (6.1ms) 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" = 'oran_harris@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "oran_harris@example.net"], ["encrypted_password", "$2a$04$M8TI7AoY/kDtzajWjWCB3enWMM7nlb7OYoVAqHjorp0zkaYBSBQuG"], ["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", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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", 16], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["description", "Voluptatibus nobis et et. Dolorem accusamus consequuntur consequatur. Ut ut nulla dolorem voluptatum et hic. Laborum ea dolorum cum sed sed eos voluptate. Autem id veritatis sit voluptas laudantium impedit pariatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Harum dolor corporis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Qui et et fugit soluta eos ipsum. Molestias facilis asperiores accusamus hic quas. Totam sed dignissimos possimus id nihil. Enim amet qui nulla.", "author_id"=>"17"}} 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 96ms (Views: 91.6ms | ActiveRecord: 0.2ms) Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (14.6ms) 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" = 'lilyan_cole@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lilyan_cole@example.com"], ["encrypted_password", "$2a$04$3LCZovdY4Agk4FTj/IIvhOtVPQY7VbH3BkxXNasUVLA30VOslPu/e"], ["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", Fri, 16 Nov 2012 19:52:51 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 SQL (0.6ms) 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", 18], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["description", "Aut aspernatur ipsam. Vel quo voluptatem dolores qui totam delectus. Dolores esse eos eum cumque voluptas aspernatur hic."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Voluptatibus dignissimos."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Neque consectetur velit. Totam quod molestias. Dicta ratione in fuga nulla necessitatibus. Rerum minus id magni quia sed. Perspiciatis numquam libero.", "author_id"=>"19"}} Almanac::Blog Load (0.2ms) 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.6ms | ActiveRecord: 0.3ms)  (4.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" = 'oran_harris@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "oran_harris@example.net"], ["encrypted_password", "$2a$04$14wPnATz57FHUQXff46yJut/1Wj3nztAwotbGXAChEzRB5Kjo9gf6"], ["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", Fri, 16 Nov 2012 19:52:51 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"=>"Harum dolor corporis.", "description"=>"Voluptatibus nobis et et. Dolorem accusamus consequuntur consequatur. Ut ut nulla dolorem voluptatum et hic. Laborum ea dolorum cum sed sed eos voluptate. Autem id veritatis sit voluptas laudantium impedit pariatur.", "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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["description", "Voluptatibus nobis et et. Dolorem accusamus consequuntur consequatur. Ut ut nulla dolorem voluptatum et hic. Laborum ea dolorum cum sed sed eos voluptate. Autem id veritatis sit voluptas laudantium impedit pariatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Harum dolor corporis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"  (9.6ms) 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" = 'danial@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "danial@example.com"], ["encrypted_password", "$2a$04$iirZt7aozRQQ4ETamjJvTutl1h4W/goDOUnVzTD7lIxhJNjV1pZT2"], ["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", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>"Illum vitae.", "description"=>"Sed magni explicabo delectus aspernatur omnis doloremque rerum. Iusto voluptatibus ut consequatur velit excepturi. Et quam quasi voluptas dolor.", "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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["description", "Sed magni explicabo delectus aspernatur omnis doloremque rerum. Iusto voluptatibus ut consequatur velit excepturi. Et quam quasi voluptas dolor."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Illum vitae."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.9ms)  (9.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'oran_harris@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "oran_harris@example.net"], ["encrypted_password", "$2a$04$a9T9tncQcVjfaBxr0amcKOlkghuLQg4A8PhH5L9M4suohYtnxWltq"], ["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", Fri, 16 Nov 2012 19:52:51 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"=>"Harum dolor corporis eos. Voluptatibus nobis et et. Dolorem accusamus consequuntur consequatur. Ut ut nulla dolorem voluptatum et hic. Laborum ea dolorum cum sed sed eos voluptate.", "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 34ms (Views: 28.7ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"  (18.8ms) 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" = 'victoria.frami@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "victoria.frami@example.net"], ["encrypted_password", "$2a$04$imePs6Jm9FiEyS74hkifsOCFRiV1WVsBYzaeoRTRP8wJS.lWEnvWW"], ["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", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>nil, "description"=>"Est repellat exercitationem. Sapiente voluptatem aperiam rerum inventore. Atque veritatis et. Iste qui aut mollitia quam. Suscipit qui nemo dolor consectetur atque assumenda maxime.", "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 7ms (Views: 1.5ms | ActiveRecord: 0.4ms)  (2.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" = 'oran_harris@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "oran_harris@example.net"], ["encrypted_password", "$2a$04$CONWUlUD/q5M.9YCtMuQrO7GoJ.ziz/dnIbjipZHEBD7zFsYzWP/2"], ["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", Fri, 16 Nov 2012 19:52:51 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", 20], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["description", "Voluptatibus nobis et et. Dolorem accusamus consequuntur consequatur. Ut ut nulla dolorem voluptatum et hic. Laborum ea dolorum cum sed sed eos voluptate. Autem id veritatis sit voluptas laudantium impedit pariatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Harum dolor corporis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"  (4.1ms) 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" = 'tamia_waters@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "tamia_waters@example.com"], ["encrypted_password", "$2a$04$IOHAMDHVsI3v9u0EkCQkauH/ac642RfiLdTV7.IVmdrsg3kiFUave"], ["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", Fri, 16 Nov 2012 19:52:51 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", 21], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["description", "Nobis aut odio maiores ut esse. Mollitia quasi nesciunt. Voluptatibus dignissimos eos. Voluptate distinctio officiis enim veniam alias ut. Vel quo voluptatem dolores qui totam delectus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Blanditiis ea assumenda non."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.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" = 'oran_harris@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "oran_harris@example.net"], ["encrypted_password", "$2a$04$38mzAmGa.Nbace3mNtmr/.7yZzuJ7xI14Lqwj6Ei/RrhR8dBQLfTG"], ["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", Fri, 16 Nov 2012 19:52:51 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", 22], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["description", "Voluptatibus nobis et et. Dolorem accusamus consequuntur consequatur. Ut ut nulla dolorem voluptatum et hic. Laborum ea dolorum cum sed sed eos voluptate. Autem id veritatis sit voluptas laudantium impedit pariatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Harum dolor corporis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "almanac_posts"   (13.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" = 'danial@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "danial@example.com"], ["encrypted_password", "$2a$04$G/OVm9R92QTRsCHMH7YPsewAJnAYlfc5muLpykr7m4ivkLnG0OsMi"], ["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", Fri, 16 Nov 2012 19:52:51 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 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", 23], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["description", "Sed magni explicabo delectus aspernatur omnis doloremque rerum. Iusto voluptatibus ut consequatur velit excepturi. Et quam quasi voluptas dolor."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Illum vitae."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'oran_harris@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "oran_harris@example.net"], ["encrypted_password", "$2a$04$N65OxfHKX12wS0yqcYSJvOxagy0lKVxZjPVfhxCxJ96fRdm7CZvae"], ["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", Fri, 16 Nov 2012 19:52:51 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", 24], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["description", "Voluptatibus nobis et et. Dolorem accusamus consequuntur consequatur. Ut ut nulla dolorem voluptatum et hic. Laborum ea dolorum cum sed sed eos voluptate. Autem id veritatis sit voluptas laudantium impedit pariatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Harum dolor corporis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (5.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" = 'tamia_waters@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "tamia_waters@example.com"], ["encrypted_password", "$2a$04$Rm1PByUTlr6MpPvfgbFbbew.yH67HPVLDHLGwxD2rZpL0nH50XkIi"], ["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", Fri, 16 Nov 2012 19:52:51 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", 25], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["description", "Nobis aut odio maiores ut esse. Mollitia quasi nesciunt. Voluptatibus dignissimos eos. Voluptate distinctio officiis enim veniam alias ut. Vel quo voluptatem dolores qui totam delectus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Blanditiis ea assumenda non."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (17.5ms) 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" = 'oran_harris@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "oran_harris@example.net"], ["encrypted_password", "$2a$04$Fn63j.xWFw8zShgGQ.L8beaGkm3MYsH64m6jgaTYZLO0M7uSy2FqK"], ["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", Fri, 16 Nov 2012 19:52:51 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", 26], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["description", "Voluptatibus nobis et et. Dolorem accusamus consequuntur consequatur. Ut ut nulla dolorem voluptatum et hic. Laborum ea dolorum cum sed sed eos voluptate. Autem id veritatis sit voluptas laudantium impedit pariatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Harum dolor corporis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.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" = 'tamia_waters@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "tamia_waters@example.com"], ["encrypted_password", "$2a$04$smlCE4/BVqTgkXTrE/tYW.2ncDelDbSxQ/dZQjSV6EHqmpxWiNp.2"], ["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", Fri, 16 Nov 2012 19:52:51 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", 27], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["description", "Nobis aut odio maiores ut esse. Mollitia quasi nesciunt. Voluptatibus dignissimos eos. Voluptate distinctio officiis enim veniam alias ut. Vel quo voluptatem dolores qui totam delectus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Blanditiis ea assumenda non."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (5.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" = 'oran_harris@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "oran_harris@example.net"], ["encrypted_password", "$2a$04$xu5cN5yYSGYywePg.idxFuHoTUROWrbfezXS6CIDm5RXX5rwO8UyG"], ["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", Fri, 16 Nov 2012 19:52:51 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", 28], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["description", "Voluptatibus nobis et et. Dolorem accusamus consequuntur consequatur. Ut ut nulla dolorem voluptatum et hic. Laborum ea dolorum cum sed sed eos voluptate. Autem id veritatis sit voluptas laudantium impedit pariatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Harum dolor corporis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (5.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" = 'tamia_waters@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "tamia_waters@example.com"], ["encrypted_password", "$2a$04$mxqQBalrKXiOXEHx3w9sQe0YCHHDAANtVCoG8Cme1zP6GW17mqo2W"], ["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", Fri, 16 Nov 2012 19:52:51 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", 29], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["description", "Nobis aut odio maiores ut esse. Mollitia quasi nesciunt. Voluptatibus dignissimos eos. Voluptate distinctio officiis enim veniam alias ut. Vel quo voluptatem dolores qui totam delectus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Blanditiis ea assumenda non."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.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" = 'eryn.oberbrunner@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "eryn.oberbrunner@example.com"], ["encrypted_password", "$2a$04$mWT/73pLEgr1JgM0uoyQvO2p0Vwqo899mp41pQD59gD0.9ucP.u5."], ["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", Fri, 16 Nov 2012 19:52:51 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", 30], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["description", "Voluptatibus nobis et et. Dolorem accusamus consequuntur consequatur. Ut ut nulla dolorem voluptatum et hic. Laborum ea dolorum cum sed sed eos voluptate. Autem id veritatis sit voluptas laudantium impedit pariatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Harum dolor corporis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:51 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 128ms (Views: 63.4ms | ActiveRecord: 0.1ms)  (15.3ms) 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" = 'danial@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "danial@example.com"], ["encrypted_password", "$2a$04$ITnqdaKpYjH7UtcatCxDYOJoju7uzFKptJYpp36OsyqdZXUyzd5qO"], ["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", Fri, 16 Nov 2012 19:52:51 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", 31], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["description", "Sed magni explicabo delectus aspernatur omnis doloremque rerum. Iusto voluptatibus ut consequatur velit excepturi. Et quam quasi voluptas dolor."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Illum vitae."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'carlotta.mcdermott@example.org' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (21.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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "carlotta.mcdermott@example.org"], ["encrypted_password", "$2a$04$Bs7RIDMvLLif3KM0GnlFWOpRXF6EXKj4OABixkGMQE5f41uai7Agi"], ["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", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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", 32], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["description", "Et ipsa impedit laudantium qui similique facilis dolores. Mollitia saepe natus numquam enim itaque dolore. Porro adipisci et ratione nam nihil."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Adipisci rerum et aut est."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (14.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" = 'oran_harris@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "oran_harris@example.net"], ["encrypted_password", "$2a$04$R/TG.Ho4kP3f2wasx/wiX.svLmBIAbM6WzsfZf5stIsIzmqMCn/6e"], ["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", Fri, 16 Nov 2012 19:52:51 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", 33], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["description", "Voluptatibus nobis et et. Dolorem accusamus consequuntur consequatur. Ut ut nulla dolorem voluptatum et hic. Laborum ea dolorum cum sed sed eos voluptate. Autem id veritatis sit voluptas laudantium impedit pariatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Harum dolor corporis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (3.6ms) 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" = 'tamia_waters@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "tamia_waters@example.com"], ["encrypted_password", "$2a$04$FgfI0W4zFsFRSshz1Pe59.Qxc0Dub0bZPRCARshRDj2LGatXeHzvS"], ["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", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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", 34], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["description", "Nobis aut odio maiores ut esse. Mollitia quasi nesciunt. Voluptatibus dignissimos eos. Voluptate distinctio officiis enim veniam alias ut. Vel quo voluptatem dolores qui totam delectus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Blanditiis ea assumenda non."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#tag as HTML Almanac::Blog Load (0.2ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Completed 200 OK in 40ms (Views: 35.1ms | ActiveRecord: 0.2ms)  (15.4ms) 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" = 'oran_harris@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "oran_harris@example.net"], ["encrypted_password", "$2a$04$5HU0/KZrR1Yxy8o3Y1ytpen72gqGD4Ka30jhrE6BAYmldMk6ESd5W"], ["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", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'juana.bins@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "juana.bins@example.org"], ["encrypted_password", "$2a$04$gEreLokBb3W1Q3TzS.x15ONgoDH6jjDlG27AkO83Z4ZM9s6IAhbh."], ["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", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (2.4ms) 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" = 'oran_harris@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "oran_harris@example.net"], ["encrypted_password", "$2a$04$2tUn4XWMa/wQ2MY5pC/UT.LOfgrvYSJW1wi2rh/TKZkWCOSDgLjb2"], ["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", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.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" = 'juana.bins@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "juana.bins@example.org"], ["encrypted_password", "$2a$04$O9k58xcckXqW3ao/htWeu.4NCVdmXFHL7DXxFkD5QsJvJsaEseRx."], ["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", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (7.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'oran_harris@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "oran_harris@example.net"], ["encrypted_password", "$2a$04$/R/eVnfFGIHwtTy6SmXU3eec2VD7DPyyBArPZbpUCgvl3TNZI4.a."], ["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", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'juana.bins@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", Fri, 16 Nov 2012 19:52:51 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "juana.bins@example.org"], ["encrypted_password", "$2a$04$vSMLCG9/ggWQ62VhlDql2.BPu10u.TPpRrxEEckAqpGmIyE.2ZZ8."], ["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", Fri, 16 Nov 2012 19:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (29.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateUsers (20121106220325) Migrating to CreateAlmanacPosts (20121114185255) Migrating to CreateAlmanacBlogs (20121114185256) Migrating to AddExcerptToAlmanacPosts (20121114185257) Migrating to CreateAlmanacFiles (20121114185258) Migrating to RenameFileToImage (20121114185259) Migrating to AddImageFieldsToAlmanacBlogs (20121114185260) Migrating to AddNewFieldsToBlogs (20121114185261) Migrating to ActsAsTaggableOnMigration (20121114185262) Migrating to CreateAlmanacComments (20121114185263) Migrating to AddRakismetFieldsToBlogs (20121114185264) Migrating to AddSpamToComments (20121114185265) Migrating to AddWrittenAtToPosts (20121114185266) Migrating to AddBackgroundFieldsToBlogs (20121114185267) Migrating to AddFooterToAlmanacBlogs (20121114185268) Migrating to ChangeDefaultValueForBackgroundTilesInAlmanacBlogs (20121114185269) Migrating to AddSlugToAlmanacPosts (20121116192008)  (0.1ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.5ms) ALTER TABLE "almanac_posts" ADD "slug" varchar(255)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121116192008')  (43.1ms) commit transaction Migrating to AddIndexToAlmanacPostsOnSlug (20121116195111)  (0.1ms) begin transaction  (0.7ms) CREATE UNIQUE INDEX "index_almanac_posts_on_slug" ON "almanac_posts" ("slug")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121116195111')  (31.5ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (51.3ms) DELETE FROM "users";  (22.2ms) DELETE FROM sqlite_sequence where name = 'users';  (20.2ms) DELETE FROM "almanac_posts";  (0.2ms) DELETE FROM sqlite_sequence where name = 'almanac_posts';  (43.4ms) DELETE FROM "almanac_images";  (0.2ms) DELETE FROM sqlite_sequence where name = 'almanac_images';  (30.1ms) DELETE FROM "tags";  (0.2ms) DELETE FROM sqlite_sequence where name = 'tags';  (1.5ms) DELETE FROM "taggings";  (0.1ms) DELETE FROM sqlite_sequence where name = 'taggings';  (9.1ms) DELETE FROM "almanac_comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_comments';  (51.1ms) DELETE FROM "almanac_blogs";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_blogs';  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (69.1ms) 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", Fri, 16 Nov 2012 19:55:36 UTC +00:00], ["description", "Quidem nobis dolorem reiciendis recusandae et. Quia perspiciatis beatae in. Eos provident ut quia. Magni sit labore debitis dolorum hic recusandae. Sit omnis eum veniam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et quaerat ipsum asperiores voluptas architecto et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (15.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) 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", 3], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:36 UTC +00:00], ["description", "Deserunt unde rem. Repudiandae minus voluptatem et eligendi in enim ratione. Ipsam error porro vel autem. Voluptatem consequatur voluptate ipsam et quia."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sint deleniti rerum dolorem provident."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:36 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  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'ronny_anderson@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", Fri, 16 Nov 2012 19:55:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ronny_anderson@example.net"], ["encrypted_password", "$2a$04$nJSL4.2h06KOPMV/SsqoNe7O7cZ20Y4K8LitR7RdikX5O7iG9.6Py"], ["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", Fri, 16 Nov 2012 19:55:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'barney.runolfsdottir@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", Fri, 16 Nov 2012 19:55:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "barney.runolfsdottir@example.com"], ["encrypted_password", "$2a$04$gVgecRgkED1DYYr7nJPabulEYWwee/06hOqaxmkvimSRC7Fqz2W/K"], ["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", Fri, 16 Nov 2012 19:55:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (10.8ms) 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" = 'ronny_anderson@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", Fri, 16 Nov 2012 19:55:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ronny_anderson@example.net"], ["encrypted_password", "$2a$04$ASVy3TkTSPURR7OtL2PJAeUyH8T4emVH1iZIG39rRGct0VpK5331a"], ["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", Fri, 16 Nov 2012 19:55:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.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" = 'barney.runolfsdottir@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", Fri, 16 Nov 2012 19:55:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "barney.runolfsdottir@example.com"], ["encrypted_password", "$2a$04$5afYbWyvh8vcAIkSd0aUj.DVCOrXCeugsNsBIwKogKtfh3XQP1uwq"], ["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", Fri, 16 Nov 2012 19:55:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_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" = 'ronny_anderson@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", Fri, 16 Nov 2012 19:55:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ronny_anderson@example.net"], ["encrypted_password", "$2a$04$ZGX8W/osGB6FFUuLsSeN4.nRks0t.lcVRTozqmu0Uo3OUxLzbQ1Wa"], ["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", Fri, 16 Nov 2012 19:55:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'barney.runolfsdottir@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", Fri, 16 Nov 2012 19:55:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "barney.runolfsdottir@example.com"], ["encrypted_password", "$2a$04$t5/FVFkOuX/qQPQ0DYtaA.gaNZCah3b2Cs8ojOjlH1kXNJoPQJCLG"], ["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", Fri, 16 Nov 2012 19:55:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (21.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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", 5], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:36 UTC +00:00], ["description", "Excepturi numquam inventore. Aut quo amet tempore ducimus excepturi. In atque architecto. Totam corporis in."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolor aperiam unde."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (12.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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.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", 7], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Nesciunt occaecati praesentium aut non. Eos explicabo quis molestiae incidunt ea qui assumenda. Quos amet velit autem. Voluptate odio ut aut amet debitis et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Non et ut."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = '' LIMIT 1  (13.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) 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", 9], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Sint sunt voluptate quo consequatur voluptatem impedit quaerat. Libero ut laboriosam maxime dolor. Velit distinctio ea nulla. Eius dolorem accusantium. Quo accusantium rem cupiditate omnis nihil nihil."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Nihil nisi nam quod commodi atque dolorem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (3.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) 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", 10], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Quidem nobis dolorem reiciendis recusandae et. Quia perspiciatis beatae in. Eos provident ut quia. Magni sit labore debitis dolorum hic recusandae. Sit omnis eum veniam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et quaerat ipsum asperiores voluptas architecto et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (4.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) 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", 11], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Voluptatem numquam omnis minus. Cupiditate quo labore accusantium magnam cumque. Facilis harum incidunt quia enim nostrum sed sunt. Iusto et facere."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quia fugiat blanditiis ipsum asperiores est saepe."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (4.1ms) 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.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", 12], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Quidem nobis dolorem reiciendis recusandae et. Quia perspiciatis beatae in. Eos provident ut quia. Magni sit labore debitis dolorum hic recusandae. Sit omnis eum veniam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et quaerat ipsum asperiores voluptas architecto et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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", 13], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Ex tempore fuga aperiam omnis id odio totam. Excepturi eum est omnis beatae ipsum. Quo rem rerum ex sunt."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quidem autem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (7.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" = 'ronny_anderson@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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ronny_anderson@example.net"], ["encrypted_password", "$2a$04$vPCd8W5OHCIfQPbI2vgcTuuivIgJQxEEVtdr0rkIFAuYonlunnpxe"], ["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", Fri, 16 Nov 2012 19:55:37 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", 14], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Ut ex officia iusto suscipit eum omnis maiores. Error nihil quis ipsa doloremque veniam dignissimos. Dolorem cum quaerat aut rerum quod. Nihil unde rerum ipsa aut non consequatur. Molestiae enim mollitia sunt."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "At fugit deleniti voluptatum nisi ipsam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 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 113ms (Views: 85.7ms | ActiveRecord: 0.1ms)  (16.1ms) 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" = 'calista@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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "calista@example.net"], ["encrypted_password", "$2a$04$fsK14o4k8OzanUb9SsoNveRed.lrNQVurwa4lba0OPPxr7VucwA.K"], ["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", Fri, 16 Nov 2012 19:55:37 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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Neque cum provident est. Numquam mollitia modi blanditiis. Ut aspernatur sit vitae. Est quidem a modi et voluptatum et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Odio error quia."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_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" = 'jude_jacobs@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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "jude_jacobs@example.org"], ["encrypted_password", "$2a$04$TRAcCnRQuDGQRwVBZhvPA.nTPv5mOsHppOM3H/kVBm0eTN7MYU3n."], ["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", Fri, 16 Nov 2012 19:55:37 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", 16], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Ut ex officia iusto suscipit eum omnis maiores. Error nihil quis ipsa doloremque veniam dignissimos. Dolorem cum quaerat aut rerum quod. Nihil unde rerum ipsa aut non consequatur. Molestiae enim mollitia sunt."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "At fugit deleniti voluptatum nisi ipsam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (7.6ms) 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" = 'keaton.schmeler@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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "keaton.schmeler@example.net"], ["encrypted_password", "$2a$04$kW9zozK6a9NEUUXQfEB5Qef.gk3S2Zq8lEkirM0P4xb7sPfGkYqKW"], ["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", Fri, 16 Nov 2012 19:55:37 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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Fugiat reiciendis explicabo iste inventore. Nisi ut cumque minima aut. Recusandae sit maxime qui qui voluptatem. Beatae velit fuga."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Facilis natus commodi corporis et soluta veniam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'william@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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "william@example.com"], ["encrypted_password", "$2a$04$6qf9GW/1b6NQBmTgXvJiF.9IuViBnq7ST5TviF6NErP09wviiCr3i"], ["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", Fri, 16 Nov 2012 19:55:37 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", 18], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Iure accusantium quia. Veniam doloremque illo. A et dicta et quis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ad pariatur animi aut est."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 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 30ms (Views: 26.0ms | ActiveRecord: 0.1ms)  (16.1ms) 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" = 'ronny_anderson@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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ronny_anderson@example.net"], ["encrypted_password", "$2a$04$ZFLknglHVGDaq7mJ1H41i.1zuHFIuJS51.864qJFIgJM1Wr8RnI66"], ["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", Fri, 16 Nov 2012 19:55:37 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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Ut ex officia iusto suscipit eum omnis maiores. Error nihil quis ipsa doloremque veniam dignissimos. Dolorem cum quaerat aut rerum quod. Nihil unde rerum ipsa aut non consequatur. Molestiae enim mollitia sunt."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "At fugit deleniti voluptatum nisi ipsam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.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" = 'keaton.schmeler@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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "keaton.schmeler@example.net"], ["encrypted_password", "$2a$04$2oNVKi7E72/RmDnTnxPPGuKHjythXm8y8e2ZbHThHriDJsHXKCeIW"], ["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", Fri, 16 Nov 2012 19:55:37 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 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", 20], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Fugiat reiciendis explicabo iste inventore. Nisi ut cumque minima aut. Recusandae sit maxime qui qui voluptatem. Beatae velit fuga."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Facilis natus commodi corporis et soluta veniam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'ronny_anderson@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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ronny_anderson@example.net"], ["encrypted_password", "$2a$04$0k8H7YkO8pVRHOA4/5gaqejYoSmdwMCv2rqY2uFSL4CDcj9thk1Ne"], ["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", Fri, 16 Nov 2012 19:55:37 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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Ut ex officia iusto suscipit eum omnis maiores. Error nihil quis ipsa doloremque veniam dignissimos. Dolorem cum quaerat aut rerum quod. Nihil unde rerum ipsa aut non consequatur. Molestiae enim mollitia sunt."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "At fugit deleniti voluptatum nisi ipsam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'keaton.schmeler@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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "keaton.schmeler@example.net"], ["encrypted_password", "$2a$04$nSvpEEeAsvAEzi63oO9Gwe0q5.nmvvvx3BMcOR8vKBsbC5I5.xSvS"], ["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", Fri, 16 Nov 2012 19:55:37 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", 22], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Fugiat reiciendis explicabo iste inventore. Nisi ut cumque minima aut. Recusandae sit maxime qui qui voluptatem. Beatae velit fuga."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Facilis natus commodi corporis et soluta veniam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.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" = 'ronny_anderson@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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ronny_anderson@example.net"], ["encrypted_password", "$2a$04$ID0pyrSpzyb3dz9wF2AapehwjnOI9bUUnKHFmQ2ZIsK3sMLHFRnwu"], ["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", Fri, 16 Nov 2012 19:55:37 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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Ut ex officia iusto suscipit eum omnis maiores. Error nihil quis ipsa doloremque veniam dignissimos. Dolorem cum quaerat aut rerum quod. Nihil unde rerum ipsa aut non consequatur. Molestiae enim mollitia sunt."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "At fugit deleniti voluptatum nisi ipsam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'calista@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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "calista@example.net"], ["encrypted_password", "$2a$04$AFQ6gyxcnpAiF9mqBnu74uymebboPBk5WVJQYg4SWe/wylwFxfj8C"], ["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", Fri, 16 Nov 2012 19:55:37 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", 24], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Neque cum provident est. Numquam mollitia modi blanditiis. Ut aspernatur sit vitae. Est quidem a modi et voluptatum et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Odio error quia."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"   (0.5ms) 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" = 'ronny_anderson@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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ronny_anderson@example.net"], ["encrypted_password", "$2a$04$7WHruN1y8vTrBHqx2RWQvOJxH0OFYhlJllAxAGYfW8VF6o0zblIAO"], ["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", Fri, 16 Nov 2012 19:55:37 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", 25], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Ut ex officia iusto suscipit eum omnis maiores. Error nihil quis ipsa doloremque veniam dignissimos. Dolorem cum quaerat aut rerum quod. Nihil unde rerum ipsa aut non consequatur. Molestiae enim mollitia sunt."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "At fugit deleniti voluptatum nisi ipsam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'keaton.schmeler@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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "keaton.schmeler@example.net"], ["encrypted_password", "$2a$04$2IipIwK2HFGG8BiMSGwr3ew95gLa1de1tsN/uRv8XdvhztADTrkEa"], ["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", Fri, 16 Nov 2012 19:55:37 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", 26], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Fugiat reiciendis explicabo iste inventore. Nisi ut cumque minima aut. Recusandae sit maxime qui qui voluptatem. Beatae velit fuga."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Facilis natus commodi corporis et soluta veniam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'ronny_anderson@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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ronny_anderson@example.net"], ["encrypted_password", "$2a$04$mymhPeu6ebbR3ERN2wczZOta9exQPCv/6VlcgWKkG.VbYaBtxkLxm"], ["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", Fri, 16 Nov 2012 19:55:37 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", 27], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Ut ex officia iusto suscipit eum omnis maiores. Error nihil quis ipsa doloremque veniam dignissimos. Dolorem cum quaerat aut rerum quod. Nihil unde rerum ipsa aut non consequatur. Molestiae enim mollitia sunt."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "At fugit deleniti voluptatum nisi ipsam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'keaton.schmeler@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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "keaton.schmeler@example.net"], ["encrypted_password", "$2a$04$S/LTRddcypDKNF8uMjlukOEj6PbePsmay2m2j2qHJm6/16XediRte"], ["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", Fri, 16 Nov 2012 19:55:37 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", 28], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Fugiat reiciendis explicabo iste inventore. Nisi ut cumque minima aut. Recusandae sit maxime qui qui voluptatem. Beatae velit fuga."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Facilis natus commodi corporis et soluta veniam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) 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" = 'ronny_anderson@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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ronny_anderson@example.net"], ["encrypted_password", "$2a$04$QVhI/tdOlAFWsZYIdZZP3e76VaqfeUkr96lEQ8/3ScMmKkEaoeLxG"], ["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", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>nil, "description"=>"Iusto nulla molestiae illo ratione pariatur eaque omnis. Ut ex officia iusto suscipit eum omnis maiores. Error nihil quis ipsa doloremque veniam dignissimos.", "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 10ms (Views: 3.5ms | ActiveRecord: 0.3ms)  (0.5ms) 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" = 'freddie@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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "freddie@example.org"], ["encrypted_password", "$2a$04$8/MRHP3wPIzh3oP2jJA/JuTjbvKXxqI1lDV2f7KyMPDKzqodFsjmW"], ["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", Fri, 16 Nov 2012 19:55:37 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"=>"Saepe quas fuga dolorem et. Beatae vel reprehenderit quidem dolorem ea ut. Hic autem veniam doloremque et incidunt sit. Et aspernatur impedit maiores omnis.", "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 7ms (Views: 1.3ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"  (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" = 'ronny_anderson@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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ronny_anderson@example.net"], ["encrypted_password", "$2a$04$cHVs62wq0/m3vjCNl8KPqe1aL2KJmvvshlr4z8kwy1/wYYEm6M6Pu"], ["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", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>"At fugit deleniti voluptatum nisi ipsam.", "description"=>"Ut ex officia iusto suscipit eum omnis maiores. Error nihil quis ipsa doloremque veniam dignissimos. Dolorem cum quaerat aut rerum quod. Nihil unde rerum ipsa aut non consequatur. Molestiae enim mollitia sunt.", "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.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", 1], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Ut ex officia iusto suscipit eum omnis maiores. Error nihil quis ipsa doloremque veniam dignissimos. Dolorem cum quaerat aut rerum quod. Nihil unde rerum ipsa aut non consequatur. Molestiae enim mollitia sunt."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "At fugit deleniti voluptatum nisi ipsam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 6ms (ActiveRecord: 0.8ms)  (0.5ms) 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" = 'calista@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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "calista@example.net"], ["encrypted_password", "$2a$04$9M5qFx.ecoEmFrkkfGRzXee0vG/zq2Q.s2BBtedzp963SAhA2jK22"], ["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", Fri, 16 Nov 2012 19:55:37 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"=>"Odio error quia.", "description"=>"Neque cum provident est. Numquam mollitia modi blanditiis. Ut aspernatur sit vitae. Est quidem a modi et voluptatum et.", "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.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", 1], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Neque cum provident est. Numquam mollitia modi blanditiis. Ut aspernatur sit vitae. Est quidem a modi et voluptatum et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Odio error quia."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 6ms (ActiveRecord: 0.8ms)  (0.0ms) SELECT COUNT(*) FROM "almanac_blogs"  (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" = 'ronny_anderson@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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ronny_anderson@example.net"], ["encrypted_password", "$2a$04$wIa0ftsYg3cGs3WWt67Kme85BgxYC0xpuakUySLT5SR8ZKg12C.hi"], ["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", Fri, 16 Nov 2012 19:55:37 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", 29], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Ut ex officia iusto suscipit eum omnis maiores. Error nihil quis ipsa doloremque veniam dignissimos. Dolorem cum quaerat aut rerum quod. Nihil unde rerum ipsa aut non consequatur. Molestiae enim mollitia sunt."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "At fugit deleniti voluptatum nisi ipsam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Itaque harum praesentium hic fugiat. Voluptas voluptas quisquam distinctio. Est laudantium quod et quia eos sapiente tempora. Ut consequatur labore voluptas voluptate consectetur.", "author_id"=>"30"}} 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 8ms (Views: 2.5ms | ActiveRecord: 0.3ms)  (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" = 'lewis_gusikowski@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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lewis_gusikowski@example.net"], ["encrypted_password", "$2a$04$qe0KllkAsPO6UDqp6on4mudRJ5S3a.sJIue67NnVSKbEb3.RyMozG"], ["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", Fri, 16 Nov 2012 19:55:37 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", 31], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Molestiae voluptatem quis quidem id. Dolores aut at voluptatem aut voluptates similique. Consequatur vero laboriosam numquam aliquam. Harum exercitationem ut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ea voluptatem provident itaque in."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Molestias consequuntur vero. Voluptatum rerum corporis nesciunt voluptates quasi. Facere ea accusamus voluptate. Ipsa reiciendis libero quis reprehenderit.", "author_id"=>"32"}} 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 6ms (Views: 1.5ms | ActiveRecord: 0.3ms) Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (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" = 'ronny_anderson@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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ronny_anderson@example.net"], ["encrypted_password", "$2a$04$FZo4t1ZJVtijHzW1zYIaueHaVQHjM.I6tLEsv7OeVqWgpPOSPU/32"], ["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", Fri, 16 Nov 2012 19:55:37 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", 33], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Ut ex officia iusto suscipit eum omnis maiores. Error nihil quis ipsa doloremque veniam dignissimos. Dolorem cum quaerat aut rerum quod. Nihil unde rerum ipsa aut non consequatur. Molestiae enim mollitia sunt."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "At fugit deleniti voluptatum nisi ipsam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Odit voluptas ipsam.", "description"=>"Voluptas voluptas quisquam distinctio. Est laudantium quod et quia eos sapiente tempora. Ut consequatur labore voluptas voluptate consectetur.", "author_id"=>"34"}} 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" = 'Odit voluptas ipsam.', "description" = 'Voluptas voluptas quisquam distinctio. Est laudantium quod et quia eos sapiente tempora. Ut consequatur labore voluptas voluptate consectetur.', "author_id" = 34, "updated_at" = '2012-11-16 19:55:37.865244' 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)  (0.5ms) 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" = 'lewis_gusikowski@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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lewis_gusikowski@example.net"], ["encrypted_password", "$2a$04$5riyufNJl/3eVm/l9ZmPgevWf/83chLFk8KnSqiU9eQVNt2shYjrW"], ["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", Fri, 16 Nov 2012 19:55:37 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", 35], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Molestiae voluptatem quis quidem id. Dolores aut at voluptatem aut voluptates similique. Consequatur vero laboriosam numquam aliquam. Harum exercitationem ut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ea voluptatem provident itaque in."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Testz", "description"=>"Molestias consequuntur vero. Voluptatum rerum corporis nesciunt voluptates quasi. Facere ea accusamus voluptate. Ipsa reiciendis libero quis reprehenderit.", "author_id"=>"36"}} 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" = 'Molestias consequuntur vero. Voluptatum rerum corporis nesciunt voluptates quasi. Facere ea accusamus voluptate. Ipsa reiciendis libero quis reprehenderit.', "author_id" = 36, "updated_at" = '2012-11-16 19:55:37.883221' 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]]  (0.5ms) 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" = 'ronny_anderson@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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ronny_anderson@example.net"], ["encrypted_password", "$2a$04$DXFI6vSPHGgy.amToNLgj.9GB8ENrzNueIN7RoYloy11tx8Q0aw5q"], ["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", Fri, 16 Nov 2012 19:55:37 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", 37], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Ut ex officia iusto suscipit eum omnis maiores. Error nihil quis ipsa doloremque veniam dignissimos. Dolorem cum quaerat aut rerum quod. Nihil unde rerum ipsa aut non consequatur. Molestiae enim mollitia sunt."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "At fugit deleniti voluptatum nisi ipsam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'keaton.schmeler@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", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "keaton.schmeler@example.net"], ["encrypted_password", "$2a$04$5ZIzwTv0oNsEC2IHybjTE.OxON5PJzJqz3zbQUfnWYv0s6/S2hjhW"], ["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", Fri, 16 Nov 2012 19:55:37 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", 38], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00], ["description", "Fugiat reiciendis explicabo iste inventore. Nisi ut cumque minima aut. Recusandae sit maxime qui qui voluptatem. Beatae velit fuga."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Facilis natus commodi corporis et soluta veniam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:55:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction Connecting to database specified by database.yml  (20.4ms) DELETE FROM "users";  (19.4ms) DELETE FROM sqlite_sequence where name = 'users';  (2.1ms) DELETE FROM "almanac_posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_posts';  (21.7ms) DELETE FROM "almanac_images";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_images';  (1.5ms) DELETE FROM "tags";  (0.1ms) DELETE FROM sqlite_sequence where name = 'tags';  (1.1ms) DELETE FROM "taggings";  (0.1ms) DELETE FROM sqlite_sequence where name = 'taggings';  (1.4ms) DELETE FROM "almanac_comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_comments';  (27.7ms) DELETE FROM "almanac_blogs";  (0.1ms) 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" = 'porter@example.org' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (16.8ms) 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", Fri, 16 Nov 2012 19:56:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "porter@example.org"], ["encrypted_password", "$2a$04$pRi6Mt/Vzt8VpyJ0gkAinuE8mVbylekL7duMQFmdLfyNTNymyqC72"], ["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", Fri, 16 Nov 2012 19:56:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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" = 'laurence@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", Fri, 16 Nov 2012 19:56:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "laurence@example.org"], ["encrypted_password", "$2a$04$/M5dzS34YMUJ/ZvqOvyl2OCYFLcAdnB7UMU6i96W0WM8rzCbVJeI6"], ["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", Fri, 16 Nov 2012 19:56:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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" = 'porter@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", Fri, 16 Nov 2012 19:56:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "porter@example.org"], ["encrypted_password", "$2a$04$L7Iwrxx75T7e/fl1zXKyWei/rSdvQrfF0zIaif9xqOVoab7NKVLSK"], ["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", Fri, 16 Nov 2012 19:56:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'laurence@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", Fri, 16 Nov 2012 19:56:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "laurence@example.org"], ["encrypted_password", "$2a$04$CLZqirjcfZeVvd0xH2XFwOPhjyglaNNL6O8cyRdSi6w1AWq4ckVn."], ["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", Fri, 16 Nov 2012 19:56:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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" = 'porter@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", Fri, 16 Nov 2012 19:56:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "porter@example.org"], ["encrypted_password", "$2a$04$an3B7osIziQx.MxdrXBxIuyBMXoupmMFsB0qIx9c/krhd8AwMCQ9u"], ["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", Fri, 16 Nov 2012 19:56:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'laurence@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", Fri, 16 Nov 2012 19:56:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "laurence@example.org"], ["encrypted_password", "$2a$04$GhQ0jdUXpGEa/AiwwMU5veW3Zduy2FwG3B.j0RO/I0OmJoChu4s/y"], ["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", Fri, 16 Nov 2012 19:56:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (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", 1], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:12 UTC +00:00], ["description", "Qui nesciunt occaecati itaque beatae ut consequatur. Sint eveniet quo sequi. Fuga nulla voluptas omnis. Est eaque et exercitationem perferendis fugit enim sint. Sed ipsum vero non debitis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Natus deleniti beatae ut quis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:12 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) rollback transaction  (0.0ms) 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", 4], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:12 UTC +00:00], ["description", "Eveniet repellat quam. Laudantium aut soluta sint. In natus ea exercitationem. Voluptatem dolor sed. Ut illum in inventore sed."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et cumque fugiat consequatur autem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (0.4ms) 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" = 'porter@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", Fri, 16 Nov 2012 19:56:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "porter@example.org"], ["encrypted_password", "$2a$04$7PD7O1sk5LLfPUGUDF2cxuphEEdMi8J.QjBurNt5du1XodnuGWXBO"], ["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", Fri, 16 Nov 2012 19:56:12 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", 5], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:12 UTC +00:00], ["description", "Veritatis quos vel alias iure. Et reiciendis pariatur. Et ipsa dolorum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quasi et repellat."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:12 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 80ms (Views: 63.2ms | ActiveRecord: 0.1ms)  (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" = 'pat@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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "pat@example.org"], ["encrypted_password", "$2a$04$QXjLXTDBTorQwYLQlzjYee5iwQAZwY4p9PlPCblfNH7aHkRmdKRya"], ["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", Fri, 16 Nov 2012 19:56:13 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", 6], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Incidunt laborum qui unde maxime. Exercitationem vitae rerum esse et illum. Dolor numquam aut qui nihil ipsa. Corporis ex voluptatem facilis. Numquam exercitationem recusandae."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Consequatur molestiae a quis vero hic."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'porter@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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "porter@example.org"], ["encrypted_password", "$2a$04$mFeZoMbjAkscJ7Fs9k23OOAb9Zva.wgVxWBOwi/YkUXaOb4dTEZya"], ["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", Fri, 16 Nov 2012 19:56:13 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", 7], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Veritatis quos vel alias iure. Et reiciendis pariatur. Et ipsa dolorum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quasi et repellat."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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" = 'pat@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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "pat@example.org"], ["encrypted_password", "$2a$04$mfk6g1aEBAlwfeXu8ZO5ueeqUxl8b3UpiGVJZY2LcIT5gOiuImsqq"], ["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", Fri, 16 Nov 2012 19:56:13 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", 8], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Incidunt laborum qui unde maxime. Exercitationem vitae rerum esse et illum. Dolor numquam aut qui nihil ipsa. Corporis ex voluptatem facilis. Numquam exercitationem recusandae."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Consequatur molestiae a quis vero hic."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) 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" = 'porter@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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "porter@example.org"], ["encrypted_password", "$2a$04$mWPwGSXxrYdbvTaE/Kapz.W5sPivuJuypo.Ch5/u3ogGmYWMRfchW"], ["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", Fri, 16 Nov 2012 19:56:13 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", 9], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Veritatis quos vel alias iure. Et reiciendis pariatur. Et ipsa dolorum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quasi et repellat."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'kory@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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "kory@example.com"], ["encrypted_password", "$2a$04$I5eXFdoJ7/513x03ndmnwunpQ7xl8194i1gK3v8OPdeySXP2U1rfC"], ["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", Fri, 16 Nov 2012 19:56:13 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", 10], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Exercitationem vitae rerum esse et illum. Dolor numquam aut qui nihil ipsa. Corporis ex voluptatem facilis. Numquam exercitationem recusandae. Voluptas reiciendis occaecati nihil ad dolor culpa."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Incidunt laborum qui unde."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) 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" = 'roselyn_robel@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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "roselyn_robel@example.com"], ["encrypted_password", "$2a$04$jeD8s/yRJfXVpVLQbq197eogz304v3iosRyh9v0Q0DopmJc2TDKoO"], ["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", Fri, 16 Nov 2012 19:56:13 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", 11], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Praesentium nostrum unde labore asperiores. Libero sed quo dolor sapiente. Quia vel qui perferendis. Nemo non autem omnis sapiente alias."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Nobis debitis voluptas et eaque et culpa."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 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 7ms (Views: 2.6ms | 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" = 'florine@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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "florine@example.org"], ["encrypted_password", "$2a$04$f7A3WE2q1w.dceRHQFITp.pYkDhm1pcy9AVGfI6aj6JVHZoRotVd."], ["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", Fri, 16 Nov 2012 19:56:13 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", 12], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Qui sunt qui aut beatae explicabo. Ea dolore a et laborum. Enim aperiam vitae nihil aliquid. Quod iusto provident. Possimus et sapiente iusto similique dolorem."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sit qui magnam exercitationem et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'melya.reichert@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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "melya.reichert@example.com"], ["encrypted_password", "$2a$04$.WWbnAbxpIVQQRUMGlTDUu16byKeaqounof3m.hoZATnj2VO3ztBC"], ["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", Fri, 16 Nov 2012 19:56:13 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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Error qui corrupti eius rem. Et voluptatem maiores. Eum eum distinctio deserunt vel architecto earum qui."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eos ratione facere odit accusamus aperiam est."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'porter@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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "porter@example.org"], ["encrypted_password", "$2a$04$0twBel/p078Yhcg0F9mLt.5e.LSigz7L8gShn/iG3F5oxbP4vZW3u"], ["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", Fri, 16 Nov 2012 19:56:13 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", 14], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Veritatis quos vel alias iure. Et reiciendis pariatur. Et ipsa dolorum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quasi et repellat."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'kory@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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "kory@example.com"], ["encrypted_password", "$2a$04$EP3K7894jv0d/oj5gtCpueq3fhTeWj7twpQ0YAqdNsjrOp26zOKnC"], ["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", Fri, 16 Nov 2012 19:56:13 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", 15], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Exercitationem vitae rerum esse et illum. Dolor numquam aut qui nihil ipsa. Corporis ex voluptatem facilis. Numquam exercitationem recusandae. Voluptas reiciendis occaecati nihil ad dolor culpa."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Incidunt laborum qui unde."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'porter@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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "porter@example.org"], ["encrypted_password", "$2a$04$NYKmI.BX3ZksBeE1YaSrDu9M9G8jnTiVoEru9K42SaZibiJWKDPwW"], ["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", Fri, 16 Nov 2012 19:56:13 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", 16], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Veritatis quos vel alias iure. Et reiciendis pariatur. Et ipsa dolorum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quasi et repellat."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'kory@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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "kory@example.com"], ["encrypted_password", "$2a$04$xLNSAqMVOzWhBK0hJbox8eVpJHncceQ7u4451H5vw8g5kBtP7ig2C"], ["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", Fri, 16 Nov 2012 19:56:13 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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Exercitationem vitae rerum esse et illum. Dolor numquam aut qui nihil ipsa. Corporis ex voluptatem facilis. Numquam exercitationem recusandae. Voluptas reiciendis occaecati nihil ad dolor culpa."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Incidunt laborum qui unde."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'porter@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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "porter@example.org"], ["encrypted_password", "$2a$04$USpmTVQT8LYQPXASU.W9eewtewp1eTXxvbJ0fr2xj5qw2xjmPmPZy"], ["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", Fri, 16 Nov 2012 19:56:13 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", 18], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Veritatis quos vel alias iure. Et reiciendis pariatur. Et ipsa dolorum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quasi et repellat."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'kory@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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "kory@example.com"], ["encrypted_password", "$2a$04$B6xZbN1YfAGsEFjjWQO7TuWLwMv3P2jjxm6qk9x59baBoGjZzqoSG"], ["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", Fri, 16 Nov 2012 19:56:13 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", 19], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Exercitationem vitae rerum esse et illum. Dolor numquam aut qui nihil ipsa. Corporis ex voluptatem facilis. Numquam exercitationem recusandae. Voluptas reiciendis occaecati nihil ad dolor culpa."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Incidunt laborum qui unde."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'porter@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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "porter@example.org"], ["encrypted_password", "$2a$04$IDQ95GWAWWtXCisODU8r6ejBdRpSvGngf6E6OT42OW/QNNaAyhr/2"], ["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", Fri, 16 Nov 2012 19:56:13 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", 20], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Veritatis quos vel alias iure. Et reiciendis pariatur. Et ipsa dolorum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quasi et repellat."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'kory@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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "kory@example.com"], ["encrypted_password", "$2a$04$DM7K72EIKUUc.sEi3yGEXu2Jc/3E5wO5vfRfjUM4h3jbhdp1K8Xi6"], ["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", Fri, 16 Nov 2012 19:56:13 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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Exercitationem vitae rerum esse et illum. Dolor numquam aut qui nihil ipsa. Corporis ex voluptatem facilis. Numquam exercitationem recusandae. Voluptas reiciendis occaecati nihil ad dolor culpa."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Incidunt laborum qui unde."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'porter@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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "porter@example.org"], ["encrypted_password", "$2a$04$em00PlPE3YlJMFSgBS9jz.7L1F79v54G7zEAUxQ1dM.0RBqVNNtqC"], ["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", Fri, 16 Nov 2012 19:56:13 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", 22], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Veritatis quos vel alias iure. Et reiciendis pariatur. Et ipsa dolorum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quasi et repellat."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Repellendus earum sunt officia alias corporis est ut. Voluptate et laudantium sed laborum. Qui exercitationem nobis tenetur commodi in voluptatibus.", "author_id"=>"23"}} 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 9ms (Views: 3.4ms | ActiveRecord: 0.3ms)  (0.6ms) 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" = 'duane@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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "duane@example.org"], ["encrypted_password", "$2a$04$fSf0HO0fZOqzNxQlTaFituyOIJvGlsDAfu04ACumiptxGYhHaC3HC"], ["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", Fri, 16 Nov 2012 19:56:13 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", 24], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Minima et earum quaerat velit. Optio vero voluptas. Autem tempore repellat impedit et. Voluptas totam aperiam distinctio odit. Nobis veritatis vel sed recusandae autem non repellat."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ea dolore a et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Illum sunt reiciendis autem ducimus corporis et. Nihil sunt molestias quae aut. Temporibus ex vel placeat veritatis aut deserunt. Adipisci quo alias provident qui nisi.", "author_id"=>"25"}} 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 6ms (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.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" = 'porter@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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "porter@example.org"], ["encrypted_password", "$2a$04$wWRPauygiB8IEcB9cUE4Xe9ZRqpejP/AOz/dxSLxR7Ni81uDIDB3S"], ["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", Fri, 16 Nov 2012 19:56:13 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", 26], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Veritatis quos vel alias iure. Et reiciendis pariatur. Et ipsa dolorum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quasi et repellat."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Expedita velit odio alias neque.", "description"=>"Rerum rerum dolores perspiciatis modi adipisci ut autem. Repudiandae sunt quidem aut. Officiis placeat architecto labore vitae ipsum est.", "author_id"=>"27"}} 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" = 'Expedita velit odio alias neque.', "description" = 'Rerum rerum dolores perspiciatis modi adipisci ut autem. Repudiandae sunt quidem aut. Officiis placeat architecto labore vitae ipsum est.', "author_id" = 27, "updated_at" = '2012-11-16 19:56:13.264750' 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)  (0.5ms) 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" = 'etha@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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "etha@example.net"], ["encrypted_password", "$2a$04$Cmu7lxwuxQX6NROdOA3Go.agLMOdqlITbjPZNv8TcFQaAR4BhH/Ba"], ["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", Fri, 16 Nov 2012 19:56:13 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", 28], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Numquam exercitationem recusandae. Voluptas reiciendis occaecati nihil ad dolor culpa. Harum odio error aliquid omnis minima."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Incidunt rerum non ut tempore impedit ad."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Testz", "description"=>"Dolore est deleniti at quisquam. Occaecati aut qui provident est. Esse et soluta. Explicabo rerum magnam neque minima.", "author_id"=>"29"}} 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" = 'Dolore est deleniti at quisquam. Occaecati aut qui provident est. Esse et soluta. Explicabo rerum magnam neque minima.', "author_id" = 29, "updated_at" = '2012-11-16 19:56:13.283751' 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.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) 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" = 'porter@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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "porter@example.org"], ["encrypted_password", "$2a$04$KF8EzjMlh/qxzhrtEq8bSe5/jaCHH.sDusYZskknPVb7/Y3ICyyF6"], ["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", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>nil, "description"=>"Ducimus tenetur voluptatem. Assumenda repellat voluptatibus dignissimos aut molestiae. Dolor illum quisquam perferendis dolor et sunt. Ad quasi doloribus eveniet rerum.", "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 8ms (Views: 2.7ms | ActiveRecord: 0.3ms)  (0.5ms) 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" = 'katelynn_hayes@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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "katelynn_hayes@example.org"], ["encrypted_password", "$2a$04$uKbHzPqPgZm34nDJvC8BYO8vkSLIkVeT9qkFfx8HDxHH.UQPvC.pW"], ["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", Fri, 16 Nov 2012 19:56:13 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"=>"Aperiam dolor consequatur voluptatem iste dolores velit. Incidunt laborum qui unde maxime. Exercitationem vitae rerum esse et illum.", "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 7ms (Views: 1.4ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"   (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" = 'porter@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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "porter@example.org"], ["encrypted_password", "$2a$04$n53yurAyEigA4XhU0rAt/.VDmOBtd8g2eOJNXRVe4rhPDny3G9MQy"], ["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", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>"Quasi et repellat.", "description"=>"Veritatis quos vel alias iure. Et reiciendis pariatur. Et ipsa dolorum.", "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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Veritatis quos vel alias iure. Et reiciendis pariatur. Et ipsa dolorum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quasi et repellat."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.8ms)  (0.5ms) 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" = 'pat@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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "pat@example.org"], ["encrypted_password", "$2a$04$2GpMSSKt2P4U40.7P1vuQ.cWeMBzrqOT6fTYfZi37urjftX1LXu9S"], ["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", Fri, 16 Nov 2012 19:56:13 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"=>"Consequatur molestiae a quis vero hic.", "description"=>"Incidunt laborum qui unde maxime. Exercitationem vitae rerum esse et illum. Dolor numquam aut qui nihil ipsa. Corporis ex voluptatem facilis. Numquam exercitationem recusandae.", "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", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Incidunt laborum qui unde maxime. Exercitationem vitae rerum esse et illum. Dolor numquam aut qui nihil ipsa. Corporis ex voluptatem facilis. Numquam exercitationem recusandae."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Consequatur molestiae a quis vero hic."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"   (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) 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", 30], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Hic incidunt quia sunt commodi quod. Molestiae repellendus aut repudiandae. Non praesentium sequi autem a. Quasi molestiae tenetur dolor voluptatem ad enim delectus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Numquam et magnam quisquam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) 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", 32], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Et eius repellat omnis. Dolor voluptate ipsa pariatur voluptas eum quas. Iste consequatur quia distinctio error culpa minus aliquam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Perferendis qui consequatur."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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", 34], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Consectetur ex sequi ut rerum voluptas. Dignissimos fugit sunt eos. Quia enim exercitationem ut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolorem voluptate veritatis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE 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.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", 35], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Ut autem aut quas. Incidunt fugiat commodi eveniet eum tempora. Voluptatem sint quo veritatis harum nemo fugiat."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ut dolores et unde iure."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE 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.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", 36], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Asperiores recusandae nulla molestiae ratione architecto molestiae adipisci. Esse voluptatem dolorem et impedit facilis praesentium. Praesentium voluptatem esse quas fugiat. Ut voluptas est sit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sit deleniti culpa quia."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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", 37], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Cum est dolorum. Perspiciatis unde provident voluptatem aliquid. Voluptatibus aut voluptatem iure nihil qui et odio."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eveniet temporibus qui error est."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (19.9ms) 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", 38], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00], ["description", "Ut autem aut quas. Incidunt fugiat commodi eveniet eum tempora. Voluptatem sint quo veritatis harum nemo fugiat."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ut dolores et unde iure."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:56:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (21.6ms) DELETE FROM "users";  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (13.5ms) DELETE FROM "almanac_posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_posts';  (14.8ms) DELETE FROM "almanac_images";  (0.2ms) DELETE FROM sqlite_sequence where name = 'almanac_images';  (2.8ms) DELETE FROM "tags";  (0.1ms) DELETE FROM sqlite_sequence where name = 'tags';  (2.8ms) DELETE FROM "taggings";  (0.1ms) DELETE FROM sqlite_sequence where name = 'taggings';  (18.2ms) DELETE FROM "almanac_comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_comments';  (8.0ms) 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" = 'lorenza_heidenreich@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (25.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", Fri, 16 Nov 2012 19:57:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lorenza_heidenreich@example.com"], ["encrypted_password", "$2a$04$vEhtoKgUCxOQ0XBoaf78t.ZjI5kYOO57BG2hr2I/ZsEKqYbQMg2Ie"], ["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", Fri, 16 Nov 2012 19:57:31 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", Fri, 16 Nov 2012 19:57:31 UTC +00:00], ["description", "Occaecati vitae quo sit officia. Voluptatem at consequuntur iste natus fuga. Omnis qui totam velit nemo ea ratione consectetur. In sint ut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dicta vitae sed deserunt."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:31 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["blog_id", 1], ["body", "Eius reiciendis consequatur at. Aut aut autem minus qui rerum. Deleniti nam repellendus velit voluptatem dolores reiciendis ut. Aspernatur sed ea qui doloremque quod. Sit enim voluptate ut eum ut nihil. Illo iure pariatur placeat quos delectus."], ["created_at", Fri, 16 Nov 2012 19:57:31 UTC +00:00], ["excerpt", "Sint voluptas placeat dolores ad."], ["published", true], ["slug", nil], ["title", "Accusamus culpa numquam rerum sed."], ["updated_at", Fri, 16 Nov 2012 19:57:31 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) 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", Fri, 16 Nov 2012 19:57:31 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", Fri, 16 Nov 2012 19:57:31 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", Fri, 16 Nov 2012 19:57:31 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", Fri, 16 Nov 2012 19:57:31 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", Fri, 16 Nov 2012 19:57:31 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", "karine_keebler@example.org"], ["author_name", "Noemi Welch"], ["body", "Dignissimos eligendi eveniet et repellat. Numquam exercitationem est aspernatur qui. Vitae non quae laudantium."], ["created_at", Fri, 16 Nov 2012 19:57:31 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:31 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.6ms)  (6.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" = 'danielle.little@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", Fri, 16 Nov 2012 19:57:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "danielle.little@example.com"], ["encrypted_password", "$2a$04$AZK2gDXmx5Sm80dO8amC2uMp792LzD1wz/ZwvCnTRr9rOmSRVvt4S"], ["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", Fri, 16 Nov 2012 19:57:31 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", Fri, 16 Nov 2012 19:57:31 UTC +00:00], ["description", "Officiis saepe quo eius. Maxime consequuntur accusamus placeat. Est amet veritatis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Pariatur sunt eos reiciendis neque."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:31 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 3], ["blog_id", 1], ["body", "Sit dicta id voluptas veritatis commodi. Facilis eos numquam minus iste. Modi dolor accusamus officiis vero quasi eum. Saepe explicabo mollitia odit consequatur deserunt reiciendis atque. Iste sunt dolores quidem veritatis."], ["created_at", Fri, 16 Nov 2012 19:57:31 UTC +00:00], ["excerpt", "Voluptatem."], ["published", true], ["slug", nil], ["title", "Laborum fugit ut."], ["updated_at", Fri, 16 Nov 2012 19:57:31 UTC +00:00], ["written_at", Fri, 16 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", Fri, 16 Nov 2012 19:57:31 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", Fri, 16 Nov 2012 19:57:31 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", Fri, 16 Nov 2012 19:57:31 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", Fri, 16 Nov 2012 19:57:31 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", Fri, 16 Nov 2012 19:57:31 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.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "carrie@example.com"], ["author_name", "Alfonso Heidenreich"], ["body", "Id consequatur harum laborum ut. Tenetur et natus eveniet dolore consequuntur."], ["created_at", Fri, 16 Nov 2012 19:57:31 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:31 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.0ms) 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 6ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_comments"   (3.0ms) 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" = 'lorenza_heidenreich@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", Fri, 16 Nov 2012 19:57:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lorenza_heidenreich@example.com"], ["encrypted_password", "$2a$04$aC0gEDe/fHmBqqJ5kcukv.ZS98dtOVrB8V/SdCIXUpQzoWewtbFGW"], ["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", Fri, 16 Nov 2012 19:57:31 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", 6], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:31 UTC +00:00], ["description", "Occaecati vitae quo sit officia. Voluptatem at consequuntur iste natus fuga. Omnis qui totam velit nemo ea ratione consectetur. In sint ut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dicta vitae sed deserunt."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:31 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 5], ["blog_id", 1], ["body", "Eius reiciendis consequatur at. Aut aut autem minus qui rerum. Deleniti nam repellendus velit voluptatem dolores reiciendis ut. Aspernatur sed ea qui doloremque quod. Sit enim voluptate ut eum ut nihil. Illo iure pariatur placeat quos delectus."], ["created_at", Fri, 16 Nov 2012 19:57:31 UTC +00:00], ["excerpt", "Sint voluptas placeat dolores ad."], ["published", true], ["slug", nil], ["title", "Accusamus culpa numquam rerum sed."], ["updated_at", Fri, 16 Nov 2012 19:57:31 UTC +00:00], ["written_at", Fri, 16 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.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" = '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.3ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 19:57:31 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", Fri, 16 Nov 2012 19:57:31 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", Fri, 16 Nov 2012 19:57:31 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", Fri, 16 Nov 2012 19:57:31 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", Fri, 16 Nov 2012 19:57:31 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"=>"Noemi Welch", "author_email"=>"karine_keebler@example.org", "body"=>"Dignissimos eligendi eveniet et repellat. Numquam exercitationem est aspernatur qui. Vitae non quae laudantium."}, "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", "karine_keebler@example.org"], ["author_name", "Noemi Welch"], ["body", "Dignissimos eligendi eveniet et repellat. Numquam exercitationem est aspernatur qui. Vitae non quae laudantium."], ["created_at", Fri, 16 Nov 2012 19:57:31 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/1 Completed 302 Found in 8ms (ActiveRecord: 0.5ms)  (1.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" = 'danielle.little@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", Fri, 16 Nov 2012 19:57:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "danielle.little@example.com"], ["encrypted_password", "$2a$04$YU3zXeeF0H92DD31zVUsRuD9vGiqlSLQNQI5DRX8hd5opRCkPr9R2"], ["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", Fri, 16 Nov 2012 19:57:31 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", Fri, 16 Nov 2012 19:57:31 UTC +00:00], ["description", "Officiis saepe quo eius. Maxime consequuntur accusamus placeat. Est amet veritatis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Pariatur sunt eos reiciendis neque."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:31 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 7], ["blog_id", 1], ["body", "Sit dicta id voluptas veritatis commodi. Facilis eos numquam minus iste. Modi dolor accusamus officiis vero quasi eum. Saepe explicabo mollitia odit consequatur deserunt reiciendis atque. Iste sunt dolores quidem veritatis."], ["created_at", Fri, 16 Nov 2012 19:57:31 UTC +00:00], ["excerpt", "Voluptatem."], ["published", true], ["slug", nil], ["title", "Laborum fugit ut."], ["updated_at", Fri, 16 Nov 2012 19:57:31 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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", Fri, 16 Nov 2012 19:57:31 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", Fri, 16 Nov 2012 19:57:31 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", Fri, 16 Nov 2012 19:57:31 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", Fri, 16 Nov 2012 19:57:31 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 19:57:31 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_comments"  Processing by Almanac::CommentsController#create as HTML Parameters: {"comment"=>{"author_name"=>"Alfonso Heidenreich", "author_email"=>"carrie@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 9ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_comments"  (2.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" = 'lorenza_heidenreich@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", Fri, 16 Nov 2012 19:57:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lorenza_heidenreich@example.com"], ["encrypted_password", "$2a$04$yOxFrKjZrX12zV7onH6YaOBG/oqV0ko3k2zH1LdisrSxZWLfp58py"], ["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", Fri, 16 Nov 2012 19:57:31 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", Fri, 16 Nov 2012 19:57:31 UTC +00:00], ["description", "Occaecati vitae quo sit officia. Voluptatem at consequuntur iste natus fuga. Omnis qui totam velit nemo ea ratione consectetur. In sint ut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dicta vitae sed deserunt."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:31 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 9], ["blog_id", 1], ["body", "Eius reiciendis consequatur at. Aut aut autem minus qui rerum. Deleniti nam repellendus velit voluptatem dolores reiciendis ut. Aspernatur sed ea qui doloremque quod. Sit enim voluptate ut eum ut nihil. Illo iure pariatur placeat quos delectus."], ["created_at", Fri, 16 Nov 2012 19:57:31 UTC +00:00], ["excerpt", "Sint voluptas placeat dolores ad."], ["published", true], ["slug", nil], ["title", "Accusamus culpa numquam rerum sed."], ["updated_at", Fri, 16 Nov 2012 19:57:31 UTC +00:00], ["written_at", Fri, 16 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", Fri, 16 Nov 2012 19:57:31 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", Fri, 16 Nov 2012 19:57:31 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", Fri, 16 Nov 2012 19:57:31 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", Fri, 16 Nov 2012 19:57:31 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", Fri, 16 Nov 2012 19:57:31 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"=>"Noemi Welch", "author_email"=>"karine_keebler@example.org", "body"=>"Dignissimos eligendi eveniet et repellat. Numquam exercitationem est aspernatur qui. Vitae non quae laudantium."}, "post_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 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "karine_keebler@example.org"], ["author_name", "Noemi Welch"], ["body", "Dignissimos eligendi eveniet et repellat. Numquam exercitationem est aspernatur qui. Vitae non quae laudantium."], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/1 Completed 302 Found in 7ms (ActiveRecord: 0.4ms)  (14.0ms) 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" = 'danielle.little@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", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "danielle.little@example.com"], ["encrypted_password", "$2a$04$GMcaxkCr9pdW7qA1WZkrBOEUikg9fZYVRb1bCR0svUCciRKpniMz6"], ["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", Fri, 16 Nov 2012 19:57:32 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", 12], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["description", "Officiis saepe quo eius. Maxime consequuntur accusamus placeat. Est amet veritatis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Pariatur sunt eos reiciendis neque."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:32 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 11], ["blog_id", 1], ["body", "Sit dicta id voluptas veritatis commodi. Facilis eos numquam minus iste. Modi dolor accusamus officiis vero quasi eum. Saepe explicabo mollitia odit consequatur deserunt reiciendis atque. Iste sunt dolores quidem veritatis."], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["excerpt", "Voluptatem."], ["published", true], ["slug", nil], ["title", "Laborum fugit ut."], ["updated_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["written_at", Fri, 16 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.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" = '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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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  (0.1ms) SELECT COUNT(*) FROM "almanac_comments" Processing by Almanac::CommentsController#create as HTML Parameters: {"comment"=>{"author_name"=>"Alfonso Heidenreich", "author_email"=>"carrie@example.com", "body"=>"Id consequatur harum laborum ut. Tenetur et natus eveniet dolore consequuntur."}, "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", "carrie@example.com"], ["author_name", "Alfonso Heidenreich"], ["body", "Id consequatur harum laborum ut. Tenetur et natus eveniet dolore consequuntur."], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:32 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)  (0.1ms) SELECT COUNT(*) FROM "almanac_comments"  (1.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.2ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (27.1ms) 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", 14], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["description", "Consectetur beatae reiciendis perferendis ad nostrum. Asperiores dolor reiciendis quo vero. Tempore iure non et odit molestiae repudiandae ut. Expedita repellat perspiciatis harum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ad sint sunt consequatur et vel."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (7.4ms) 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", 15], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["description", "Molestiae voluptas similique quae doloribus. Esse et qui est quo. Illo placeat magnam sed ut consectetur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Iusto inventore commodi cumque ut qui."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:32 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  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (3.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" = 'faustino_lindgren@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", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "faustino_lindgren@example.net"], ["encrypted_password", "$2a$04$EKSwAZ2AdRK6FfnMgTqdA.VokPOyH88PTgkDclfJYL/mA5FtKiCYK"], ["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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["description", "Eos architecto nesciunt perferendis laudantium ipsa natus explicabo. Eius dignissimos laborum delectus voluptatem in voluptas suscipit. Aut aut autem minus qui rerum. Deleniti nam repellendus velit voluptatem dolores reiciendis ut. Aspernatur sed ea qui doloremque quod."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Qui dicta asperiores eveniet et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:32 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 18], ["blog_id", 1], ["body", "Exercitationem aperiam explicabo fugiat porro et placeat. Occaecati vitae quo sit officia. Voluptatem at consequuntur iste natus fuga. Omnis qui totam velit nemo ea ratione consectetur. In sint ut. Rerum rerum voluptates fugit qui sit est. Ea quia ut voluptate fugiat dolores assumenda."], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["excerpt", "Illo iure pariatur placeat."], ["published", false], ["slug", nil], ["title", "Sit enim voluptate ut eum ut nihil."], ["updated_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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.0ms) 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 19], ["blog_id", 1], ["body", "Harum magnam natus consequatur rerum id nobis animi. Sed vero unde tempora iusto dolores. Sit cumque doloremque ut eius laudantium. Eum quas ex nihil odit et. Earum aliquam eius tempore quibusdam molestiae fuga eveniet."], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["excerpt", "Nisi deleniti necessitatibus."], ["published", false], ["slug", nil], ["title", "Earum fuga dolor corrupti officia dolorum."], ["updated_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["written_at", Fri, 16 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" = 'test8' LIMIT 1 SQL (0.1ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 19:57:32 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 20], ["blog_id", 1], ["body", "Molestias suscipit animi ex voluptates voluptas repudiandae. Consequatur magni voluptas unde veniam possimus porro officia. Maiores omnis unde debitis ut. Deleniti hic occaecati sed assumenda praesentium sed. Voluptatem autem incidunt consectetur eos sit. Et laboriosam cum velit iste. Dolorem iusto ut suscipit sint aperiam necessitatibus sed."], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["excerpt", "Laboriosam magni temporibus iste."], ["published", false], ["slug", nil], ["title", "Quis harum maxime quam."], ["updated_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test9' OR lower(name) = 'rspec9' OR lower(name) = 'ruby9' OR lower(name) = '#rails9') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test9' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test9"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec9' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec9"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby9' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby9"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails9' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails9"]] 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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 143ms (Views: 119.1ms | 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  (15.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" = 'cindy.batz@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", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "cindy.batz@example.org"], ["encrypted_password", "$2a$04$0nxCtCz/186chyaKacOOTeUIHSG6UPIC7xN9/mY/zcT4N0XK2H86i"], ["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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["description", "Ut vero fuga atque quisquam. Cumque rem qui occaecati ut earum. Voluptas occaecati sint sed molestias sint."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Aut illum laborum dolores excepturi fugiat delectus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00]]  (0.0ms) 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.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 22], ["blog_id", 1], ["body", "Dolores ratione tenetur sed tempora. Voluptate sint culpa perferendis distinctio asperiores vel. At minus rerum laudantium dolorum perspiciatis. Consequuntur ratione dolor distinctio est. Commodi doloribus eaque eos delectus unde voluptatibus."], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["excerpt", "Quo esse ut."], ["published", true], ["slug", nil], ["title", "Expedita quas id qui laborum explicabo."], ["updated_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test10' OR lower(name) = 'rspec10' OR lower(name) = 'ruby10' OR lower(name) = '#rails10') 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" = 'test10' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test10"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec10' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec10"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby10' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby10"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails10' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails10"]] 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 23], ["blog_id", 1], ["body", "Non dignissimos nemo non modi. Hic velit magnam reiciendis. Dolorem esse cumque sed quibusdam nam. Deleniti eos minus facilis doloribus qui dignissimos. Distinctio ab quo ut id temporibus alias. Itaque minus beatae quis quibusdam. Fuga provident quia."], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["excerpt", "Nam dolore soluta non aspernatur consequatur."], ["published", true], ["slug", nil], ["title", "Aliquam sunt officia sint."], ["updated_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test11' OR lower(name) = 'rspec11' OR lower(name) = 'ruby11' OR lower(name) = '#rails11') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test11' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test11"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec11' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec11"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby11' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby11"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails11' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails11"]] 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 24], ["blog_id", 1], ["body", "Aut non quidem error iste quae. Autem quas sit nihil eaque omnis consequatur. Eveniet aspernatur laboriosam laborum eligendi. Repudiandae alias deserunt eum delectus. Nisi facere cumque. Rem tenetur inventore sequi maxime voluptatem. Distinctio ut ut mollitia explicabo voluptatem officia id."], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["excerpt", "Qui modi."], ["published", true], ["slug", nil], ["title", "Quo et dolor perferendis dicta atque."], ["updated_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test12' OR lower(name) = 'rspec12' OR lower(name) = 'ruby12' OR lower(name) = '#rails12') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test12' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test12"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec12' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec12"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby12' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby12"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails12' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails12"]] 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 25], ["blog_id", 1], ["body", "Voluptatem et quas. Odio qui ad molestias facilis. Qui quas pariatur dolorum. Adipisci ipsum est voluptate possimus natus deleniti est. Quidem fuga autem et."], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["excerpt", "Hic sunt assumenda."], ["published", true], ["slug", nil], ["title", "Soluta aut qui."], ["updated_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test13' OR lower(name) = 'rspec13' OR lower(name) = 'ruby13' OR lower(name) = '#rails13') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test13' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test13"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec13' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec13"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby13' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby13"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails13' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails13"]] 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 26], ["blog_id", 1], ["body", "Earum qui architecto a delectus non neque. Assumenda perspiciatis modi nostrum. Velit molestiae quaerat illum. Sequi animi impedit assumenda repellat id odit. Porro repellendus voluptatibus vel similique. Temporibus distinctio ut error et non."], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["excerpt", "Molestias molestiae autem eum."], ["published", true], ["slug", nil], ["title", "Nulla consectetur rerum."], ["updated_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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.5ms | 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  (32.6ms) 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" = 'priscilla@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", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "priscilla@example.org"], ["encrypted_password", "$2a$04$tiphqR01kY7Lx4.U/88Zvesv/mXCg7yxaQkFCi9xC/kPRdQcYi84K"], ["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", Fri, 16 Nov 2012 19:57:32 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", 27], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["description", "Cumque fugiat doloribus quas. Nostrum eveniet adipisci dolor et sunt asperiores. Deserunt sint suscipit labore quasi. Quia illum quibusdam omnis enim. Totam illo ea cumque."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Est a suscipit consectetur nobis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:32 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.5ms | 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" = 'lorenza_heidenreich@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", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lorenza_heidenreich@example.com"], ["encrypted_password", "$2a$04$6Rltb3ju77Jc4SNkALdHoeI9uFlLIkSSi.6jlN8B.YIoJ3wOtZ.kC"], ["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", Fri, 16 Nov 2012 19:57:32 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", 28], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["description", "Nobis voluptatem nemo explicabo sunt autem ratione. Numquam aspernatur veniam quia aut fuga. Dolores explicabo inventore est aut quia quos."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Accusamus culpa numquam rerum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:32 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 29], ["blog_id", 1], ["body", "Itaque est maiores. Soluta cum quod culpa et unde. Quam voluptate a rerum ut. Aut sit sed id nisi sint quia consequatur. Sunt aliquam voluptas voluptatem. Facilis corrupti aliquid corporis amet molestiae eos. In sint ut."], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["excerpt", "In ea in repellendus hic."], ["published", true], ["slug", nil], ["title", "Expedita distinctio voluptatem et dolor."], ["updated_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test15' LIMIT 1 SQL (0.0ms) 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" = 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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.2ms) SELECT "tags".* FROM "tags" WHERE "tags"."id" IN (1, 2, 3, 4, 5) SQL (0.2ms) 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 89ms (ActiveRecord: 1.3ms)  (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" = 'noemi_welch@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", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "noemi_welch@example.net"], ["encrypted_password", "$2a$04$1UD9DIRmgpQMrQzOhA.Us.z76I0//3czedOC4WoG9Vog5WWsRiveK"], ["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", Fri, 16 Nov 2012 19:57:32 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", 30], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["description", "Illo aperiam a nostrum odit consequatur excepturi. Quasi illo sit dignissimos est. Odit voluptates perferendis aperiam qui. Suscipit magni sit illo enim."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Iure ipsam maxime ratione sint et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:32 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 31], ["blog_id", 1], ["body", "Aperiam ut sit quam. Doloribus quasi non animi. Quia aut praesentium qui. Maiores quia sit tempore dolorem. Dolores explicabo reprehenderit eligendi et sed autem non."], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["excerpt", "Aliquid ut aut quia quam."], ["published", true], ["slug", nil], ["title", "Non officia eaque illo quibusdam ab in."], ["updated_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test16' OR lower(name) = 'rspec16' OR lower(name) = 'ruby16' OR lower(name) = '#rails16') 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" = 'test16' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test16"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec16' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec16"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby16' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby16"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails16' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails16"]] 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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_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.2ms) 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: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"   (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" = 'lorenza_heidenreich@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", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lorenza_heidenreich@example.com"], ["encrypted_password", "$2a$04$4mMdrZQcRDfcwyyeJReSIOIQ4qq8VmJm4QASKObU3oeckwYjbT9Zq"], ["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", Fri, 16 Nov 2012 19:57:32 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", 32], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["description", "Nobis voluptatem nemo explicabo sunt autem ratione. Numquam aspernatur veniam quia aut fuga. Dolores explicabo inventore est aut quia quos."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Accusamus culpa numquam rerum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "excerpt"=>"Expedita distinctio voluptatem.", "body"=>"Debitis occaecati tempora eos odit consequuntur magni aut. Itaque est maiores. Soluta cum quod culpa et unde. Quam voluptate a rerum ut. Aut sit sed id nisi sint quia consequatur.", "published"=>true, "tag_list"=>"common,test17,rspec17,ruby17,#rails17", "author_id"=>"33", "written_at"=>"2012-11-16", "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 35ms (Views: 26.0ms | ActiveRecord: 0.4ms)  (0.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" = 'jackie@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", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "jackie@example.net"], ["encrypted_password", "$2a$04$yzll9UyHY8qFXYwtPMRo7ef3rh1.qQkpcMDXwEqpHvfAaM8loK63O"], ["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", Fri, 16 Nov 2012 19:57:32 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", 34], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["description", "Qui repellat id aut modi non. Similique ipsa dolorum perspiciatis. Dolorem illo aspernatur non repellat enim rerum quos. Quae earum nesciunt distinctio sed."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Saepe est sint corporis fugiat."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:32 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"=>nil, "excerpt"=>"Placeat et sunt nisi sapiente magnam.", "body"=>"Nostrum amet dolor quidem dolorum quos. Iusto consequuntur qui totam consequatur temporibus eveniet dolores. Aperiam culpa quae. Qui nobis ut ea. Reiciendis beatae dignissimos est debitis officia. Enim neque commodi facilis. Vel ea labore aspernatur maiores a nobis numquam.", "published"=>true, "tag_list"=>"common,test18,rspec18,ruby18,#rails18", "author_id"=>"35", "written_at"=>"2012-11-16", "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.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" = 'lorenza_heidenreich@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", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lorenza_heidenreich@example.com"], ["encrypted_password", "$2a$04$8wVxEMD8..341JQEksqO7.I9c/SFs2/K0jGE/HtxT63hFH2fr05vK"], ["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", Fri, 16 Nov 2012 19:57:32 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", 36], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["description", "Nobis voluptatem nemo explicabo sunt autem ratione. Numquam aspernatur veniam quia aut fuga. Dolores explicabo inventore est aut quia quos."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Accusamus culpa numquam rerum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Expedita distinctio voluptatem et dolor.", "excerpt"=>"In ea in repellendus hic.", "body"=>"Itaque est maiores. Soluta cum quod culpa et unde. Quam voluptate a rerum ut. Aut sit sed id nisi sint quia consequatur. Sunt aliquam voluptas voluptatem. Facilis corrupti aliquid corporis amet molestiae eos. In sint ut.", "published"=>true, "tag_list"=>"common,test19,rspec19,ruby19,#rails19", "author_id"=>"37", "written_at"=>"2012-11-16", "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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["blog_id", 1], ["body", "Itaque est maiores. Soluta cum quod culpa et unde. Quam voluptate a rerum ut. Aut sit sed id nisi sint quia consequatur. Sunt aliquam voluptas voluptatem. Facilis corrupti aliquid corporis amet molestiae eos. In sint ut."], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["excerpt", "In ea in repellendus hic."], ["published", true], ["slug", nil], ["title", "Expedita distinctio voluptatem et dolor."], ["updated_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test19' OR lower(name) = 'rspec19' OR lower(name) = 'ruby19' OR lower(name) = '#rails19') 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" = 'test19' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test19"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec19' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec19"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby19' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby19"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails19' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails19"]] 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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 27ms (ActiveRecord: 2.4ms)  (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" = 'noemi_welch@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", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "noemi_welch@example.net"], ["encrypted_password", "$2a$04$4G25apnmYka/jTu.XnX2s.kP4gVrAoH7Zko.hAis9T39AHqXXZUBC"], ["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", Fri, 16 Nov 2012 19:57:32 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", 38], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["description", "Illo aperiam a nostrum odit consequatur excepturi. Quasi illo sit dignissimos est. Odit voluptates perferendis aperiam qui. Suscipit magni sit illo enim."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Iure ipsam maxime ratione sint et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:32 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"=>"Non officia eaque illo quibusdam ab in.", "excerpt"=>"Aliquid ut aut quia quam.", "body"=>"Aperiam ut sit quam. Doloribus quasi non animi. Quia aut praesentium qui. Maiores quia sit tempore dolorem. Dolores explicabo reprehenderit eligendi et sed autem non.", "published"=>true, "tag_list"=>"common,test20,rspec20,ruby20,#rails20", "author_id"=>"39", "written_at"=>"2012-11-16", "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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["blog_id", 1], ["body", "Aperiam ut sit quam. Doloribus quasi non animi. Quia aut praesentium qui. Maiores quia sit tempore dolorem. Dolores explicabo reprehenderit eligendi et sed autem non."], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["excerpt", "Aliquid ut aut quia quam."], ["published", true], ["slug", nil], ["title", "Non officia eaque illo quibusdam ab in."], ["updated_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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.3ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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 28ms (ActiveRecord: 2.5ms)  (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" = 'lorenza_heidenreich@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", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lorenza_heidenreich@example.com"], ["encrypted_password", "$2a$04$4CgD8w5TergohHDpykObMeAXrMbLpcHBwMUDslvkvy3teCVXnqoKe"], ["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", Fri, 16 Nov 2012 19:57:32 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", 40], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["description", "Nobis voluptatem nemo explicabo sunt autem ratione. Numquam aspernatur veniam quia aut fuga. Dolores explicabo inventore est aut quia quos."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Accusamus culpa numquam rerum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:32 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 41], ["blog_id", 1], ["body", "Itaque est maiores. Soluta cum quod culpa et unde. Quam voluptate a rerum ut. Aut sit sed id nisi sint quia consequatur. Sunt aliquam voluptas voluptatem. Facilis corrupti aliquid corporis amet molestiae eos. In sint ut."], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["excerpt", "In ea in repellendus hic."], ["published", true], ["slug", nil], ["title", "Expedita distinctio voluptatem et dolor."], ["updated_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["written_at", Fri, 16 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.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" = 'test21' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test21"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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", Fri, 16 Nov 2012 19:57:32 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"=>"Rerum rerum voluptates fugit qui.", "body"=>"Ea quia ut voluptate fugiat dolores assumenda. Earum fuga dolor corrupti officia dolorum. Nisi deleniti necessitatibus ducimus aut. Quas expedita incidunt. Sed vero unde tempora iusto dolores. Sit cumque doloremque ut eius laudantium. Eum quas ex nihil odit et.", "published"=>true, "tag_list"=>"common,test22,rspec22,ruby22,#rails22", "author_id"=>"42", "written_at"=>"2012-11-16"}} 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.5ms | ActiveRecord: 0.5ms)  (8.1ms) 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" = 'kay_davis@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", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "kay_davis@example.org"], ["encrypted_password", "$2a$04$YVMCsl3FBEl9/dlkhWW5eugEjHtEekh.oOiJrj3FVQu5e0tZRhB4."], ["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", Fri, 16 Nov 2012 19:57:32 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", 43], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["description", "Dolor molestias ea aut ducimus non. Enim veniam occaecati quisquam quia. Illo nisi vitae iste velit quis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et voluptas."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:32 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 44], ["blog_id", 1], ["body", "Sed aperiam mollitia. Sed corrupti eligendi est libero. Aspernatur qui quia. Quisquam debitis quas et vel modi. Temporibus repellendus provident enim ut."], ["created_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["excerpt", "Fugiat amet nihil repudiandae at suscipit."], ["published", true], ["slug", nil], ["title", "Dolorem nobis illo nostrum veniam."], ["updated_at", Fri, 16 Nov 2012 19:57:32 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test23' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test23"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 19:57:33 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", Fri, 16 Nov 2012 19:57:33 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", Fri, 16 Nov 2012 19:57:33 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", Fri, 16 Nov 2012 19:57:33 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", Fri, 16 Nov 2012 19:57:33 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"=>"Eligendi qui magni expedita officiis.", "body"=>"Eaque est in adipisci asperiores dolor saepe autem. Aperiam aut officia atque distinctio. Quidem quam nihil alias. Quisquam sapiente fugit sit. Est qui provident nihil corporis consequatur quo repellendus. Similique maiores doloremque occaecati autem minima.", "published"=>true, "tag_list"=>"common,test24,rspec24,ruby24,#rails24", "author_id"=>"45", "written_at"=>"2012-11-16"}} 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.2ms) 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) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 1.6ms | ActiveRecord: 0.6ms) Almanac::Post Load (0.2ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (46.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'lorenza_heidenreich@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (145.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", Fri, 16 Nov 2012 19:57:33 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lorenza_heidenreich@example.com"], ["encrypted_password", "$2a$04$dBPcj2C0PuIWHdl4auJo7epeFfK54TuVbP1.qLI.EKHnDMdh3BBwK"], ["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", Fri, 16 Nov 2012 19:57:33 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.6ms) 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", 46], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:33 UTC +00:00], ["description", "Nobis voluptatem nemo explicabo sunt autem ratione. Numquam aspernatur veniam quia aut fuga. Dolores explicabo inventore est aut quia quos."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Accusamus culpa numquam rerum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:33 UTC +00:00]]  (0.0ms) 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 (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 47], ["blog_id", 1], ["body", "Itaque est maiores. Soluta cum quod culpa et unde. Quam voluptate a rerum ut. Aut sit sed id nisi sint quia consequatur. Sunt aliquam voluptas voluptatem. Facilis corrupti aliquid corporis amet molestiae eos. In sint ut."], ["created_at", Fri, 16 Nov 2012 19:57:33 UTC +00:00], ["excerpt", "In ea in repellendus hic."], ["published", true], ["slug", nil], ["title", "Expedita distinctio voluptatem et dolor."], ["updated_at", Fri, 16 Nov 2012 19:57:33 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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" = 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", Fri, 16 Nov 2012 19:57:33 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", Fri, 16 Nov 2012 19:57:33 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", Fri, 16 Nov 2012 19:57:33 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", Fri, 16 Nov 2012 19:57:33 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", Fri, 16 Nov 2012 19:57:33 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"=>"Rerum rerum voluptates fugit qui sit est.", "excerpt"=>"Ea quia ut voluptate fugiat.", "body"=>"Soluta eius minus non necessitatibus accusamus quis. Labore quasi facere explicabo deleniti. Deserunt nobis reprehenderit maiores qui rerum. Dolorum nobis consequatur iusto. Quia unde voluptas aut veniam possimus. Cum ullam possimus fugit soluta odit provident.", "published"=>true, "tag_list"=>"common,test26,rspec26,ruby26,#rails26", "author_id"=>"48", "written_at"=>"2012-11-16"}} 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" = 'Rerum rerum voluptates fugit qui sit est.', "excerpt" = 'Ea quia ut voluptate fugiat.', "body" = 'Soluta eius minus non necessitatibus accusamus quis. Labore quasi facere explicabo deleniti. Deserunt nobis reprehenderit maiores qui rerum. Dolorum nobis consequatur iusto. Quia unde voluptas aut veniam possimus. Cum ullam possimus fugit soluta odit provident.', "author_id" = 48, "updated_at" = '2012-11-16 19:57:33.387975' WHERE "almanac_posts"."id" = 1 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" = 'test26' LIMIT 1 SQL (26.8ms) 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.1ms) 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 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 (34.0ms) DELETE FROM "taggings" WHERE "taggings"."id" = ? [["id", 2]] SQL (0.1ms) 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", Fri, 16 Nov 2012 19:57:33 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", Fri, 16 Nov 2012 19:57:33 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", Fri, 16 Nov 2012 19:57:33 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", Fri, 16 Nov 2012 19:57:33 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 100ms (ActiveRecord: 63.5ms)  (19.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (25.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'sherman@example.org' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (636.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", Fri, 16 Nov 2012 19:57:33 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "sherman@example.org"], ["encrypted_password", "$2a$04$o0195vNlJvIA2AkKLQZccO4Hrhz3WoqKUfE6JJUkE0wSjcStZOeZW"], ["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", Fri, 16 Nov 2012 19:57:33 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (50.0ms) 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", 49], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:34 UTC +00:00], ["description", "Dolor molestias ea aut ducimus non. Enim veniam occaecati quisquam quia. Illo nisi vitae iste velit quis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et voluptas."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:34 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.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 50], ["blog_id", 1], ["body", "Sed aperiam mollitia. Sed corrupti eligendi est libero. Aspernatur qui quia. Quisquam debitis quas et vel modi. Temporibus repellendus provident enim ut."], ["created_at", Fri, 16 Nov 2012 19:57:34 UTC +00:00], ["excerpt", "Fugiat amet nihil repudiandae at suscipit."], ["published", true], ["slug", nil], ["title", "Dolorem nobis illo nostrum veniam."], ["updated_at", Fri, 16 Nov 2012 19:57:34 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test27' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test27"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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" = 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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"=>"Eligendi qui magni expedita officiis.", "body"=>"Eaque est in adipisci asperiores dolor saepe autem. Aperiam aut officia atque distinctio. Quidem quam nihil alias. Quisquam sapiente fugit sit. Est qui provident nihil corporis consequatur quo repellendus. Similique maiores doloremque occaecati autem minima.", "published"=>true, "tag_list"=>"common,test28,rspec28,ruby28,#rails28", "author_id"=>"51", "written_at"=>"2012-11-16"}} 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" = 'Eligendi qui magni expedita officiis.', "body" = 'Eaque est in adipisci asperiores dolor saepe autem. Aperiam aut officia atque distinctio. Quidem quam nihil alias. Quisquam sapiente fugit sit. Est qui provident nihil corporis consequatur quo repellendus. Similique maiores doloremque occaecati autem minima.', "author_id" = 51, "updated_at" = '2012-11-16 19:57:34.313477' WHERE "almanac_posts"."id" = 1 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.1ms) 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" = 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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 30ms (ActiveRecord: 2.6ms) Almanac::Post Load (0.0ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = ? LIMIT 1 [["id", 1]]  (398.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" = 'lorenza_heidenreich@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", Fri, 16 Nov 2012 19:57:34 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lorenza_heidenreich@example.com"], ["encrypted_password", "$2a$04$G/ytJcxQ3HkA16m6BkvtH.bFZZWoJTuSO3WldOI06Aym93TCDMlVi"], ["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", Fri, 16 Nov 2012 19:57:34 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", 52], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:34 UTC +00:00], ["description", "Nobis voluptatem nemo explicabo sunt autem ratione. Numquam aspernatur veniam quia aut fuga. Dolores explicabo inventore est aut quia quos."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Accusamus culpa numquam rerum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:34 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 21ms (Views: 15.3ms | ActiveRecord: 0.1ms)  (16.6ms) 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" = 'alf@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", Fri, 16 Nov 2012 19:57:34 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "alf@example.org"], ["encrypted_password", "$2a$04$Nj.PNgthVJwwt4JkzfX8E.iL3Qu2b9XF23JAaU2T6zSuXG1Y0WkEm"], ["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", Fri, 16 Nov 2012 19:57:34 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", 53], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:34 UTC +00:00], ["description", "Illo ipsa ut deserunt quod. Eveniet quo reprehenderit rem quaerat corporis. Corrupti consequatur voluptatibus quam delectus ipsa tempora."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Amet sequi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:34 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 54], ["blog_id", 1], ["body", "Quod illum dicta et maxime sint autem. Soluta vitae dolorum possimus. Ea suscipit iure voluptatum tenetur. Rerum et quia velit est qui quisquam. Rerum amet sit reprehenderit voluptatem omnis voluptatem voluptatem. Dolorem beatae quod in."], ["created_at", Fri, 16 Nov 2012 19:57:34 UTC +00:00], ["excerpt", "Ut consequuntur voluptatem necessitatibus."], ["published", true], ["slug", nil], ["title", "Nulla quia ut distinctio aut."], ["updated_at", Fri, 16 Nov 2012 19:57:34 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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" = 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 55], ["blog_id", 1], ["body", "Qui voluptatem eum est fugit. Unde vel aspernatur et minus minima ratione. Et voluptatibus dignissimos quidem sed perferendis. Inventore qui saepe molestiae consequatur. Incidunt fugiat laboriosam voluptatem possimus aut dolorum quia. Autem voluptatem repellat id eum."], ["created_at", Fri, 16 Nov 2012 19:57:34 UTC +00:00], ["excerpt", "Natus odio hic in culpa."], ["published", true], ["slug", nil], ["title", "Et optio autem quam aperiam qui est ducimus."], ["updated_at", Fri, 16 Nov 2012 19:57:34 UTC +00:00], ["written_at", Fri, 16 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.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test30"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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" = 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 56], ["blog_id", 1], ["body", "Est quis cupiditate et tempore. Reprehenderit rerum voluptas aut vitae asperiores. Corporis voluptatum similique consequuntur deserunt. Qui nesciunt aut vel quidem voluptas. Numquam non quia velit rerum aut accusantium. Architecto sit vel."], ["created_at", Fri, 16 Nov 2012 19:57:34 UTC +00:00], ["excerpt", "Vero vel et."], ["published", true], ["slug", nil], ["title", "Molestias unde at ut dolor cupiditate voluptatem."], ["updated_at", Fri, 16 Nov 2012 19:57:34 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 57], ["blog_id", 1], ["body", "Non magnam debitis. Rem eveniet pariatur rerum quae qui. Natus hic accusamus ratione qui et enim. Exercitationem temporibus optio. Fuga dolores rem omnis. Aut quo nam alias. Possimus debitis omnis voluptatem maiores et."], ["created_at", Fri, 16 Nov 2012 19:57:34 UTC +00:00], ["excerpt", "Atque nam."], ["published", true], ["slug", nil], ["title", "Eius omnis aliquid."], ["updated_at", Fri, 16 Nov 2012 19:57:34 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 UTC +00:00], ["tag_id", 16], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (40.0ms) 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 19:57:34 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 58], ["blog_id", 1], ["body", "Provident officiis laboriosam magni molestias. Voluptatum ut in ratione. Inventore dolores voluptatem pariatur sapiente. Culpa qui nulla omnis esse. Autem sed id dignissimos est quo veritatis. Inventore quas recusandae. Eos possimus magnam non aliquam sint velit."], ["created_at", Fri, 16 Nov 2012 19:57:34 UTC +00:00], ["excerpt", "Corrupti quas tempora dicta."], ["published", true], ["slug", nil], ["title", "Et excepturi voluptas modi assumenda quasi qui dolorem."], ["updated_at", Fri, 16 Nov 2012 19:57:34 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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.5ms | ActiveRecord: 0.2ms) Almanac::Post Load (0.3ms) SELECT "almanac_posts".* FROM "almanac_posts" JOIN taggings posts_taggings_0f9251b ON posts_taggings_0f9251b.taggable_id = almanac_posts.id AND posts_taggings_0f9251b.taggable_type = 'Almanac::Post' AND posts_taggings_0f9251b.tag_id = 1 WHERE "almanac_posts"."published" = 't' ORDER BY written_at DESC, id DESC LIMIT 10 OFFSET 0  (9.8ms) 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", 60], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:34 UTC +00:00], ["description", "Tenetur esse ducimus qui ipsum. Ut minima possimus voluptatem natus dicta. Nostrum autem occaecati ipsum totam explicabo."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et et molestias."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:34 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 59], ["blog_id", 1], ["body", "Sunt eos qui aperiam molestiae. Saepe velit autem doloremque. Molestiae minima et dolor consequatur. Aliquid iure deleniti non rerum. Eveniet quasi id ea."], ["created_at", Fri, 16 Nov 2012 19:57:34 UTC +00:00], ["excerpt", "Earum at veritatis sunt odit ut."], ["published", true], ["slug", nil], ["title", "Blanditiis rem officia vel ea reprehenderit iure."], ["updated_at", Fri, 16 Nov 2012 19:57:34 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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" = 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", Fri, 16 Nov 2012 19:57:34 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", "brian@example.org"], ["author_name", "Jermain Brekke"], ["body", "Accusamus ut voluptatem. Molestiae non iste temporibus ratione. Delectus architecto nobis sunt eos molestiae consectetur libero."], ["created_at", Fri, 16 Nov 2012 19:57:34 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:34 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  (1.0ms) 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", 62], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:34 UTC +00:00], ["description", "Neque totam excepturi. Nihil quis eaque voluptatem expedita. Ut ea omnis ab delectus hic quam aliquid."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Est et possimus ipsa odio dolorum labore."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:34 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 61], ["blog_id", 1], ["body", "Quam maxime id ut officiis eos. Vel eos qui in laborum. Dicta velit commodi sed dolores ut beatae labore. Illo magnam vel. Excepturi quo et in maiores quisquam inventore atque. Harum in voluptate."], ["created_at", Fri, 16 Nov 2012 19:57:34 UTC +00:00], ["excerpt", "Non totam et autem ducimus distinctio."], ["published", true], ["slug", nil], ["title", "Nihil quo sequi sit accusantium at."], ["updated_at", Fri, 16 Nov 2012 19:57:34 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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.0ms) 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" = 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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  (16.9ms) 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.6ms) 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", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["description", "Accusantium velit aut impedit. Labore est quo velit dolor. Quae voluptas illum excepturi ut est."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Similique maiores doloremque occaecati autem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 63], ["blog_id", 1], ["body", "Impedit aut molestiae eveniet et qui. Eligendi voluptatem doloribus. Eaque est in adipisci asperiores dolor saepe autem. Aperiam aut officia atque distinctio. Quidem quam nihil alias. Quisquam sapiente fugit sit. Est qui provident nihil corporis consequatur quo repellendus."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["excerpt", "Eaque voluptas laboriosam atque laudantium."], ["published", true], ["slug", nil], ["title", "Non ut doloremque assumenda."], ["updated_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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" = 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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  (4.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", 66], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["description", "Voluptas autem ducimus qui in. Enim molestiae voluptas cumque laborum qui eaque rerum. Suscipit labore fuga molestias non mollitia dolorem rerum. Quae et perspiciatis aliquam totam saepe similique quia. Illum dolorem dicta a temporibus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Laudantium aut."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 65], ["blog_id", 1], ["body", "Sit perspiciatis error vero sequi ea sint consequuntur. Praesentium culpa voluptatem error. Repudiandae similique et ea architecto. Ad aliquam et beatae quia. Atque sapiente rerum est consectetur consequatur voluptatem. Id pariatur qui occaecati sit."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["excerpt", "Hic velit."], ["published", true], ["slug", nil], ["title", "Non dignissimos nemo non modi."], ["updated_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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" = 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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  (5.2ms) 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", 68], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["description", "Molestiae voluptas similique quae doloribus. Esse et qui est quo. Illo placeat magnam sed ut consectetur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Est molestiae rerum nihil sed vitae voluptatem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 67], ["blog_id", 1], ["body", "Voluptatem ea mollitia. Quasi nostrum earum accusantium laborum. Quia velit consequatur ullam repudiandae. Eius odit explicabo sed molestiae id quia. Molestias perferendis magni omnis dolorem nesciunt ut. Nesciunt qui ad. Quia maiores veritatis eum."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["excerpt", "Ad ea est consectetur accusamus."], ["published", true], ["slug", nil], ["title", "Assumenda voluptatem ea corporis porro ad sunt minima."], ["updated_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", "tina.mann@example.com"], ["author_name", "Onie Mayert"], ["body", "Mollitia aspernatur sunt. Debitis eum dolore."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "narciso@example.org"], ["author_name", "Maxine Conroy"], ["body", "Earum fuga dolor corrupti officia dolorum. Nisi deleniti necessitatibus ducimus aut. Quas expedita incidunt."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "lavonne_abernathy@example.net"], ["author_name", "Armando Howell I"], ["body", "Id unde error accusamus. Ducimus tenetur fuga esse ipsa laborum eos ea. Rerum dolores sed deserunt impedit."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "thora_bergstrom@example.net"], ["author_name", "Braxton Littel"], ["body", "Sit dignissimos et."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "stella@example.net"], ["author_name", "Mrs. Kiara Kohler"], ["body", "Atque libero rerum odit. Et iusto suscipit enim possimus."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "rosalee@example.net"], ["author_name", "Pascale Upton"], ["body", "Iste sapiente est voluptate ullam. Ex rem delectus sequi maxime amet."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "kali.hane@example.com"], ["author_name", "Yasmine O'Kon IV"], ["body", "Qui ut eius. A dolorum quia quaerat fuga eos."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "ron_tromp@example.net"], ["author_name", "Rahsaan Medhurst"], ["body", "Aliquid aspernatur blanditiis. Vero incidunt quis ullam atque pariatur sit at."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "neal_wintheiser@example.org"], ["author_name", "Thora Runte"], ["body", "Est laborum perferendis eos enim omnis suscipit."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "myra_hintz@example.com"], ["author_name", "Victor Bechtelar"], ["body", "Nihil et praesentium. Explicabo laboriosam voluptate voluptas. Quasi in consequatur et delectus laboriosam quod."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "hector.fay@example.com"], ["author_name", "Mrs. Robbie Hickle"], ["body", "Et reprehenderit eum optio voluptas laboriosam quidem dolores."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "joana_kozey@example.org"], ["author_name", "Blanche Price"], ["body", "Ut consequatur quisquam tempore voluptates voluptas quam voluptatem. Vel dignissimos sit ratione molestias consequatur laudantium."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "graciela.legros@example.com"], ["author_name", "Dr. Charley Schmitt"], ["body", "Libero inventore cumque alias qui qui. Qui provident voluptas et occaecati et est."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "elijah_brekke@example.com"], ["author_name", "Mike Aufderhar"], ["body", "Odio ipsa consequatur."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "janelle_green@example.org"], ["author_name", "Elmore Glover"], ["body", "Beatae nobis ab. Assumenda non autem. Cumque illo qui pariatur."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_comments" WHERE "almanac_comments"."spam" = 't'  (62.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" = 'lorenza_heidenreich@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", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lorenza_heidenreich@example.com"], ["encrypted_password", "$2a$04$2Ezf./.drZxiJNSPExFCPuQERfNToQBZhYbxW6mB1aVPDeTf4t6Me"], ["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", Fri, 16 Nov 2012 19:57:35 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", 69], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["description", "Nobis voluptatem nemo explicabo sunt autem ratione. Numquam aspernatur veniam quia aut fuga. Dolores explicabo inventore est aut quia quos."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Accusamus culpa numquam rerum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Expedita distinctio voluptatem et dolor. In ea in repellendus hic ut ipsa. Itaque est maiores. Soluta cum quod culpa et unde. Quam voluptate a rerum ut.", "author_id"=>"70"}} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Blog Load (0.2ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 34ms (Views: 27.1ms | ActiveRecord: 0.4ms)  (18.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" = 'macy.lemke@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", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "macy.lemke@example.org"], ["encrypted_password", "$2a$04$KLhD3WUYUqdT//UmZf4cmeQ5IWrXmmD1mquNpRAQKqHj0D8Fxtf/K"], ["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", Fri, 16 Nov 2012 19:57:35 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", 71], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["description", "Expedita autem nemo aut consequuntur illo. Debitis non maxime voluptatem perferendis. Vitae vel quia et quia. Iure ipsam maxime ratione sint et voluptatem."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Odio saepe eos possimus quidem quis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Illo aperiam a nostrum odit consequatur excepturi. Quasi illo sit dignissimos est. Odit voluptates perferendis aperiam qui. Suscipit magni sit illo enim.", "author_id"=>"72"}} 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 6ms (Views: 1.4ms | ActiveRecord: 0.3ms) Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (2.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" = 'lorenza_heidenreich@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", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lorenza_heidenreich@example.com"], ["encrypted_password", "$2a$04$/bJXesQVsk7JHJbVqP467eekN.njmNzmtyBvxKDGTFJicATxCVgAC"], ["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", Fri, 16 Nov 2012 19:57:35 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", 73], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["description", "Nobis voluptatem nemo explicabo sunt autem ratione. Numquam aspernatur veniam quia aut fuga. Dolores explicabo inventore est aut quia quos."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Accusamus culpa numquam rerum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Expedita distinctio voluptatem et.", "description"=>"Debitis occaecati tempora eos odit consequuntur magni aut. Itaque est maiores. Soluta cum quod culpa et unde.", "author_id"=>"74"}} 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" = 'Expedita distinctio voluptatem et.', "description" = 'Debitis occaecati tempora eos odit consequuntur magni aut. Itaque est maiores. Soluta cum quod culpa et unde.', "author_id" = 74, "updated_at" = '2012-11-16 19:57:35.374001' 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.4ms)  (4.6ms) 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" = 'dulce_white@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", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "dulce_white@example.com"], ["encrypted_password", "$2a$04$8o9.YzIZDUf7dZlTBxDE6ONo.4uuTxnBB7/H3dpcLA92wYrojVRLG"], ["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", Fri, 16 Nov 2012 19:57:35 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", 75], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["description", "Facere similique ut qui vel dolor. Expedita autem nemo aut consequuntur illo. Debitis non maxime voluptatem perferendis. Vitae vel quia et quia."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Voluptatibus repudiandae et aut id."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Testz", "description"=>"Iure ipsam maxime ratione sint et voluptatem. Pariatur molestias veniam quasi dolor eligendi et delectus. Omnis ut doloremque. Iusto eaque libero aliquid. Consequuntur sed incidunt et quia.", "author_id"=>"76"}} 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" = 'Iure ipsam maxime ratione sint et voluptatem. Pariatur molestias veniam quasi dolor eligendi et delectus. Omnis ut doloremque. Iusto eaque libero aliquid. Consequuntur sed incidunt et quia.', "author_id" = 76, "updated_at" = '2012-11-16 19:57:35.396035' 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.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" = 'lorenza_heidenreich@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", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lorenza_heidenreich@example.com"], ["encrypted_password", "$2a$04$GPmTRYUgxOCpseRGa5YvLeaU4bXTiCvXO1VsFpCjLJkP1VAqEEvgm"], ["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", Fri, 16 Nov 2012 19:57:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>nil, "description"=>"Id rerum facere facilis. Nobis voluptatem nemo explicabo sunt autem ratione. Numquam aspernatur veniam quia aut fuga. Dolores explicabo inventore est aut quia quos. Expedita distinctio voluptatem et dolor.", "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 22ms (Views: 16.1ms | ActiveRecord: 0.3ms)  (19.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" = 'heaven@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", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "heaven@example.com"], ["encrypted_password", "$2a$04$duYkJqSphHsRHlek6uiUTO7kv5JfS0H7fOx9J3fNkawf8VHUMPDuu"], ["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", Fri, 16 Nov 2012 19:57:35 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"=>"Inventore et et ipsam provident. Ea dolore repellat voluptas et assumenda itaque autem. Consequatur dolorum similique maiores non. Dolorem in corrupti ipsam. Error libero iste aspernatur quisquam temporibus.", "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 7ms (Views: 1.4ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"  (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" = 'lorenza_heidenreich@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", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lorenza_heidenreich@example.com"], ["encrypted_password", "$2a$04$.EgaNU1nDxsSJve0b2zH3.oADi4Tklq8KlPjgKD1UDTa43sbWQqrG"], ["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", Fri, 16 Nov 2012 19:57:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>"Accusamus culpa numquam rerum.", "description"=>"Nobis voluptatem nemo explicabo sunt autem ratione. Numquam aspernatur veniam quia aut fuga. Dolores explicabo inventore est aut quia quos.", "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.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", 1], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["description", "Nobis voluptatem nemo explicabo sunt autem ratione. Numquam aspernatur veniam quia aut fuga. Dolores explicabo inventore est aut quia quos."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Accusamus culpa numquam rerum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.9ms)  (13.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" = 'alf@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", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "alf@example.org"], ["encrypted_password", "$2a$04$hqaKAfooQCaBtutlcwzrCOQ3O/G7K2ezPS71tw.3MvngDmVV5UW2u"], ["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", Fri, 16 Nov 2012 19:57:35 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"=>"Amet sequi.", "description"=>"Illo ipsa ut deserunt quod. Eveniet quo reprehenderit rem quaerat corporis. Corrupti consequatur voluptatibus quam delectus ipsa tempora.", "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", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["description", "Illo ipsa ut deserunt quod. Eveniet quo reprehenderit rem quaerat corporis. Corrupti consequatur voluptatibus quam delectus ipsa tempora."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Amet sequi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"  (4.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" = 'lorenza_heidenreich@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", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lorenza_heidenreich@example.com"], ["encrypted_password", "$2a$04$JxEZUVfOrc3LnHMWk4rHWOhxDknxW93HLpEaqSybZHtC0zfz2Hlkm"], ["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", Fri, 16 Nov 2012 19:57:35 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", 77], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["description", "Nobis voluptatem nemo explicabo sunt autem ratione. Numquam aspernatur veniam quia aut fuga. Dolores explicabo inventore est aut quia quos."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Accusamus culpa numquam rerum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 78], ["blog_id", 1], ["body", "Itaque est maiores. Soluta cum quod culpa et unde. Quam voluptate a rerum ut. Aut sit sed id nisi sint quia consequatur. Sunt aliquam voluptas voluptatem. Facilis corrupti aliquid corporis amet molestiae eos. In sint ut."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["excerpt", "In ea in repellendus hic."], ["published", true], ["slug", nil], ["title", "Expedita distinctio voluptatem et dolor."], ["updated_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test39' LIMIT 1 SQL (0.0ms) 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" = 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", "karine_keebler@example.org"], ["author_name", "Noemi Welch"], ["body", "Dignissimos eligendi eveniet et repellat. Numquam exercitationem est aspernatur qui. Vitae non quae laudantium."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "shad@example.net"], ["author_name", "Danielle Little"], ["body", "Iusto eaque libero aliquid. Consequuntur sed incidunt et quia."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "bertha@example.com"], ["author_name", "Aditya White"], ["body", "Minus dolor id at et dolorem. Rerum labore animi nobis maxime non."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "jonas@example.com"], ["author_name", "Audrey Wintheiser"], ["body", "Ut minima vel deleniti consectetur hic molestiae dolores. Hic aspernatur nesciunt consequatur ab pariatur et."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "morris@example.net"], ["author_name", "Ahmed Wisoky"], ["body", "Et exercitationem quis distinctio. Eos velit et ab."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "lera_adams@example.org"], ["author_name", "Jamil Romaguera DDS"], ["body", "Ut unde quia. Adipisci aliquam id ut. Error qui eos a dolorem aliquid nihil."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "maegan@example.net"], ["author_name", "Mr. Alexandrine Schmidt"], ["body", "Minima et ut ut numquam perferendis dolor. Quis quas esse nihil ut rem sunt ad."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "craig@example.org"], ["author_name", "Adeline Mertz"], ["body", "Pariatur illo consequatur."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "breanna_bruen@example.com"], ["author_name", "Leon Barrows"], ["body", "Nihil quo placeat omnis occaecati. Nihil et praesentium."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "alanna_mcglynn@example.net"], ["author_name", "Billy Romaguera"], ["body", "Nesciunt occaecati qui."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "iliana.ondricka@example.net"], ["author_name", "Miss Ludie McKenzie"], ["body", "Tempore id qui voluptatum quasi."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "kenyon_damore@example.com"], ["author_name", "Arno Ward"], ["body", "Itaque laudantium est delectus in. Magni dolor enim consequatur distinctio qui similique nemo. Ea et aspernatur dicta."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 19:57:35 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.reinger@example.org"], ["author_name", "Mrs. Moriah Hauck"], ["body", "Numquam ratione alias libero autem aspernatur voluptatem ex."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "green@example.org"], ["author_name", "Lupe Quitzon"], ["body", "Cum tenetur quisquam quia eveniet aut."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "elias@example.org"], ["author_name", "Julia Predovic"], ["body", "Quo molestiae molestiae non soluta at."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 19:57:35 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 42ms (Views: 38.5ms | ActiveRecord: 0.1ms)  (16.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" = 'kamryn@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", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "kamryn@example.org"], ["encrypted_password", "$2a$04$imqnsippXMhl3Ja89t0L3.LJgnFQQp5XbcnKkvDYhd797iebZXYCW"], ["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", Fri, 16 Nov 2012 19:57:35 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", 79], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["description", "Labore expedita in. Et et eaque sunt. Vel cupiditate omnis. Quas et beatae sed eum quam rerum quis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quam et et exercitationem incidunt ducimus est."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 80], ["blog_id", 1], ["body", "Iure consequatur natus ab corrupti repudiandae ut. Sit totam voluptatum. Sunt a nisi assumenda. Enim odit quia quam. Unde ut quis totam. Quisquam nisi deserunt dicta."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["excerpt", "Ex reprehenderit iste."], ["published", true], ["slug", nil], ["title", "Explicabo voluptatem quo ipsa enim incidunt."], ["updated_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test40' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test40"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", "eldon@example.net"], ["author_name", "Raymundo Nolan"], ["body", "Autem aut fugiat sit repudiandae. Facilis laudantium eos sed."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "claud_kunze@example.com"], ["author_name", "Zita Kiehn"], ["body", "Ut ut et. Autem sapiente aspernatur."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "lorna@example.net"], ["author_name", "Emmanuel Emard"], ["body", "Reprehenderit vitae delectus sed repellendus et quidem quas. Aut est et harum illo occaecati."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "aurelia@example.org"], ["author_name", "Aryanna Moen"], ["body", "Provident et distinctio optio nostrum illum. Quod dolores repellendus non sit perferendis corrupti a."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "genevieve.wintheiser@example.net"], ["author_name", "Micah Smitham"], ["body", "Repudiandae quos repellat quod sed. Est doloremque dolor sit minus odio sed. Perferendis possimus voluptas soluta."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "mario@example.net"], ["author_name", "Margarete Lebsack"], ["body", "Saepe mollitia et adipisci commodi."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "savanna_frami@example.org"], ["author_name", "Belle Hirthe"], ["body", "Quam et necessitatibus qui vel voluptatem. Cumque porro et voluptatum maxime quis possimus vel."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "eulalia@example.com"], ["author_name", "Gertrude Effertz I"], ["body", "Praesentium quasi error. Tempore in et officiis."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "darryl@example.net"], ["author_name", "Toni MacGyver"], ["body", "Quia eveniet voluptatem nihil ad aut. Eum illo dolor eum."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "pinkie_glover@example.org"], ["author_name", "Dixie Hauck"], ["body", "Quod facilis nesciunt ex. Temporibus vel dolor at eius eaque aperiam."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "drake@example.org"], ["author_name", "Lew Schneider MD"], ["body", "Quia earum aliquam aut. Amet praesentium earum vitae omnis molestiae eius nobis. Debitis amet nobis beatae eum aut sit adipisci."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "mittie.kerluke@example.com"], ["author_name", "Ottilie Haley"], ["body", "Labore ut possimus incidunt. Facere magni excepturi aspernatur quas. Qui architecto harum dicta consequatur illum ut."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "toni.schamberger@example.net"], ["author_name", "Harold Herman"], ["body", "Veniam quae est sed sunt. Laudantium voluptas ut reiciendis."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "electa@example.org"], ["author_name", "Keshaun Reichel"], ["body", "Repellendus placeat et ducimus non. Fuga sit ex provident."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "annabel@example.net"], ["author_name", "Porter Homenick"], ["body", "Velit vel culpa. Similique perspiciatis molestiae."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 19:57:35 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  (3.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", 82], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["description", "Error dignissimos inventore et quas repellendus. Recusandae sint sit et autem distinctio esse. Aut corporis fugit et eum non ut sequi. Ullam dignissimos maxime quibusdam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Fuga praesentium numquam quod."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.9ms) 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", 84], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["description", "Tempora maiores reiciendis et aspernatur. Optio doloribus vel deleniti est aut. Autem ad delectus saepe laudantium at facilis qui. Quae rerum et provident odit. Ipsam quo praesentium voluptatum aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ratione et unde tenetur corrupti quia sit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.2ms) 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", 87], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["description", "Ipsum blanditiis dolore corporis et perferendis sint autem. Provident id ut quia explicabo. Dolor explicabo nulla ullam accusamus excepturi tempore consectetur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Non omnis doloribus et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 86], ["blog_id", 1], ["body", "Est omnis ea. Blanditiis id quasi praesentium quisquam. Impedit laboriosam deleniti quis occaecati nesciunt. Ut deleniti est totam nostrum est et qui. Ut velit exercitationem nostrum."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["excerpt", "Repellendus."], ["published", true], ["slug", nil], ["title", "Atque sunt necessitatibus."], ["updated_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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.1ms) 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" = 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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  (7.2ms) 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", 89], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["description", "Ducimus iure qui ratione quod. Odio dicta et non. Voluptas dolores facilis eligendi perferendis consequatur laboriosam. Ut dolorum voluptatum perferendis et. Pariatur praesentium illum nam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Voluptatem itaque et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.0ms) 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", 91], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["description", "Reiciendis culpa veniam eius cum possimus tenetur. Enim facere dicta. Atque dolorem voluptatem repellat facilis dolores."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Aut quo alias mollitia doloribus minus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.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) 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", 93], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["description", "Eligendi molestiae qui omnis. Ipsam molestias sapiente facilis reiciendis ut earum. Voluptatem a ad beatae maxime est sapiente laudantium. Beatae voluptas dolores. Laudantium sunt consectetur et ut id pariatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Delectus debitis non neque iure ut at."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 94], ["blog_id", 1], ["body", "Sit unde itaque voluptatem exercitationem explicabo officia animi. Porro voluptatem facilis eos maiores deleniti velit aliquid. Qui odit laudantium sed odio deleniti. Autem et accusamus. Odit quia ut atque. Aut corrupti voluptas non."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["excerpt", "Sit ratione."], ["published", true], ["slug", nil], ["title", "Ut quaerat velit dolores ut et aliquam qui."], ["updated_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["written_at", Fri, 16 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.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" = 'test48' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test48"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 95], ["blog_id", 1], ["body", "Minima non eligendi consequatur voluptatem enim eius aut. Necessitatibus tenetur dolor. Sunt excepturi necessitatibus culpa et dicta minima. Id aut qui eos deleniti distinctio vel. Distinctio exercitationem incidunt nulla omnis voluptatibus. Odio veniam fugiat. Et facilis ex quis qui molestiae."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["excerpt", "At sed doloribus accusantium quidem quas."], ["published", true], ["slug", nil], ["title", "Omnis explicabo dignissimos quaerat consequuntur numquam nobis."], ["updated_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["written_at", Fri, 16 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 (0.1ms) 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 19:57:35 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  (8.9ms) 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", 97], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["description", "Distinctio quidem amet adipisci eveniet velit. Nulla sint et deserunt fuga. Eligendi dolore commodi et consequatur sit aut. Voluptatum quis perferendis repellat neque incidunt."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Excepturi omnis placeat rerum explicabo et iusto."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.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", 99], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["description", "Quia incidunt eligendi. Eum itaque fugiat unde. Est nihil et voluptatem. Fugiat laudantium non debitis nulla voluptatem sint."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Rem dolor ipsum nulla quia."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.8ms) 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", 100], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["description", "Cum ea nihil explicabo tempore reprehenderit nostrum. Et et consequatur eos nisi. Aut aliquid et cum eligendi consequatur non."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Assumenda voluptatem ea corporis porro ad sunt."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:35 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 101], ["blog_id", 1], ["body", "Et aut perferendis ratione et ut eum quos. Quia deserunt ab sit aliquid occaecati. Laudantium deleniti enim facilis beatae minus doloremque corrupti. Earum error est voluptas. Suscipit assumenda sit delectus non. Repellat omnis suscipit laborum et dignissimos ut eum. Dolor labore quam earum a sed et."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["excerpt", "Sunt aut quis sit numquam sed."], ["published", true], ["slug", nil], ["title", "Et incidunt expedita rerum id eum nostrum dolores."], ["updated_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test52' LIMIT 1 SQL (0.0ms) 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" = 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 102], ["blog_id", 1], ["body", "Ex nostrum maiores. Id molestiae velit maiores facere autem aut. Facilis deleniti quidem minus officiis iusto aut asperiores. Et est non cupiditate eum nulla quia. Et asperiores quis. Est veritatis harum quos maxime et non."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["excerpt", "Ex laboriosam quia et dolor ipsa."], ["published", true], ["slug", nil], ["title", "Quisquam recusandae veritatis sed doloribus."], ["updated_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["written_at", Fri, 16 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.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test53' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test53"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", Fri, 16 Nov 2012 19:57:35 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 103], ["blog_id", 1], ["body", "Id est aut. Adipisci culpa vero id sapiente eos vel molestias. Laudantium quibusdam voluptatibus molestias ea voluptas sunt. Ad dolor aliquid quia animi qui porro id. Non possimus ullam tenetur cum. Aliquid voluptas provident. Deleniti et molestiae explicabo officiis."], ["created_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["excerpt", "Consequatur nesciunt ut est earum aut."], ["published", true], ["slug", nil], ["title", "Ut ut commodi omnis quia nesciunt quod natus."], ["updated_at", Fri, 16 Nov 2012 19:57:35 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 104], ["blog_id", 1], ["body", "Amet reiciendis aperiam consequatur omnis consectetur necessitatibus. Et ut consequatur id ducimus voluptas illum placeat. Cupiditate et non consequuntur cumque qui quibusdam aliquam. Ut saepe quia accusamus hic. Voluptates qui placeat unde at architecto iste. Temporibus qui placeat sit tenetur tempore occaecati tempora. Repellendus unde eveniet nobis velit."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Ut ipsam."], ["published", false], ["slug", nil], ["title", "Dignissimos voluptates et."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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.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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 105], ["blog_id", 1], ["body", "Temporibus voluptates id. Quasi minus provident est aut in. Non quia vel earum exercitationem laborum quod voluptas. Quidem veniam eos eaque praesentium temporibus dolorem dolores. Et praesentium accusamus."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Animi recusandae."], ["published", false], ["slug", nil], ["title", "Laboriosam ad earum voluptate quia facere sed laborum."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test56' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test56"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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" = 5 AND "taggings"."taggable_type" = 'Almanac::Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Exists (0.3ms) 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 106], ["blog_id", 1], ["body", "Voluptatem cumque est doloremque. Debitis saepe veniam est. Rerum distinctio dolor ipsa voluptas consectetur quia ut. Et voluptatem possimus. At voluptatem corrupti ab officia est."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Non unde laudantium pariatur amet enim."], ["published", false], ["slug", nil], ["title", "Occaecati velit quos ut rerum sequi."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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'  (12.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", 107], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["description", "Consequatur quasi veniam voluptate et. Deserunt autem enim. Magnam et ea est."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Distinctio qui voluptates quae."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:36 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 108], ["blog_id", 1], ["body", "Eaque aliquam nulla. Deserunt ea rerum velit iste. Quia maiores veritatis eum. Est molestiae rerum nihil sed vitae voluptatem et. Rerum quae veniam laudantium numquam temporibus."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Aperiam atque et officiis."], ["published", true], ["slug", nil], ["title", "Ad sint sunt consequatur et vel quia."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 109], ["blog_id", 1], ["body", "Ullam dolores ut alias ea quasi. Id praesentium inventore asperiores doloribus. Qui provident excepturi repellendus. Quaerat voluptatem fugit sint quibusdam hic. Mollitia consequatur id qui."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Iusto voluptatem dolorem non dolorum saepe."], ["published", true], ["slug", nil], ["title", "Sint quod fuga sed."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["tag_id", 1], ["taggable_id", 2], ["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" = 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 110], ["blog_id", 1], ["body", "Earum sint exercitationem architecto accusamus facere dignissimos ut. Optio quae error. Ut rem earum sit ipsam cum placeat quod. Animi fugiat consequatur explicabo earum quibusdam laboriosam. Ea esse aut in quia enim delectus sit. Est dolorem dignissimos veniam illo. Quo odit rem molestias nisi necessitatibus."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Unde."], ["published", true], ["slug", nil], ["title", "Ea id labore non atque aut."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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" = '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.1ms) 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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 111], ["blog_id", 1], ["body", "Vitae et dolor odio in. Nobis odit doloribus nulla totam optio. Nostrum aliquid sequi. Voluptas placeat molestias accusamus ea beatae blanditiis omnis. Distinctio repellendus autem iure."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Alias eaque."], ["published", true], ["slug", nil], ["title", "Earum fugit et rerum doloremque quo similique."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test61' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test61"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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.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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 112], ["blog_id", 1], ["body", "Est et quos maxime aut. Porro qui eum libero voluptas officia velit molestias. Facere modi aspernatur doloribus aut nam et est. Ipsum qui possimus quam eos deserunt et est. Ad rerum est. Voluptatibus illo veniam nihil tenetur in necessitatibus nesciunt. Dicta voluptatem nihil iusto."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Provident."], ["published", false], ["slug", nil], ["title", "Delectus ullam minima."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test62"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 113], ["blog_id", 1], ["body", "Ut pariatur voluptates aut dolores. Aut assumenda nesciunt. Quos officia perspiciatis neque sit. Consequatur modi quia. Laboriosam harum et sapiente dolores sint."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Dignissimos et est laboriosam nam consequuntur."], ["published", false], ["slug", nil], ["title", "Ipsa et sit."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 114], ["blog_id", 1], ["body", "Sequi nisi provident voluptatem commodi vero error et. Quia porro sed in accusamus voluptate voluptas tenetur. Eius omnis necessitatibus doloribus deserunt ut illum voluptatem. Consequuntur voluptate alias assumenda veritatis nesciunt ab eos. Fugiat quaerat laudantium dolores aut sed aliquam consequuntur. Quo blanditiis mollitia aut. Sed aut similique."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Et."], ["published", false], ["slug", nil], ["title", "Rerum distinctio dolor ipsa voluptas consectetur quia ut."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test64' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test64"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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'  (5.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.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", 115], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["description", "Consequatur quasi veniam voluptate et. Deserunt autem enim. Magnam et ea est."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Distinctio qui voluptates quae."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:36 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 116], ["blog_id", 1], ["body", "Eaque aliquam nulla. Deserunt ea rerum velit iste. Quia maiores veritatis eum. Est molestiae rerum nihil sed vitae voluptatem et. Rerum quae veniam laudantium numquam temporibus."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Aperiam atque et officiis."], ["published", true], ["slug", nil], ["title", "Ad sint sunt consequatur et vel quia."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test65' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test65"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 117], ["blog_id", 1], ["body", "Ullam dolores ut alias ea quasi. Id praesentium inventore asperiores doloribus. Qui provident excepturi repellendus. Quaerat voluptatem fugit sint quibusdam hic. Mollitia consequatur id qui."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Iusto voluptatem dolorem non dolorum saepe."], ["published", true], ["slug", nil], ["title", "Sint quod fuga sed."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 118], ["blog_id", 1], ["body", "Earum sint exercitationem architecto accusamus facere dignissimos ut. Optio quae error. Ut rem earum sit ipsam cum placeat quod. Animi fugiat consequatur explicabo earum quibusdam laboriosam. Ea esse aut in quia enim delectus sit. Est dolorem dignissimos veniam illo. Quo odit rem molestias nisi necessitatibus."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Unde."], ["published", true], ["slug", nil], ["title", "Ea id labore non atque aut."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 119], ["blog_id", 1], ["body", "Vitae et dolor odio in. Nobis odit doloribus nulla totam optio. Nostrum aliquid sequi. Voluptas placeat molestias accusamus ea beatae blanditiis omnis. Distinctio repellendus autem iure."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Alias eaque."], ["published", true], ["slug", nil], ["title", "Earum fugit et rerum doloremque quo similique."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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" = 'test68' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test68"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 120], ["blog_id", 1], ["body", "Est et quos maxime aut. Porro qui eum libero voluptas officia velit molestias. Facere modi aspernatur doloribus aut nam et est. Ipsum qui possimus quam eos deserunt et est. Ad rerum est. Voluptatibus illo veniam nihil tenetur in necessitatibus nesciunt. Dicta voluptatem nihil iusto."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Provident."], ["published", true], ["slug", nil], ["title", "Delectus ullam minima."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test69' OR lower(name) = 'rspec69' OR lower(name) = 'ruby69' OR lower(name) = '#rails69') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test69' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test69"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec69' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec69"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby69' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby69"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails69' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails69"]] 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 121], ["blog_id", 1], ["body", "Ut pariatur voluptates aut dolores. Aut assumenda nesciunt. Quos officia perspiciatis neque sit. Consequatur modi quia. Laboriosam harum et sapiente dolores sint."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Dignissimos et est laboriosam nam consequuntur."], ["published", true], ["slug", nil], ["title", "Ipsa et sit."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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" = 'test70' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test70"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 122], ["blog_id", 1], ["body", "Sequi nisi provident voluptatem commodi vero error et. Quia porro sed in accusamus voluptate voluptas tenetur. Eius omnis necessitatibus doloribus deserunt ut illum voluptatem. Consequuntur voluptate alias assumenda veritatis nesciunt ab eos. Fugiat quaerat laudantium dolores aut sed aliquam consequuntur. Quo blanditiis mollitia aut. Sed aut similique."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Et."], ["published", true], ["slug", nil], ["title", "Rerum distinctio dolor ipsa voluptas consectetur quia ut."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test71' OR lower(name) = 'rspec71' OR lower(name) = 'ruby71' OR lower(name) = '#rails71') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test71' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test71"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec71' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec71"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby71' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby71"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails71' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails71"]] 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 123], ["blog_id", 1], ["body", "Veritatis ut architecto reiciendis autem quidem consequuntur perferendis. Ea ducimus eaque velit. Ea veritatis voluptatem eaque. Quis architecto ipsum. Nihil ab molestiae iste praesentium enim. Et eveniet omnis."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Dicta iure vel."], ["published", true], ["slug", nil], ["title", "Qui voluptatum tenetur consequuntur sunt quo voluptate rerum."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 124], ["blog_id", 1], ["body", "Possimus et voluptates rerum rerum provident. Et ipsa illo voluptas maiores voluptate sed. Ipsum exercitationem ad dignissimos dicta tempore sunt. Ut qui molestias dignissimos mollitia consequatur eaque. Delectus quis enim sint voluptas."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Asperiores."], ["published", true], ["slug", nil], ["title", "Quia officiis rerum reprehenderit doloribus aut vel."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] 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.0ms) 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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 125], ["blog_id", 1], ["body", "Aut amet est est dolore ipsam. Consequatur deleniti veniam. Beatae voluptas sequi expedita fugiat id repellat corrupti. Consequatur expedita quo enim eius. Ut eius et dignissimos excepturi voluptatem. Autem eius nulla atque fuga."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Aspernatur nesciunt et est sit dicta."], ["published", true], ["slug", nil], ["title", "Commodi ea veritatis temporibus asperiores amet."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 126], ["blog_id", 1], ["body", "Voluptatem magnam suscipit accusantium in ut inventore dolor. Aut tenetur quas assumenda eos dolorem id velit. Autem eos qui rerum quia. Officia eligendi quidem odit quia illo aut. Ut distinctio omnis et qui. Vel sapiente expedita non. Maiores sed in ipsam natus quam quia placeat."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Sed vitae."], ["published", false], ["slug", nil], ["title", "Reprehenderit ut id ullam error ut et est."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.2ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 127], ["blog_id", 1], ["body", "Inventore non numquam. Perspiciatis alias est commodi eaque. Modi quasi saepe minus velit. Asperiores eaque modi dolores odio corporis et. Corrupti recusandae et quod hic explicabo excepturi consequatur. Voluptates eius animi sunt fuga doloremque autem dolore. Facilis odio architecto rerum qui quod temporibus."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Soluta."], ["published", false], ["slug", nil], ["title", "Facere expedita quae voluptatibus qui veritatis."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test76' OR lower(name) = 'rspec76' OR lower(name) = 'ruby76' OR lower(name) = '#rails76') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test76' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test76"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec76' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec76"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby76' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby76"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails76' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails76"]] 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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_d8d6bf3 ON posts_taggings_d8d6bf3.taggable_id = almanac_posts.id AND posts_taggings_d8d6bf3.taggable_type = 'Almanac::Post' AND posts_taggings_d8d6bf3.tag_id = 1 WHERE "almanac_posts"."published" = 't'  (3.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", 128], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["description", "Perferendis consequatur itaque et sint eum illum numquam. Rerum minus veniam rerum molestias cumque et. Iste cupiditate exercitationem magni animi tempore. Placeat nostrum beatae qui assumenda ut id labore."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Vero consequatur sed aut aut."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:57:36 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 129], ["blog_id", 1], ["body", "Molestiae officiis voluptatem minima temporibus sint dolorem enim. Quis ipsum et aut tempora est fugit at. Quaerat laborum aut non quis. Quibusdam nisi officia sed sed est. Cum sed provident aspernatur. Praesentium expedita neque dolor est. Vero est ea voluptatum non consectetur voluptate."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Autem molestiae veniam."], ["published", true], ["slug", nil], ["title", "Dolorem fugiat iure aspernatur."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test77' OR lower(name) = 'rspec77' OR lower(name) = 'ruby77' OR lower(name) = '#rails77') 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" = 'test77' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test77"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec77' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec77"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby77' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby77"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails77' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails77"]] 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 130], ["blog_id", 1], ["body", "Dolor repudiandae rerum blanditiis. Esse nostrum in quaerat exercitationem sunt non doloremque. Ex nesciunt non et aut quaerat. Eos consequatur doloribus maiores quis enim. Maxime eos laborum sunt assumenda earum odit."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Rerum."], ["published", true], ["slug", nil], ["title", "Iusto quas magnam quasi necessitatibus occaecati facilis placeat."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test78' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test78"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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.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 (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 131], ["blog_id", 1], ["body", "Commodi corporis aliquid omnis quo aut velit. Sed ab ut quasi doloremque autem reprehenderit sit. Voluptatem aut eum optio et. Atque quibusdam quos. Odio dolorum pariatur et voluptatibus totam quibusdam. Delectus sed fugiat. Voluptas deleniti voluptatem sapiente accusantium suscipit quia."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Iusto dignissimos culpa dolore placeat dolor."], ["published", true], ["slug", nil], ["title", "Reiciendis eligendi laudantium amet ab totam porro."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test79' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test79"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 132], ["blog_id", 1], ["body", "Recusandae quas aliquid cum illo accusamus non. Libero ut incidunt cupiditate. Et iusto voluptatum excepturi provident. Sed repellat labore. Velit laboriosam quia sunt id. Consequatur suscipit ut quis eos sed. Repellendus quibusdam error amet vero ea saepe."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Repellendus."], ["published", true], ["slug", nil], ["title", "Non nobis est quam officiis."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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" = 'test80' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test80"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 19:57:36 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["tag_id", 17], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (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 (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 133], ["blog_id", 1], ["body", "Delectus cumque quisquam dolor eaque et similique rerum. Quia dolorem sed vel nisi in. Illum optio et. Consequuntur rerum iste magnam veniam dolor. Autem modi natus fuga. Inventore dolorem labore ut enim eos suscipit."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Similique vero molestiae sed officia."], ["published", true], ["slug", nil], ["title", "Ad ex aut et voluptatem fugiat."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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 (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test81' LIMIT 1 SQL (0.1ms) 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 19:57:36 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 134], ["blog_id", 1], ["body", "Animi voluptatem ea explicabo voluptas sunt nihil. Eius in ut. Dolore optio ut architecto ut aperiam. A aut tenetur laboriosam porro voluptas. Nobis voluptatibus est excepturi provident repudiandae."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Earum deleniti perspiciatis voluptatem quidem ut."], ["published", true], ["slug", nil], ["title", "Est nemo quo id voluptatem ipsa."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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" = '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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 135], ["blog_id", 1], ["body", "Doloremque cupiditate ad labore. Temporibus molestiae consequatur sit qui nihil rerum voluptatum. Necessitatibus quia et. Est facilis id sint laudantium est suscipit. Rerum eum quo."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Eligendi ipsa dicta."], ["published", true], ["slug", nil], ["title", "Mollitia enim minima et officiis voluptatem vitae provident."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 19:57:36 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 136], ["blog_id", 1], ["body", "Maiores fugiat neque a. Optio eos reiciendis iure quis molestiae est. Et consequatur et dicta soluta voluptatem. Ipsa dolor fugit voluptatum laborum eos. Non alias corporis praesentium. Voluptatibus nulla nostrum nihil et ipsum. Reprehenderit qui praesentium voluptas doloremque."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Occaecati voluptas ea rem voluptatem."], ["published", true], ["slug", nil], ["title", "Ut assumenda architecto ad itaque quae quia doloremque."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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.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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 137], ["blog_id", 1], ["body", "Sequi neque animi consequuntur occaecati molestiae. Quaerat ut maiores rerum et. Doloremque minima voluptatum ratione ipsam velit. Recusandae consequatur aperiam mollitia neque iusto rerum. Eos numquam voluptas et ut temporibus esse rerum. Laborum aliquid et aliquam. Culpa a numquam."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Totam error neque et."], ["published", true], ["slug", nil], ["title", "Nulla tempore facilis dignissimos et adipisci."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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" = 'test85' LIMIT 1 SQL (0.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 138], ["blog_id", 1], ["body", "Consequatur vel magnam dignissimos aut voluptates impedit. Sunt in dolor eaque. Quas in adipisci voluptas qui exercitationem non. Sit ducimus cum aspernatur ipsam. Laboriosam ut cupiditate."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Amet aliquam."], ["published", true], ["slug", nil], ["title", "Et ea possimus praesentium qui culpa."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", Fri, 16 Nov 2012 19:57:36 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 139], ["blog_id", 1], ["body", "Non eos dolores doloribus adipisci expedita. Qui reprehenderit sed. Molestias in dolores. Dolorum recusandae sunt. Aut sit ab. Ab iure sit ea sit laudantium aut."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Et eum rerum est."], ["published", true], ["slug", nil], ["title", "Provident maiores eos reiciendis doloribus perspiciatis quos dolore."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 140], ["blog_id", 1], ["body", "Animi architecto et natus repellat molestiae. Impedit distinctio minima quidem odio minus consectetur quod. Debitis qui sint. Eius est ex quibusdam autem. Et veniam excepturi eligendi doloremque ullam at molestiae. Consequatur quod ea aut quis ut autem."], ["created_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["excerpt", "Sit voluptatem."], ["published", true], ["slug", nil], ["title", "Nostrum est assumenda vel commodi voluptate ea rem."], ["updated_at", Fri, 16 Nov 2012 19:57:36 UTC +00:00], ["written_at", Fri, 16 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_540d306 ON posts_taggings_540d306.taggable_id = almanac_posts.id AND posts_taggings_540d306.taggable_type = 'Almanac::Post' AND posts_taggings_540d306.tag_id = 1 WHERE "almanac_posts"."published" = 't'  (16.7ms) rollback transaction Connecting to database specified by database.yml  (16.4ms) DELETE FROM "users";  (12.5ms) DELETE FROM sqlite_sequence where name = 'users';  (22.0ms) DELETE FROM "almanac_posts";  (0.2ms) DELETE FROM sqlite_sequence where name = 'almanac_posts';  (2.1ms) DELETE FROM "almanac_images";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_images';  (24.4ms) DELETE FROM "tags";  (0.2ms) DELETE FROM sqlite_sequence where name = 'tags';  (2.4ms) DELETE FROM "taggings";  (0.1ms) DELETE FROM sqlite_sequence where name = 'taggings';  (1.8ms) DELETE FROM "almanac_comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'almanac_comments';  (1.8ms) DELETE FROM "almanac_blogs";  (0.1ms) 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" = 'winona_wolf@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (39.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", Fri, 16 Nov 2012 19:58:02 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "winona_wolf@example.com"], ["encrypted_password", "$2a$04$reeuNmFY3mFp9P7iIF9LK.5QziIRD9CcTjfH5Ps9a0cpe/03jQ.Iu"], ["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", Fri, 16 Nov 2012 19:58:02 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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", 1], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:58:02 UTC +00:00], ["description", "Ut reprehenderit voluptatibus consequatur id rem. Qui maiores corporis et eligendi tempora. Sit soluta ut. Est aut magni harum minus et. Fugit earum neque."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ipsam dolores id itaque."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) 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" = 'brenden@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", Fri, 16 Nov 2012 19:58:02 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brenden@example.net"], ["encrypted_password", "$2a$04$l.Zv3lPDG.02RqkVkc73wuP6DiWzGB2fzKUArHopZlVYbC6zYA1Zm"], ["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", Fri, 16 Nov 2012 19:58:02 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 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", 2], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:58:02 UTC +00:00], ["description", "Quisquam explicabo qui. Culpa eaque eos. Adipisci reiciendis ut magnam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ducimus eum veniam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:02 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) 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" = 'winona_wolf@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (10.7ms) 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", Fri, 16 Nov 2012 19:58:02 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "winona_wolf@example.com"], ["encrypted_password", "$2a$04$MEdybty7H2uZECy9Iy1Aa.5QJ2Lud3W0tUQ3JUHrc3AhC1mqowaFi"], ["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", Fri, 16 Nov 2012 19:58:02 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (7.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", 3], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:58:02 UTC +00:00], ["description", "Ut reprehenderit voluptatibus consequatur id rem. Qui maiores corporis et eligendi tempora. Sit soluta ut. Est aut magni harum minus et. Fugit earum neque."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ipsam dolores id itaque."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:02 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"  (32.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" = 'brenden@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", Fri, 16 Nov 2012 19:58:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brenden@example.net"], ["encrypted_password", "$2a$04$uLwxgQhPMb010eUmRWohT.f8AfeHDQ/.GPy7cZEae7oXp4fvWpM7y"], ["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", Fri, 16 Nov 2012 19:58:03 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", 4], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:58:03 UTC +00:00], ["description", "Quisquam explicabo qui. Culpa eaque eos. Adipisci reiciendis ut magnam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ducimus eum veniam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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" = 'winona_wolf@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", Fri, 16 Nov 2012 19:58:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "winona_wolf@example.com"], ["encrypted_password", "$2a$04$j0YZXcnGfIy.uhXmG0ctW.gdfy3Wu/GzBVQjrvaw0IOc4CMDbN/fa"], ["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", Fri, 16 Nov 2012 19:58:03 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", 5], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:58:03 UTC +00:00], ["description", "Ut reprehenderit voluptatibus consequatur id rem. Qui maiores corporis et eligendi tempora. Sit soluta ut. Est aut magni harum minus et. Fugit earum neque."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ipsam dolores id itaque."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"   (34.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (24.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'carmela@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", Fri, 16 Nov 2012 19:58:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "carmela@example.com"], ["encrypted_password", "$2a$04$qmx26mZu8TnFIIQ2DH9nd.LdlrOLuRldeg9r.g3pdd2YTm/2e5qye"], ["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", Fri, 16 Nov 2012 19:58:03 UTC +00:00]]  (0.1ms) 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 (43.9ms) 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", Fri, 16 Nov 2012 19:58:03 UTC +00:00], ["description", "Corrupti occaecati ea in sit. Quisquam explicabo qui. Culpa eaque eos. Adipisci reiciendis ut magnam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Iusto enim."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:03 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (27.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" = 'winona_wolf@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", Fri, 16 Nov 2012 19:58:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "winona_wolf@example.com"], ["encrypted_password", "$2a$04$27gr5Lt7EA9tojxj0qwPfeJ0EfyxEiEYIyhHOA.9Qrc/IRa4YhlJO"], ["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", Fri, 16 Nov 2012 19:58:03 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", 7], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:58:03 UTC +00:00], ["description", "Ut reprehenderit voluptatibus consequatur id rem. Qui maiores corporis et eligendi tempora. Sit soluta ut. Est aut magni harum minus et. Fugit earum neque."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ipsam dolores id itaque."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'brenden@example.net' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (29.8ms) 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", Fri, 16 Nov 2012 19:58:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brenden@example.net"], ["encrypted_password", "$2a$04$d72/Rqb1svbA88BSdTilieULG7ATwNJdyInBHQa.K7q5REsIygSbq"], ["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", Fri, 16 Nov 2012 19:58:03 UTC +00:00]]  (0.1ms) 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 (4.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", 8], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:58:03 UTC +00:00], ["description", "Quisquam explicabo qui. Culpa eaque eos. Adipisci reiciendis ut magnam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ducimus eum veniam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:03 UTC +00:00]]  (0.1ms) 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 191ms (Views: 163.2ms | ActiveRecord: 0.1ms)  (28.6ms) 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" = 'winona_wolf@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (16.0ms) 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", Fri, 16 Nov 2012 19:58:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "winona_wolf@example.com"], ["encrypted_password", "$2a$04$rVpWx1GOdGHf1PGWfxYGJev/CtqTNaecsX7jehYsWb1fSKI/.mx2a"], ["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", Fri, 16 Nov 2012 19:58:03 UTC +00:00]]  (0.1ms) 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", 9], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:58:03 UTC +00:00], ["description", "Ut reprehenderit voluptatibus consequatur id rem. Qui maiores corporis et eligendi tempora. Sit soluta ut. Est aut magni harum minus et. Fugit earum neque."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ipsam dolores id itaque."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.6ms) 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" = 'brenden@example.net' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (17.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", Fri, 16 Nov 2012 19:58:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brenden@example.net"], ["encrypted_password", "$2a$04$h513d1RsnF.AlzlKm.RBYOiYd7y.kap01fbuyhIZx9o1qYZwGa2aS"], ["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", Fri, 16 Nov 2012 19:58:03 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 SQL (7.7ms) 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", Fri, 16 Nov 2012 19:58:03 UTC +00:00], ["description", "Quisquam explicabo qui. Culpa eaque eos. Adipisci reiciendis ut magnam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ducimus eum veniam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (18.2ms) 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" = 'winona_wolf@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (17.9ms) 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", Fri, 16 Nov 2012 19:58:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "winona_wolf@example.com"], ["encrypted_password", "$2a$04$rdaagr50N3nCeqZuMDCfzuwp21RuivdpOLbOFhnjrxenS5EOuqate"], ["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", Fri, 16 Nov 2012 19:58:03 UTC +00:00]]  (0.1ms) 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", 11], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:58:03 UTC +00:00], ["description", "Ut reprehenderit voluptatibus consequatur id rem. Qui maiores corporis et eligendi tempora. Sit soluta ut. Est aut magni harum minus et. Fugit earum neque."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ipsam dolores id itaque."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.4ms) 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" = 'brenden@example.net' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (36.2ms) 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", Fri, 16 Nov 2012 19:58:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brenden@example.net"], ["encrypted_password", "$2a$04$povlZGpDXs4zle71DejGT.KyMZ67WKFhpbIGfvNR.LFuaeMA9Rdyi"], ["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", Fri, 16 Nov 2012 19:58:03 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.7ms) 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", Fri, 16 Nov 2012 19:58:03 UTC +00:00], ["description", "Quisquam explicabo qui. Culpa eaque eos. Adipisci reiciendis ut magnam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ducimus eum veniam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:03 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (38.0ms) 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" = 'ruthie@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (21.2ms) 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", Fri, 16 Nov 2012 19:58:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ruthie@example.com"], ["encrypted_password", "$2a$04$vT1H6bv.zWTEBcXR6RQVU.RtpD/YwrB97JCAma94mYJVT3Hlg.LQi"], ["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", Fri, 16 Nov 2012 19:58:03 UTC +00:00]]  (0.1ms) 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 (2.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", 13], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:58:03 UTC +00:00], ["description", "Aut mollitia dolorem itaque quisquam. Odit voluptate eaque nisi nobis. Molestiae sint explicabo ab accusantium."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Magni ipsum perferendis dolore laborum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (30.6ms) 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" = 'kurt@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", Fri, 16 Nov 2012 19:58:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "kurt@example.org"], ["encrypted_password", "$2a$04$jZSpfGd5d0Ysu0t3qyx.d.oXl5t89ypBkgHXMsH9kn4D4pTXmsRfO"], ["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", Fri, 16 Nov 2012 19:58:03 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", 14], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:58:03 UTC +00:00], ["description", "Enim aut laborum est. Eveniet explicabo sed quidem quod est asperiores maiores. Aperiam iusto nisi nam corporis. Voluptates magnam velit maxime."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sit placeat ullam laborum quam optio."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:03 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 87ms (Views: 82.9ms | ActiveRecord: 0.1ms)  (23.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" = 'clifford_conn@example.net' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (18.2ms) 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", Fri, 16 Nov 2012 19:58:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "clifford_conn@example.net"], ["encrypted_password", "$2a$04$4I7ryP8HloGfkeIIrAwOyuSRL68wnLAkgxzLTZZY0tTC8aske2CV2"], ["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", Fri, 16 Nov 2012 19:58:03 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 (10.7ms) 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", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["description", "Ex ipsum magni aut. Aut illo laborum. Eos esse dolorum doloribus et. Ab molestias est ut a minima voluptatem quo. Ipsam incidunt minima illum voluptatem corrupti."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Est et sed saepe dolorem praesentium."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (29.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'winona_wolf@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (26.3ms) 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", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "winona_wolf@example.com"], ["encrypted_password", "$2a$04$H9313Qxgg3M4EKVK3BpFtesaBAKwzIcJOpP0iDbTNTaf6UW5GM9yq"], ["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", Fri, 16 Nov 2012 19:58:04 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (73.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" = 'dorthy_littel@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", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "dorthy_littel@example.org"], ["encrypted_password", "$2a$04$pxYtoHlBVP4Ab2/bJRd0OORr6/uwDzc6WatfJH6B5mUHmQ/d/BkXu"], ["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", Fri, 16 Nov 2012 19:58:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (3.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" = 'winona_wolf@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (25.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", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "winona_wolf@example.com"], ["encrypted_password", "$2a$04$lKutkfZ7ddNOCUNS4mAJGOG5XhgHDhjAQUSQyNWiblkv9SnUuHYBS"], ["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", Fri, 16 Nov 2012 19:58:04 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (23.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" = 'dorthy_littel@example.org' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (16.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", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "dorthy_littel@example.org"], ["encrypted_password", "$2a$04$NI9aRwn4hZHQzFu8Gmu/i.pgnlZAr8BGDJROcndG5xZL44T38bhOS"], ["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", Fri, 16 Nov 2012 19:58:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (12.1ms) 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" = 'winona_wolf@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", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "winona_wolf@example.com"], ["encrypted_password", "$2a$04$CiEpgdfU1Ezd89x00Mgdlu6eJB/KDJE9rf6kc5RMatEy.j0pWrLXm"], ["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", Fri, 16 Nov 2012 19:58:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (9.5ms) 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" = 'dorthy_littel@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", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "dorthy_littel@example.org"], ["encrypted_password", "$2a$04$14McyZOU.856Edf0RkCBCuiKVxeprbr4r/2/o1bmX0cp01xLGP5d."], ["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", Fri, 16 Nov 2012 19:58:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (14.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) 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 (3.0ms) 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", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["description", "Velit aut alias cum expedita dignissimos dolor. Voluptatem magnam sit esse. Aperiam cupiditate dolores quibusdam voluptate fugit. Officiis possimus consequuntur et expedita. Aut provident perspiciatis architecto ea consequatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ea non aut unde laudantium."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = '' LIMIT 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", 18], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["description", "Tenetur ea quae voluptatibus quo enim quaerat deleniti. At non et aut. Voluptatibus accusantium fugit incidunt aut. Dolor dolores delectus culpa."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Omnis autem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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.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", 20], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["description", "Est facere dolorum non ratione repellat autem. Autem quis enim labore voluptates ut sed. Libero soluta non expedita rerum. Quae velit labore architecto dolor omnis mollitia sit. Sit aspernatur non dolor asperiores."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Aliquid repellat eaque sed ea possimus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) 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", 21], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["description", "Ea unde sint consequatur nam possimus quibusdam consequuntur. Ex quidem ea consequuntur est ut aliquam tenetur. Expedita odio sint fugiat."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Enim voluptatum minus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) 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.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", 22], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["description", "Ea unde sint consequatur nam possimus quibusdam consequuntur. Ex quidem ea consequuntur est ut aliquam tenetur. Expedita odio sint fugiat."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Enim voluptatum minus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) 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", 23], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["description", "Dolorum eaque vel. Quasi accusantium et. Similique deserunt et repellat nam recusandae. Nostrum expedita recusandae possimus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Architecto iure incidunt eaque libero."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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", 24], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["description", "Sint molestiae aliquid aliquam quia quibusdam magnam. Et veritatis velit incidunt error. Magnam voluptas quidem facilis ut. Adipisci aliquid quam quaerat. In autem reprehenderit nisi corrupti."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Possimus delectus quo consequuntur quas ad."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'winona_wolf@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", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "winona_wolf@example.com"], ["encrypted_password", "$2a$04$5sAIYX/gwmio1Vga7EXDPO6N8Yn3VB.zZOqS/B5hPXX9AhN1a6ORS"], ["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", Fri, 16 Nov 2012 19:58:04 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"=>"Ipsam dolores id itaque.", "description"=>"Ut reprehenderit voluptatibus consequatur id rem. Qui maiores corporis et eligendi tempora. Sit soluta ut. Est aut magni harum minus et. Fugit earum neque.", "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.7ms) 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", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["description", "Ut reprehenderit voluptatibus consequatur id rem. Qui maiores corporis et eligendi tempora. Sit soluta ut. Est aut magni harum minus et. Fugit earum neque."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ipsam dolores id itaque."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 8ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"   (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" = 'carmela@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", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "carmela@example.com"], ["encrypted_password", "$2a$04$p/OJKvO5EAdN01VhfQKQqO4rSSkgLoOhdBgL9fS6jKHvClSUHKj8C"], ["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", Fri, 16 Nov 2012 19:58:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>"Iusto enim.", "description"=>"Corrupti occaecati ea in sit. Quisquam explicabo qui. Culpa eaque eos. Adipisci reiciendis ut magnam.", "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", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["description", "Corrupti occaecati ea in sit. Quisquam explicabo qui. Culpa eaque eos. Adipisci reiciendis ut magnam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Iusto enim."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.8ms)  (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" = 'winona_wolf@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", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "winona_wolf@example.com"], ["encrypted_password", "$2a$04$f/RgmTZF7PnWdaof4XwtruvD6/ZqX9QFquMNMG1cbNE8HgJ31ETke"], ["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", Fri, 16 Nov 2012 19:58:04 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"=>"Rerum et possimus quas porro. Ut reprehenderit voluptatibus consequatur id rem. Qui maiores corporis et eligendi tempora. Sit soluta ut. Est aut magni harum minus et.", "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 32ms (Views: 25.8ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"   (8.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" = 'zane@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", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "zane@example.net"], ["encrypted_password", "$2a$04$U8dQSv9MZPrbRD9JIwf1Y.UadpKerxKQOMRnbWhMkd.I3DmAcGdFa"], ["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", Fri, 16 Nov 2012 19:58:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>nil, "description"=>"Tempore non eum repudiandae recusandae corrupti nostrum suscipit. Qui explicabo incidunt aut laboriosam ut consequatur. Corrupti occaecati ea in sit. Quisquam explicabo qui. Culpa eaque eos.", "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 7ms (Views: 1.4ms | ActiveRecord: 0.3ms)  (7.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" = 'winona_wolf@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", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "winona_wolf@example.com"], ["encrypted_password", "$2a$04$70dh.fh3JR3rSYebxX9OW.fUiPPGdm6zzU2rKEq.cfdix58/Yoom6"], ["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", Fri, 16 Nov 2012 19:58:04 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 (34.7ms) 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", 25], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["description", "Ut reprehenderit voluptatibus consequatur id rem. Qui maiores corporis et eligendi tempora. Sit soluta ut. Est aut magni harum minus et. Fugit earum neque."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ipsam dolores id itaque."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (9.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" = 'brenden@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", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brenden@example.net"], ["encrypted_password", "$2a$04$89Ls4.mEBlhYGpJ1Bj.5L.kf0vHAOYCdg8ftoamMV2PNDXuoTwIgm"], ["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", Fri, 16 Nov 2012 19:58:04 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", 26], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["description", "Quisquam explicabo qui. Culpa eaque eos. Adipisci reiciendis ut magnam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ducimus eum veniam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (3.1ms) 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" = 'winona_wolf@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", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "winona_wolf@example.com"], ["encrypted_password", "$2a$04$CJvGO8jwhf0ftBntuIy8m.BJXQADF.uxFQjaSdNFSEbAIOZ3qKqcu"], ["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", Fri, 16 Nov 2012 19:58:04 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", 27], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["description", "Ut reprehenderit voluptatibus consequatur id rem. Qui maiores corporis et eligendi tempora. Sit soluta ut. Est aut magni harum minus et. Fugit earum neque."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ipsam dolores id itaque."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Testz", "description"=>"Reprehenderit non hic adipisci iure. Consequatur accusantium ipsum. Perspiciatis autem suscipit vel. Blanditiis ab dignissimos ex animi recusandae. Ut debitis qui maiores explicabo voluptatum.", "author_id"=>"28"}} 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" = 'Reprehenderit non hic adipisci iure. Consequatur accusantium ipsum. Perspiciatis autem suscipit vel. Blanditiis ab dignissimos ex animi recusandae. Ut debitis qui maiores explicabo voluptatum.', "author_id" = 28, "updated_at" = '2012-11-16 19:58:04.803248' 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.4ms) Almanac::Blog Load (0.0ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (16.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" = 'dallin@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", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "dallin@example.org"], ["encrypted_password", "$2a$04$6b.AuGbHEXj8Q/HwPy4tcuj5ktHoOt/hI1SneoCRjATHm6PUQjIuK"], ["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", Fri, 16 Nov 2012 19:58:04 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", 29], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["description", "Velit ducimus dolores nesciunt culpa provident deserunt cum. Omnis aliquid ut eveniet hic nihil ad. Recusandae veniam amet perspiciatis voluptas consectetur corporis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ea excepturi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Sed vel id nam inventore.", "description"=>"Qui dolores occaecati rerum. Cum fugit dolore optio ut. Dolor quidem natus vel atque.", "author_id"=>"30"}} 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" = 'Sed vel id nam inventore.', "description" = 'Qui dolores occaecati rerum. Cum fugit dolore optio ut. Dolor quidem natus vel atque.', "author_id" = 30, "updated_at" = '2012-11-16 19:58:04.911792' 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.4ms)  (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" = 'winona_wolf@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", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "winona_wolf@example.com"], ["encrypted_password", "$2a$04$4CqH8uDnHMW98vlgWaEhgexS28f7JUctL9HoW7QSPhbsc7DgEi76G"], ["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", Fri, 16 Nov 2012 19:58:04 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", 31], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["description", "Ut reprehenderit voluptatibus consequatur id rem. Qui maiores corporis et eligendi tempora. Sit soluta ut. Est aut magni harum minus et. Fugit earum neque."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ipsam dolores id itaque."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Reprehenderit non hic adipisci iure. Consequatur accusantium ipsum. Perspiciatis autem suscipit vel. Blanditiis ab dignissimos ex animi recusandae. Ut debitis qui maiores explicabo voluptatum.", "author_id"=>"32"}} 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 25ms (Views: 20.4ms | ActiveRecord: 0.3ms) Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (18.1ms) 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" = 'dallin@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", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "dallin@example.org"], ["encrypted_password", "$2a$04$0Zqy.RRsFs7VWSXM73f1n.H8K93OjJOIvZfFuzSCrdWKckh5bmypu"], ["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", Fri, 16 Nov 2012 19:58:04 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", 33], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00], ["description", "Velit ducimus dolores nesciunt culpa provident deserunt cum. Omnis aliquid ut eveniet hic nihil ad. Recusandae veniam amet perspiciatis voluptas consectetur corporis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ea excepturi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Iure explicabo voluptatem. Veritatis itaque iusto et necessitatibus. Et optio voluptas delectus blanditiis est quam. Voluptas ullam quia ut. Pariatur et fugiat dolores iure.", "author_id"=>"34"}} 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 6ms (Views: 1.4ms | ActiveRecord: 0.2ms)  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) 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", 35], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:58:05 UTC +00:00], ["description", "Aut enim enim maxime ut et qui. Ex quidem ea consequuntur est ut aliquam tenetur. Expedita odio sint fugiat. Libero velit cum voluptatem suscipit est qui et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Totam libero."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (4.8ms) 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", 36], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 19:58:05 UTC +00:00], ["description", "Dolorum eaque vel. Quasi accusantium et. Similique deserunt et repellat nam recusandae. Nostrum expedita recusandae possimus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Architecto iure incidunt eaque libero."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 19:58:05 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  (12.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (39.2ms) DELETE FROM "users";  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (26.6ms) DELETE FROM "almanac_posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_posts';  (1.9ms) DELETE FROM "almanac_images";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_images';  (10.8ms) DELETE FROM "tags";  (0.1ms) DELETE FROM sqlite_sequence where name = 'tags';  (83.7ms) DELETE FROM "taggings";  (0.2ms) DELETE FROM sqlite_sequence where name = 'taggings';  (49.4ms) DELETE FROM "almanac_comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'almanac_comments';  (42.8ms) 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" = 'arlie.hartmann@example.org' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (17.0ms) 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", Fri, 16 Nov 2012 20:00:21 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "arlie.hartmann@example.org"], ["encrypted_password", "$2a$04$co7V6NmhrnUzIPQtyK0kXuM8QFxo0MotpNe.cZQNWP/hiOhmO1EBe"], ["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", Fri, 16 Nov 2012 20:00:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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", 1], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:21 UTC +00:00], ["description", "Sit magnam dolore. Aut deleniti quidem et nulla est quos eius. Facilis quaerat est eos dolorum optio. Aut officiis eum voluptatem et error illo et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Autem reprehenderit a laudantium."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:21 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"=>"Aliquam esse aut illum ipsam.", "excerpt"=>"Temporibus fugiat repellat et.", "body"=>"Voluptatem voluptatibus ducimus ipsum et vel eius voluptatem. Quisquam facilis vel. Provident facere est incidunt excepturi assumenda quia. Omnis laudantium saepe et tempore cupiditate inventore sed. Quidem dolorem non eos vitae culpa nostrum. Qui enim et quis.", "published"=>true, "tag_list"=>"common,test1,rspec1,ruby1,#rails1", "author_id"=>"2", "written_at"=>"2012-11-16", "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.1ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/vasinov/dev/almanac/app/views/almanac/posts/new.html.haml within layouts/almanac/application (0.7ms) Completed 200 OK in 270ms (Views: 106.8ms | ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"   (9.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" = 'flo_jaskolski@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", Fri, 16 Nov 2012 20:00:21 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "flo_jaskolski@example.com"], ["encrypted_password", "$2a$04$REzm.1YVVqSr5UTgSwZGfOFA5mEXSUrMT7Kun1eXh5xd.Z0R73M7m"], ["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", Fri, 16 Nov 2012 20:00:21 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", 3], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:21 UTC +00:00], ["description", "Sint amet deserunt et quia. Deserunt et voluptatibus id. At unde temporibus modi dolor deserunt quis consequatur. Exercitationem magni aliquam animi et consequuntur a. Voluptatibus sit maiores impedit dignissimos nihil consectetur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eum assumenda iure doloribus sed et cum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Dignissimos deleniti omnis quia nobis.", "excerpt"=>"Illo dolorum nemo.", "body"=>"Cupiditate incidunt voluptatem sed nesciunt fuga dolorem. Inventore sint dolore dignissimos. Temporibus at in nobis. Modi omnis adipisci est vel. Voluptatem dolor eligendi. Harum veritatis optio magni minima fuga eaque voluptas. In assumenda nihil.", "published"=>true, "tag_list"=>"common,test2,rspec2,ruby2,#rails2", "author_id"=>"4", "written_at"=>"2012-11-16", "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.1ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 1.7ms | ActiveRecord: 0.5ms)  (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" = 'arlie.hartmann@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", Fri, 16 Nov 2012 20:00:21 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "arlie.hartmann@example.org"], ["encrypted_password", "$2a$04$mRtkrB5Av9tQiQO3G7KXnem5NSuQbVVpCdA7kFpsD23L0/PhMM7bW"], ["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", Fri, 16 Nov 2012 20:00:21 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", 5], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:21 UTC +00:00], ["description", "Sit magnam dolore. Aut deleniti quidem et nulla est quos eius. Facilis quaerat est eos dolorum optio. Aut officiis eum voluptatem et error illo et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Autem reprehenderit a laudantium."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:21 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"=>"Aliquam esse aut.", "body"=>"Consectetur tenetur temporibus quis id. Blanditiis et repudiandae assumenda voluptatem ipsam distinctio ratione. Vel nobis aut aliquid voluptatibus. Pariatur eos molestiae. Culpa ea omnis in.", "published"=>true, "tag_list"=>"common,test3,rspec3,ruby3,#rails3", "author_id"=>"6", "written_at"=>"2012-11-16", "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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 1.4ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"   (6.1ms) 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" = 'ofelia.crooks@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", Fri, 16 Nov 2012 20:00:21 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ofelia.crooks@example.net"], ["encrypted_password", "$2a$04$ZRXkcdj6DZmJrdNGyIEjjeN1dNlKW/Ia1SIFcF8Eoty.eDNyFi.3u"], ["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", Fri, 16 Nov 2012 20:00:21 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", 7], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:21 UTC +00:00], ["description", "Quam est voluptas veritatis ut corrupti quia perferendis. Voluptas aut ipsum. Sit eos modi magnam eligendi repellendus placeat."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Voluptatem modi eius laudantium."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "excerpt"=>"Ut qui vero animi.", "body"=>"Dolores praesentium rerum ea. Aliquam laborum esse asperiores quam ducimus. Similique perspiciatis quis inventore. Et similique reprehenderit id quidem. Nisi occaecati tenetur ut.", "published"=>true, "tag_list"=>"common,test4,rspec4,ruby4,#rails4", "author_id"=>"8", "written_at"=>"2012-11-16", "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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 1.4ms | ActiveRecord: 0.4ms)  (121.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" = 'arlie.hartmann@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", Fri, 16 Nov 2012 20:00:21 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "arlie.hartmann@example.org"], ["encrypted_password", "$2a$04$sHYMAsD5hgZo0Yi6JF21G.p.DH9.ItJgg0NIP2GOR1gC8HDDzq6sq"], ["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", Fri, 16 Nov 2012 20:00:21 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", 9], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:21 UTC +00:00], ["description", "Sit magnam dolore. Aut deleniti quidem et nulla est quos eius. Facilis quaerat est eos dolorum optio. Aut officiis eum voluptatem et error illo et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Autem reprehenderit a laudantium."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:21 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (8.1ms) 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" = 'flo_jaskolski@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", Fri, 16 Nov 2012 20:00:21 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "flo_jaskolski@example.com"], ["encrypted_password", "$2a$04$EF.1O0O.FJkvxLigQYe/tOu/s0LzhUKPOaldbghHi1aZWerB3owpi"], ["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", Fri, 16 Nov 2012 20:00:21 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", 11], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:21 UTC +00:00], ["description", "Sint amet deserunt et quia. Deserunt et voluptatibus id. At unde temporibus modi dolor deserunt quis consequatur. Exercitationem magni aliquam animi et consequuntur a. Voluptatibus sit maiores impedit dignissimos nihil consectetur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eum assumenda iure doloribus sed et cum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:21 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (14.6ms) 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" = 'arlie.hartmann@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", Fri, 16 Nov 2012 20:00:21 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "arlie.hartmann@example.org"], ["encrypted_password", "$2a$04$a0Cn.nsa/fsdTMoBdI25I.OgWLY0LfzwBbibNKQE3EU2LFkcP2ZMG"], ["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", Fri, 16 Nov 2012 20:00:21 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", Fri, 16 Nov 2012 20:00:21 UTC +00:00], ["description", "Sit magnam dolore. Aut deleniti quidem et nulla est quos eius. Facilis quaerat est eos dolorum optio. Aut officiis eum voluptatem et error illo et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Autem reprehenderit a laudantium."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:21 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.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" = 'flo_jaskolski@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", Fri, 16 Nov 2012 20:00:21 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "flo_jaskolski@example.com"], ["encrypted_password", "$2a$04$9gfv1lFZ.EakpvYGmQJO2Odi6gKSW6MzXZiFUkcdufVmtebVfbr8a"], ["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", Fri, 16 Nov 2012 20:00:21 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", Fri, 16 Nov 2012 20:00:21 UTC +00:00], ["description", "Sint amet deserunt et quia. Deserunt et voluptatibus id. At unde temporibus modi dolor deserunt quis consequatur. Exercitationem magni aliquam animi et consequuntur a. Voluptatibus sit maiores impedit dignissimos nihil consectetur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eum assumenda iure doloribus sed et cum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:21 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (8.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" = 'arlie.hartmann@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", Fri, 16 Nov 2012 20:00:21 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "arlie.hartmann@example.org"], ["encrypted_password", "$2a$04$67h.zogH7c8/Mbkd4LECLO92LWSnWcRqzwA0KWgytu/MeoJA5jvVK"], ["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", Fri, 16 Nov 2012 20:00:21 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", Fri, 16 Nov 2012 20:00:21 UTC +00:00], ["description", "Sit magnam dolore. Aut deleniti quidem et nulla est quos eius. Facilis quaerat est eos dolorum optio. Aut officiis eum voluptatem et error illo et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Autem reprehenderit a laudantium."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:21 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (2.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" = 'flo_jaskolski@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", Fri, 16 Nov 2012 20:00:21 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "flo_jaskolski@example.com"], ["encrypted_password", "$2a$04$rN22tYumX2y2BbVhsEpxaOkOYy9Ea1JwYVFEtPwHhT0ZHRUJSLlrm"], ["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", Fri, 16 Nov 2012 20:00:21 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", Fri, 16 Nov 2012 20:00:21 UTC +00:00], ["description", "Sint amet deserunt et quia. Deserunt et voluptatibus id. At unde temporibus modi dolor deserunt quis consequatur. Exercitationem magni aliquam animi et consequuntur a. Voluptatibus sit maiores impedit dignissimos nihil consectetur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eum assumenda iure doloribus sed et cum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:21 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.6ms) 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" = 'arlie.hartmann@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", Fri, 16 Nov 2012 20:00:21 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "arlie.hartmann@example.org"], ["encrypted_password", "$2a$04$wN0DkNXMCerxhJ20HHWHgusq24CPSI/rIgI8eBCZAFYnh/lO53fFK"], ["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", Fri, 16 Nov 2012 20:00:21 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", Fri, 16 Nov 2012 20:00:21 UTC +00:00], ["description", "Sit magnam dolore. Aut deleniti quidem et nulla est quos eius. Facilis quaerat est eos dolorum optio. Aut officiis eum voluptatem et error illo et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Autem reprehenderit a laudantium."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:21 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (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" = 'flo_jaskolski@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", Fri, 16 Nov 2012 20:00:21 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "flo_jaskolski@example.com"], ["encrypted_password", "$2a$04$jvzb9Y15S60szbFJXX57WeEyki5EvtlGkPulPxcHmU9LP.cbKp1nu"], ["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", Fri, 16 Nov 2012 20:00:21 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", Fri, 16 Nov 2012 20:00:21 UTC +00:00], ["description", "Sint amet deserunt et quia. Deserunt et voluptatibus id. At unde temporibus modi dolor deserunt quis consequatur. Exercitationem magni aliquam animi et consequuntur a. Voluptatibus sit maiores impedit dignissimos nihil consectetur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eum assumenda iure doloribus sed et cum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:21 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 65ms (Views: 28.6ms | ActiveRecord: 0.1ms)  (19.0ms) 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" = 'ida@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", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ida@example.net"], ["encrypted_password", "$2a$04$sEwUDl9ARZC09h12OFVFL.lpC/wynx1.LsUb4IOfyqqlayqzCQRSi"], ["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", Fri, 16 Nov 2012 20:00:22 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", 24], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["description", "Eveniet itaque ad nihil veniam suscipit rerum omnis. Voluptatem inventore id quia dolore qui aut earum. Accusantium tenetur error qui ut similique aut inventore. Omnis autem distinctio nemo. Numquam perspiciatis qui."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Animi dolorem aut quas eum recusandae."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:22 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (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" = 'lenora@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", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lenora@example.net"], ["encrypted_password", "$2a$04$TVOJ43B.M59tjpvjCjZmLOLfzzKdgI0F07aXk5ANiEOzfYW1zEMM6"], ["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", Fri, 16 Nov 2012 20:00:22 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", 26], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["description", "Vitae ut sed nobis aut quis voluptatibus voluptatem. Provident harum non odio qui dolor dicta in. Sit accusantium tenetur soluta est."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Voluptas doloremque pariatur impedit incidunt dolorem nulla."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:22 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 27], ["blog_id", 1], ["body", "Quibusdam accusamus maiores. Magnam doloremque veniam. Omnis ducimus facere veritatis qui facilis. Quis eveniet porro sunt tenetur excepturi possimus. Inventore dignissimos nisi."], ["created_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["excerpt", "Sed velit harum debitis."], ["published", false], ["slug", nil], ["title", "Quia quis aut."], ["updated_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test13' OR lower(name) = 'rspec13' OR lower(name) = 'ruby13' OR lower(name) = '#rails13') 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" = 'test13' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test13"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec13' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec13"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby13' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby13"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails13' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails13"]] 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", Fri, 16 Nov 2012 20:00:22 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", Fri, 16 Nov 2012 20:00:22 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", Fri, 16 Nov 2012 20:00:22 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", Fri, 16 Nov 2012 20:00:22 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", Fri, 16 Nov 2012 20:00:22 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 28], ["blog_id", 1], ["body", "Et sit dolor. Quod ad rerum rerum ipsa. Sunt placeat voluptatum tenetur officia omnis. Repellendus qui et quia rerum ducimus. Praesentium necessitatibus provident repudiandae itaque. Voluptates fuga iusto laborum iste dignissimos. Voluptates nisi velit reiciendis tenetur atque."], ["created_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["excerpt", "Eveniet architecto blanditiis provident est doloribus."], ["published", false], ["slug", nil], ["title", "Aperiam et nesciunt."], ["updated_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["written_at", Fri, 16 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" = 'test14' LIMIT 1 SQL (0.1ms) 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" = 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", Fri, 16 Nov 2012 20:00:22 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", Fri, 16 Nov 2012 20:00:22 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", Fri, 16 Nov 2012 20:00:22 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", Fri, 16 Nov 2012 20:00:22 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", Fri, 16 Nov 2012 20:00:22 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 29], ["blog_id", 1], ["body", "Sunt minima similique dolorum alias vel dicta soluta. Sed sit hic. Reprehenderit accusamus ut quisquam. Qui nihil cumque vel tenetur. Fugit reprehenderit assumenda omnis. Doloribus enim et unde."], ["created_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["excerpt", "Atque quia."], ["published", false], ["slug", nil], ["title", "Fugiat cum corrupti et voluptatibus."], ["updated_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:00:22 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", Fri, 16 Nov 2012 20:00:22 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", Fri, 16 Nov 2012 20:00:22 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", Fri, 16 Nov 2012 20:00:22 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", Fri, 16 Nov 2012 20:00:22 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 25ms (Views: 20.1ms | 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  (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" = 'orland_heidenreich@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", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "orland_heidenreich@example.net"], ["encrypted_password", "$2a$04$JktYae3Ui8bMGriGG13MLO86JbBneiyMlju9AOD3JRsW4rT.1Bx16"], ["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", Fri, 16 Nov 2012 20:00:22 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", 30], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["description", "Molestiae corrupti ducimus soluta sed maiores velit. Earum veniam fugit aut autem aut praesentium illum. Assumenda nulla quasi veritatis est voluptatem quas. Ad magnam quasi et eveniet. Aspernatur consequatur enim distinctio maxime aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Aliquid commodi et doloremque non."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:22 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.5ms | ActiveRecord: 0.1ms)  (5.0ms) rollback transaction  (0.1ms) 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", 32], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["description", "Et voluptatem animi ea ad sed. Voluptas fuga culpa nihil suscipit. Repellat numquam qui commodi. Voluptatibus consequatur quibusdam omnis et mollitia. Ex quibusdam culpa."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Aliquid quos perspiciatis nihil."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (4.2ms) 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", 34], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["description", "Incidunt ex voluptas. Deserunt culpa minus non omnis reiciendis sit. Dolorem qui a qui necessitatibus. Fugit doloribus vel hic nihil ab."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Mollitia at vel excepturi nisi quaerat."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (3.3ms) rollback transaction  (0.1ms) begin transaction  (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", 36], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["description", "Repellat porro et ea voluptatem aperiam totam. Praesentium velit suscipit ut. Est qui vel quos veritatis qui."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Molestiae quaerat minima sit occaecati quisquam incidunt."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (24.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", 38], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["description", "Tempore debitis est officiis et. Esse accusamus minima quo delectus iste aliquam qui. Impedit blanditiis beatae molestiae maxime minus qui. Ea voluptas et corrupti quas architecto."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Nulla neque aperiam cupiditate."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (7.0ms) 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", 40], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["description", "Voluptas numquam velit atque adipisci reiciendis qui. Ut impedit maxime quo dolor. Doloribus delectus facilis et fugit autem non in. Aut eum deleniti et. Aliquid aut quisquam ab et quia mollitia suscipit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Id qui distinctio."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (4.1ms) 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", 41], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["description", "Consequatur ipsam repellat ut. A qui aut. Est possimus sunt perspiciatis ex nisi deleniti expedita. Autem dicta odio sapiente. Et quam provident."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sed quia aut ut sapiente."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (4.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) 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", 43], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["description", "Quia rem et. Aut repellat quia pariatur qui consectetur reprehenderit et. Explicabo aspernatur aliquam et exercitationem iure recusandae necessitatibus. Consequatur eaque nisi delectus neque doloremque quisquam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Similique ducimus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:22 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  (15.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" = 'arlie.hartmann@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", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "arlie.hartmann@example.org"], ["encrypted_password", "$2a$04$VscwRcBxPW8G5Es0Sr4w4eMwQ3.MLF/mBB0Q1GcH2YPcawI5dVizm"], ["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", Fri, 16 Nov 2012 20:00:22 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"=>"Autem reprehenderit a laudantium.", "description"=>"Sit magnam dolore. Aut deleniti quidem et nulla est quos eius. Facilis quaerat est eos dolorum optio. Aut officiis eum voluptatem et error illo et.", "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", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["description", "Sit magnam dolore. Aut deleniti quidem et nulla est quos eius. Facilis quaerat est eos dolorum optio. Aut officiis eum voluptatem et error illo et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Autem reprehenderit a laudantium."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 8ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"  (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" = 'gaston_lindgren@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", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "gaston_lindgren@example.org"], ["encrypted_password", "$2a$04$PyjfbX4sHOEIxW7uElaIeO1W1yhFwDMImLzmd3M0K4cj6QJuuQcQq"], ["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", Fri, 16 Nov 2012 20:00:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>"Numquam sunt id magni.", "description"=>"Quis doloremque sit molestias alias ipsam est. Iste aut architecto sunt sit possimus. Dignissimos voluptas aut quo veritatis. Tenetur officia reiciendis possimus id dolorem voluptates amet.", "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", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["description", "Quis doloremque sit molestias alias ipsam est. Iste aut architecto sunt sit possimus. Dignissimos voluptas aut quo veritatis. Tenetur officia reiciendis possimus id dolorem voluptates amet."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Numquam sunt id magni."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.9ms)  (9.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" = 'arlie.hartmann@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", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "arlie.hartmann@example.org"], ["encrypted_password", "$2a$04$jefJU3umuj/1UMEVwNPFruOfRK91gm7gL7ke4J3J5j7QCHQ.QUlta"], ["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", Fri, 16 Nov 2012 20:00:22 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"=>"Quo aliquam qui ut. Sit magnam dolore. Aut deleniti quidem et nulla est quos eius. Facilis quaerat est eos dolorum optio. Aut officiis eum voluptatem et error illo et.", "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 43ms (Views: 38.1ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"  (8.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" = 'gaston_lindgren@example.org' 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", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "gaston_lindgren@example.org"], ["encrypted_password", "$2a$04$2oKFPXS85MRc6hkVdEPxrO8R3USlng666Vtwqym9tHfzz69WBUJrG"], ["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", Fri, 16 Nov 2012 20:00:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>nil, "description"=>"Numquam sunt id magni non. Dolores consectetur dolorem nobis soluta quo officia voluptatum. Et quia quidem ut magni. Blanditiis repellat quas nesciunt quasi. Eaque consequatur esse harum quam voluptatum.", "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 7ms (Views: 1.4ms | ActiveRecord: 0.3ms)  (3.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" = 'arlie.hartmann@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", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "arlie.hartmann@example.org"], ["encrypted_password", "$2a$04$d23KmWDmYg9cjyAEoguY.uhIZlGZlNetOZrKqDbUC.6akPo2cTDFi"], ["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", Fri, 16 Nov 2012 20:00:22 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", 45], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["description", "Sit magnam dolore. Aut deleniti quidem et nulla est quos eius. Facilis quaerat est eos dolorum optio. Aut officiis eum voluptatem et error illo et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Autem reprehenderit a laudantium."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Testz", "description"=>"Eaque magnam enim illo eos fugiat. Consequatur autem ea quia eius in voluptatem. Voluptatem voluptatibus ducimus ipsum et vel eius voluptatem. Quisquam facilis vel. Provident facere est incidunt excepturi assumenda quia.", "author_id"=>"46"}} 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" = 'Eaque magnam enim illo eos fugiat. Consequatur autem ea quia eius in voluptatem. Voluptatem voluptatibus ducimus ipsum et vel eius voluptatem. Quisquam facilis vel. Provident facere est incidunt excepturi assumenda quia.', "author_id" = 46, "updated_at" = '2012-11-16 20:00:22.759167' WHERE "almanac_blogs"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.5ms) Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (20.1ms) 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" = 'isaac@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", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "isaac@example.com"], ["encrypted_password", "$2a$04$U1BKB0Gyce4xRffe979Sx.2s3BM/LwObEwmcMHVmUpYs63toM5I4u"], ["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", Fri, 16 Nov 2012 20:00:22 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", 47], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["description", "Natus quae sed neque mollitia. Nobis voluptates voluptatem et porro. Dolorem eius non inventore."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Aut et debitis voluptatem consequuntur."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Aspernatur blanditiis sit rerum.", "description"=>"Et sequi impedit. In enim velit. Cupiditate sed unde nemo rerum distinctio. Voluptatem tempore sit commodi occaecati.", "author_id"=>"48"}} 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" = 'Aspernatur blanditiis sit rerum.', "description" = 'Et sequi impedit. In enim velit. Cupiditate sed unde nemo rerum distinctio. Voluptatem tempore sit commodi occaecati.', "author_id" = 48, "updated_at" = '2012-11-16 20:00:22.798264' 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)  (7.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" = 'arlie.hartmann@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", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "arlie.hartmann@example.org"], ["encrypted_password", "$2a$04$Z5rXRsB/0XNZOJo6njiTu.cy86WNHZbAVHXCt0sUUFyhOIg3gsMpW"], ["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", Fri, 16 Nov 2012 20:00:22 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", 49], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["description", "Sit magnam dolore. Aut deleniti quidem et nulla est quos eius. Facilis quaerat est eos dolorum optio. Aut officiis eum voluptatem et error illo et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Autem reprehenderit a laudantium."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Eaque magnam enim illo eos fugiat. Consequatur autem ea quia eius in voluptatem. Voluptatem voluptatibus ducimus ipsum et vel eius voluptatem. Quisquam facilis vel. Provident facere est incidunt excepturi assumenda quia.", "author_id"=>"50"}} 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 27ms (Views: 22.0ms | ActiveRecord: 0.2ms) Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (12.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" = 'isaac@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", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "isaac@example.com"], ["encrypted_password", "$2a$04$LsWZDDbn6tvg6eeMHCdHqOg7IYRCZjbcTPRIsmAFpC.PC0iqAKoLO"], ["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", Fri, 16 Nov 2012 20:00:22 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", 51], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["description", "Natus quae sed neque mollitia. Nobis voluptates voluptatem et porro. Dolorem eius non inventore."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Aut et debitis voluptatem consequuntur."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Praesentium cum sit laborum. Quis quae reprehenderit animi. In enim velit. Cupiditate sed unde nemo rerum distinctio. Voluptatem tempore sit commodi occaecati.", "author_id"=>"52"}} 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.3ms)  (5.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" = 'arlie.hartmann@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", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "arlie.hartmann@example.org"], ["encrypted_password", "$2a$04$Km4T1B4YKLzJlshaymznte2pooXc5982T/hVE3kibMyZaiuNvA2lG"], ["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", Fri, 16 Nov 2012 20:00:22 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", 53], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["description", "Sit magnam dolore. Aut deleniti quidem et nulla est quos eius. Facilis quaerat est eos dolorum optio. Aut officiis eum voluptatem et error illo et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Autem reprehenderit a laudantium."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:22 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (7.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" = 'flo_jaskolski@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", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "flo_jaskolski@example.com"], ["encrypted_password", "$2a$04$F6F.tOqLYyFeMZZfYmBZZe9B1Wyzn42gKN85KDB75cXhUMpHPQtfy"], ["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", Fri, 16 Nov 2012 20:00:22 UTC +00:00]]  (0.1ms) 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", 55], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["description", "Sint amet deserunt et quia. Deserunt et voluptatibus id. At unde temporibus modi dolor deserunt quis consequatur. Exercitationem magni aliquam animi et consequuntur a. Voluptatibus sit maiores impedit dignissimos nihil consectetur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eum assumenda iure doloribus sed et cum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:22 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (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" = 'arlie.hartmann@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", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "arlie.hartmann@example.org"], ["encrypted_password", "$2a$04$i8aqnhlLdvlO/W5INd1Kz.bvQ7hc7TO1GS1J3xV63/i1baIp86Z9O"], ["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", Fri, 16 Nov 2012 20:00:22 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", 58], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["description", "Perspiciatis natus aliquid accusantium nihil incidunt consequatur. Doloribus iste omnis quos nihil doloremque assumenda. Corrupti aperiam autem neque ducimus optio quaerat molestiae."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Tenetur quia voluptas labore tempora ipsam exercitationem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (6.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" = 'edwardo_shields@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", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "edwardo_shields@example.com"], ["encrypted_password", "$2a$04$uJvQ9Ef0IsTbesQsiH/TSe/fW/Ejq8CNYdPvvg35/NtJFMZbk87pu"], ["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", Fri, 16 Nov 2012 20:00:22 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", 60], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00], ["description", "Cupiditate incidunt voluptatem sed nesciunt fuga dolorem. Inventore sint dolore dignissimos. Temporibus at in nobis. Modi omnis adipisci est vel. Voluptatem dolor eligendi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Illo dolorum nemo et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (23.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" = 'arlie.hartmann@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", Fri, 16 Nov 2012 20:00:23 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "arlie.hartmann@example.org"], ["encrypted_password", "$2a$04$8.FuKMJhQ2PtWzqYn6P5duuLKGTHEq8XcZbGx9.wTesft2ZKQeMsO"], ["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", Fri, 16 Nov 2012 20:00:23 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", 62], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00], ["description", "Perspiciatis natus aliquid accusantium nihil incidunt consequatur. Doloribus iste omnis quos nihil doloremque assumenda. Corrupti aperiam autem neque ducimus optio quaerat molestiae."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Tenetur quia voluptas labore tempora ipsam exercitationem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (19.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" = 'edwardo_shields@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", Fri, 16 Nov 2012 20:00:23 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "edwardo_shields@example.com"], ["encrypted_password", "$2a$04$bKbxB2vxVzcf/cKamhzGyumRa9sU8EKe90HEhcBRehUdzWXqiTydW"], ["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", Fri, 16 Nov 2012 20:00:23 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", 64], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00], ["description", "Cupiditate incidunt voluptatem sed nesciunt fuga dolorem. Inventore sint dolore dignissimos. Temporibus at in nobis. Modi omnis adipisci est vel. Voluptatem dolor eligendi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Illo dolorum nemo et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.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" = 'arlie.hartmann@example.org' 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", Fri, 16 Nov 2012 20:00:23 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "arlie.hartmann@example.org"], ["encrypted_password", "$2a$04$m88nqh../eNNO424mb6aXugR/28rM007SIiN1OV6QFeQnJ1HvwEcy"], ["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", Fri, 16 Nov 2012 20:00:23 UTC +00:00]]  (0.0ms) 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 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", 66], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00], ["description", "Perspiciatis natus aliquid accusantium nihil incidunt consequatur. Doloribus iste omnis quos nihil doloremque assumenda. Corrupti aperiam autem neque ducimus optio quaerat molestiae."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Tenetur quia voluptas labore tempora ipsam exercitationem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (23.6ms) 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" = 'edwardo_shields@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", Fri, 16 Nov 2012 20:00:23 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "edwardo_shields@example.com"], ["encrypted_password", "$2a$04$0iJxAevBJpIyt45lK8OK7.QHc4ZDO3P9e/kuVSadW0ZbQ/TKanUEO"], ["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", Fri, 16 Nov 2012 20:00:23 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", 68], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00], ["description", "Cupiditate incidunt voluptatem sed nesciunt fuga dolorem. Inventore sint dolore dignissimos. Temporibus at in nobis. Modi omnis adipisci est vel. Voluptatem dolor eligendi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Illo dolorum nemo et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) 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.1ms) 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", 71], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00], ["description", "Nesciunt modi et eum at dolores atque voluptatibus. Fugiat vitae distinctio eos molestiae quia culpa provident. Perferendis omnis iusto. Ut doloremque quis. Blanditiis commodi sit molestiae at."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sapiente quia consequuntur praesentium."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (5.0ms) 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", 73], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00], ["description", "Optio aut nisi. Fugiat modi sint illo dolor praesentium. Illo dolorem aut velit sint quod numquam. Est et qui. Ad ipsam ut sed ipsum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Officia dolores iusto."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (7.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", 75], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00], ["description", "Enim harum laudantium omnis veritatis. Sint quis quae ut veniam sed. Impedit eligendi autem numquam blanditiis. Sit iste provident hic reiciendis. Laboriosam ea et quidem."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.0ms) 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", 77], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00], ["description", "Fuga et veritatis. Voluptas at necessitatibus mollitia dolorem iste facere laudantium. Sit ipsa perferendis ut ad. Odit officiis cum qui qui vero eius asperiores."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et sunt qui sed sit sint dolorum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (2.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", 79], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00], ["description", "Illum enim id repellat in ipsum et pariatur. Laudantium illo fuga accusantium aut quos consequatur. Aut ut cum eos tenetur placeat sit. Voluptas consectetur corporis est ut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et odio tenetur molestias quia."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = '' LIMIT 1  (3.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) Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (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", 82], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00], ["description", "Voluptatem odio non consequatur eos. Sapiente eum in vel quam nisi consequuntur. Praesentium tempore aperiam itaque. Amet natus iste sunt soluta. Et delectus autem doloremque."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quasi tempora praesentium laboriosam ducimus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (11.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", 83], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00], ["description", "Et quam consequuntur enim in similique qui dolorum. Sint odit occaecati qui omnis. Qui ea sunt at et adipisci."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Commodi et voluptatem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:23 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (10.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.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", Fri, 16 Nov 2012 20:00:23 UTC +00:00], ["description", "Ut sit enim. Iste esse et est. Quae corrupti et repellendus nobis iure. Sed quia sit adipisci praesentium aperiam. Illum natus consequatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Aliquid facilis voluptatem eum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.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", 88], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00], ["description", "Aperiam aliquam ab et esse hic atque. Voluptatem nemo at. Minus quam dignissimos. Minus quos aut alias similique asperiores fugiat aut. Dolor aut autem quasi consequatur tempore saepe delectus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quo architecto neque non nam est ullam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (3.8ms) 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", 90], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00], ["description", "Omnis et vel. Unde deserunt quam. In reiciendis quasi rerum. At qui temporibus sed enim vitae dolorem. Autem laboriosam omnis et quis sint culpa."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Corporis illum sunt voluptatem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.0ms) 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", 91], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00], ["description", "Consequatur ipsam repellat ut. A qui aut. Est possimus sunt perspiciatis ex nisi deleniti expedita. Autem dicta odio sapiente. Et quam provident."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Provident quos eum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:23 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (2.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", 93], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00], ["description", "Voluptatem repudiandae perferendis aut tempora molestias aut. Dolorem sed quia ipsum omnis hic. Aut laudantium necessitatibus magnam voluptatum omnis non. Autem dicta odio sapiente."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eos et voluptates expedita est ratione."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:23 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (7.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.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", 95], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00], ["description", "Consequatur ipsam repellat ut. A qui aut. Est possimus sunt perspiciatis ex nisi deleniti expedita. Autem dicta odio sapiente. Et quam provident."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Provident quos eum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:23 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.3ms) 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", 97], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:00:23 UTC +00:00], ["description", "Ipsam ut suscipit at earum consequatur. Ut in cum molestiae maxime aut. Rerum aliquid quia veritatis eveniet animi qui. Dolores impedit error iure. Recusandae ipsa quos est qui earum doloribus quo."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Consequatur eaque nisi delectus neque doloremque."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:00:23 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.7ms) rollback transaction Connecting to database specified by database.yml  (11.3ms) DELETE FROM "users";  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (16.7ms) DELETE FROM "almanac_posts";  (0.2ms) DELETE FROM sqlite_sequence where name = 'almanac_posts';  (146.2ms) DELETE FROM "almanac_images";  (0.2ms) DELETE FROM sqlite_sequence where name = 'almanac_images';  (36.5ms) DELETE FROM "tags";  (0.1ms) DELETE FROM sqlite_sequence where name = 'tags';  (38.4ms) DELETE FROM "taggings";  (0.1ms) DELETE FROM sqlite_sequence where name = 'taggings';  (18.1ms) DELETE FROM "almanac_comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_comments';  (21.8ms) DELETE FROM "almanac_blogs";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_blogs';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'ricardo@example.net' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (26.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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ricardo@example.net"], ["encrypted_password", "$2a$04$R2z3yGwXmNIOgP8mOTozouzuhnTR3rFGSqMNHYvmQVUGw6FBvfP8S"], ["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", Fri, 16 Nov 2012 20:02:30 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (1.0ms) 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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["description", "Numquam dolorem ratione expedita explicabo est. Impedit voluptatem ipsum corporis qui. Dolor sit officiis animi quia tempore. Unde dolores aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Error dicta."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.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" = 'janet@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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "janet@example.com"], ["encrypted_password", "$2a$04$jurqOD2cH9qECg/PYtFVK.nlYejO/h35VmNmqJnnIku0DhEJR3jvy"], ["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", Fri, 16 Nov 2012 20:02:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.3ms) 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", 2], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["description", "Eos debitis sed voluptatem sit laborum sunt. Quisquam consequatur corrupti ea ipsam tempora consectetur. Non fugit in dolorem labore perspiciatis cupiditate. In dolores molestiae."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et ut."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.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" = 'ricardo@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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ricardo@example.net"], ["encrypted_password", "$2a$04$hjeY6aIY2Tb84MIUHu2s3OINQtsSaLDbC83SG87B7p703.yUHHmga"], ["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", Fri, 16 Nov 2012 20:02:30 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", 3], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["description", "Numquam dolorem ratione expedita explicabo est. Impedit voluptatem ipsum corporis qui. Dolor sit officiis animi quia tempore. Unde dolores aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Error dicta."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"  (18.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" = 'janet@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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "janet@example.com"], ["encrypted_password", "$2a$04$l.l3Oc7wAJOzBfiyyFrn9e5XldlqNmaMukBzgVNfuQqTtp6LtZxA2"], ["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", Fri, 16 Nov 2012 20:02:30 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", 4], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["description", "Eos debitis sed voluptatem sit laborum sunt. Quisquam consequatur corrupti ea ipsam tempora consectetur. Non fugit in dolorem labore perspiciatis cupiditate. In dolores molestiae."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et ut."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (3.2ms) 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" = 'ricardo@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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ricardo@example.net"], ["encrypted_password", "$2a$04$3jUutAz63MvrsBwqWcsazO7WzsLaT29aafx9Piil7VbjX9LYhPRmG"], ["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", Fri, 16 Nov 2012 20:02:30 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 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", 5], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["description", "Numquam dolorem ratione expedita explicabo est. Impedit voluptatem ipsum corporis qui. Dolor sit officiis animi quia tempore. Unde dolores aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Error dicta."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"   (3.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" = 'vaughn@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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "vaughn@example.com"], ["encrypted_password", "$2a$04$.Vw/dw5vojNAQE13NE.bEeQuajIHYZAYEDDaNCbAvztZ.QmwKVAa6"], ["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", Fri, 16 Nov 2012 20:02:30 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", 6], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["description", "Ex quod quam quisquam accusantium numquam. Tempore eaque qui sit in aut. Ducimus est omnis natus eius sed dicta."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Earum in nam error."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (13.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" = 'ricardo@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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ricardo@example.net"], ["encrypted_password", "$2a$04$Ude7r/igZLAyyepCF0kyNOtFF8eydy1BpOOLMiXS4zaqnQKLq1KJW"], ["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", Fri, 16 Nov 2012 20:02:30 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", 7], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["description", "Numquam dolorem ratione expedita explicabo est. Impedit voluptatem ipsum corporis qui. Dolor sit officiis animi quia tempore. Unde dolores aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Error dicta."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.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" = 'janet@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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "janet@example.com"], ["encrypted_password", "$2a$04$4tukt7fxcQ3Ai7pquv18cOLRQpRX0FaEUZGWDMU7yZ2GToW97Kv82"], ["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", Fri, 16 Nov 2012 20:02:30 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", 8], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["description", "Eos debitis sed voluptatem sit laborum sunt. Quisquam consequatur corrupti ea ipsam tempora consectetur. Non fugit in dolorem labore perspiciatis cupiditate. In dolores molestiae."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et ut."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:30 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 251ms (Views: 119.3ms | ActiveRecord: 0.1ms)  (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" = 'ricardo@example.net' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) 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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ricardo@example.net"], ["encrypted_password", "$2a$04$mDoCPEVG1y4vT39ABhshTe8R4s4ohr7Za60q2P7Mp1UKdUGKRpuKK"], ["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", Fri, 16 Nov 2012 20:02:30 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", 9], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["description", "Numquam dolorem ratione expedita explicabo est. Impedit voluptatem ipsum corporis qui. Dolor sit officiis animi quia tempore. Unde dolores aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Error dicta."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (5.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" = 'janet@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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "janet@example.com"], ["encrypted_password", "$2a$04$1JU6mSLQ3gz3X9Vckxr3guJQwf9vJ/Sqqc5k1fyq2zXJWY2cZ5JwO"], ["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", Fri, 16 Nov 2012 20:02:30 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", 10], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["description", "Eos debitis sed voluptatem sit laborum sunt. Quisquam consequatur corrupti ea ipsam tempora consectetur. Non fugit in dolorem labore perspiciatis cupiditate. In dolores molestiae."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et ut."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (10.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" = 'ricardo@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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ricardo@example.net"], ["encrypted_password", "$2a$04$6aMCb7O8MoVDqDB7Pg2DaumnkZZ.lIV.nuB9OQrZkCotI5SvB9Xw2"], ["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", Fri, 16 Nov 2012 20:02:30 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", 11], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["description", "Numquam dolorem ratione expedita explicabo est. Impedit voluptatem ipsum corporis qui. Dolor sit officiis animi quia tempore. Unde dolores aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Error dicta."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'janet@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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "janet@example.com"], ["encrypted_password", "$2a$04$RUDEpOyyHu1nl736T7pkSuEDPmqhC5IfrA668bQS3A0NRPqBN5h1e"], ["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", Fri, 16 Nov 2012 20:02:30 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", 12], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["description", "Eos debitis sed voluptatem sit laborum sunt. Quisquam consequatur corrupti ea ipsam tempora consectetur. Non fugit in dolorem labore perspiciatis cupiditate. In dolores molestiae."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et ut."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_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" = 'brett.west@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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brett.west@example.org"], ["encrypted_password", "$2a$04$7dLuNYKb1ucvkSYyGEM9JuSmwwuFxgcaL8/fp8JTVx3Iyir9borQu"], ["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", Fri, 16 Nov 2012 20:02:30 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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["description", "Vero iste aliquam quasi deserunt ipsa. Ut sit eum ducimus. Veritatis nihil eum aperiam. Repudiandae amet sit corporis inventore. Et temporibus laborum maxime consequatur iste."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Accusantium sint totam molestias vitae autem harum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (9.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" = 'oswaldo@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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "oswaldo@example.org"], ["encrypted_password", "$2a$04$rEpJvkB9FdMnvqQn6Sxb4u3QA89NH.C0IRjltdvcbuBymandKw6tG"], ["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", Fri, 16 Nov 2012 20:02:30 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", 14], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["description", "Et et sunt ut error vitae in. Iusto doloribus magni. Adipisci veritatis ipsam doloribus voluptas dolor laboriosam quis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eos debitis sed voluptatem sit laborum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:30 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 29ms (Views: 22.0ms | 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" = 'edmund_heidenreich@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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "edmund_heidenreich@example.org"], ["encrypted_password", "$2a$04$hrygky8EEcaDcFA5luz0Qu9trQEOi0Pp/U3ErJfZxjsWjW5zuHYUW"], ["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", Fri, 16 Nov 2012 20:02:30 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", 15], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["description", "Facilis voluptatum iusto et. Illo dolorem qui nostrum ipsum. Ab quaerat quas voluptatum officia."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Est est."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) 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" = 'ricardo@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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ricardo@example.net"], ["encrypted_password", "$2a$04$KDgP2Oi7LXaXINQ/Z.HV9OpZV24reO4plEnCRWYN43oPackKWDU/."], ["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", Fri, 16 Nov 2012 20:02:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (15.5ms) 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" = 'joannie@example.org' 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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "joannie@example.org"], ["encrypted_password", "$2a$04$6to6c36U7rnColWME9aHo.jB9s1LUOK7JpScx7W/nIoe5s6dW9bsi"], ["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", Fri, 16 Nov 2012 20:02:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.3ms) 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" = 'ricardo@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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ricardo@example.net"], ["encrypted_password", "$2a$04$9AA35.oA1FcqPC3RQRdqmOtDoVvERyEeRav1t7OL5Ki2mVaV1J5X6"], ["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", Fri, 16 Nov 2012 20:02:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (16.8ms) 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" = 'joannie@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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "joannie@example.org"], ["encrypted_password", "$2a$04$4Pelf8lbtc8J4YH0QsWEw.HaHALz8a0KS5XlLnbHjiVwQKeEH5dSK"], ["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", Fri, 16 Nov 2012 20:02:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (11.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" = 'ricardo@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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ricardo@example.net"], ["encrypted_password", "$2a$04$FlCKqCkyNuYEFEX4pc42MOxKQ3q6SLuMUOx5aNe8W.WwCIPlvRmZO"], ["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", Fri, 16 Nov 2012 20:02:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (3.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" = 'joannie@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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "joannie@example.org"], ["encrypted_password", "$2a$04$PjkiIJQhNKundN3B8p9s7ef5OPsNnmV5YTinTgMduQnlEVx0Lq5j6"], ["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", Fri, 16 Nov 2012 20:02:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) 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", 16], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["description", "Commodi quam optio aperiam et ea cupiditate. Repellendus autem rem labore qui. Iure cumque sunt ullam nostrum possimus maxime. Voluptas vel repellendus voluptatem eos tempora."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Cupiditate commodi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (15.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", 17], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["description", "Tenetur autem odit hic nisi tempora non. Velit quidem ad laboriosam corporis consequatur quam. Facere iure corrupti ipsum veritatis delectus possimus. Sunt aut iusto labore. Aut reprehenderit optio nihil et magnam autem."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Nam id repudiandae voluptatibus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:30 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  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (17.1ms) 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" = 'ricardo@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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ricardo@example.net"], ["encrypted_password", "$2a$04$iYBmsCBZD740svMQVvLfy.P572gW.tAgrVpdCHVs4DOaHiy58kwCm"], ["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", Fri, 16 Nov 2012 20:02:30 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"=>"Error dicta.", "description"=>"Numquam dolorem ratione expedita explicabo est. Impedit voluptatem ipsum corporis qui. Dolor sit officiis animi quia tempore. Unde dolores aut.", "author_id"=>nil}} Almanac::Blog Load (0.2ms) 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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["description", "Numquam dolorem ratione expedita explicabo est. Impedit voluptatem ipsum corporis qui. Dolor sit officiis animi quia tempore. Unde dolores aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Error dicta."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 42ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"  (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" = 'vaughn@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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "vaughn@example.com"], ["encrypted_password", "$2a$04$CrS8PfKmok/opFf2o/lEeu4uWYxl5ONDDBB6oKeSdDmf1Vat5PQEW"], ["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", Fri, 16 Nov 2012 20:02:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>"Earum in nam error.", "description"=>"Ex quod quam quisquam accusantium numquam. Tempore eaque qui sit in aut. Ducimus est omnis natus eius sed dicta.", "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.7ms) 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", Fri, 16 Nov 2012 20:02:30 UTC +00:00], ["description", "Ex quod quam quisquam accusantium numquam. Tempore eaque qui sit in aut. Ducimus est omnis natus eius sed dicta."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Earum in nam error."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 1.1ms)  (127.6ms) 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" = 'ricardo@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", Fri, 16 Nov 2012 20:02:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ricardo@example.net"], ["encrypted_password", "$2a$04$95uk22Xql7ybPS5SRH5rUOYd8aRdGv1VjEPjyUgpHpWO.UtmhyJ6S"], ["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", Fri, 16 Nov 2012 20:02:31 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"=>"Quis excepturi sit harum laudantium et qui tempore. Quasi unde autem. Impedit voluptatem ipsum corporis qui.", "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 54ms (Views: 48.0ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"  (14.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" = 'audreanne_gerlach@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", Fri, 16 Nov 2012 20:02:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "audreanne_gerlach@example.net"], ["encrypted_password", "$2a$04$9JzuwUaJ/PDrr24E/DiXt.e3.mlaUMI5rpojzF8sU12kbdP2eMKKy"], ["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", Fri, 16 Nov 2012 20:02:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>nil, "description"=>"Unde corporis corrupti officia voluptatem ut occaecati. Dolores itaque ratione expedita ea nulla sit. Blanditiis dolorem earum eum. Accusantium aperiam quia. Sunt eos corporis quam quibusdam suscipit voluptatem voluptatem.", "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 7ms (Views: 1.4ms | ActiveRecord: 0.3ms)  (22.1ms) 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" = 'ricardo@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", Fri, 16 Nov 2012 20:02:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ricardo@example.net"], ["encrypted_password", "$2a$04$go/xWldVLnK/4jD9gMZfMe/iwZw9sa/5OB1S48zDESDubR.QbFC0u"], ["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", Fri, 16 Nov 2012 20:02:31 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", 20], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:31 UTC +00:00], ["description", "Numquam dolorem ratione expedita explicabo est. Impedit voluptatem ipsum corporis qui. Dolor sit officiis animi quia tempore. Unde dolores aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Error dicta."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.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" = 'janet@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", Fri, 16 Nov 2012 20:02:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "janet@example.com"], ["encrypted_password", "$2a$04$SUZ0sDU01cGYGtmy9AwEo.HgaPK3Od9HQg0MS6uwBOQojeG.qUQWi"], ["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", Fri, 16 Nov 2012 20:02:31 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 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", 21], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:31 UTC +00:00], ["description", "Eos debitis sed voluptatem sit laborum sunt. Quisquam consequatur corrupti ea ipsam tempora consectetur. Non fugit in dolorem labore perspiciatis cupiditate. In dolores molestiae."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et ut."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (22.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" = 'ricardo@example.net' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) 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", Fri, 16 Nov 2012 20:02:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ricardo@example.net"], ["encrypted_password", "$2a$04$HtX8X4Y/Yt6ahTYN.k5gwO9iBnPas596V//heDo92O7I/UqHMs/JW"], ["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", Fri, 16 Nov 2012 20:02:31 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", 22], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:31 UTC +00:00], ["description", "Numquam dolorem ratione expedita explicabo est. Impedit voluptatem ipsum corporis qui. Dolor sit officiis animi quia tempore. Unde dolores aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Error dicta."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Testz", "description"=>"Minus et doloremque eaque et. Illum vel maiores tempora earum nihil. Qui dolor ea qui autem et. Veritatis fugit nesciunt quia accusantium dolore. Optio harum alias eum eum ut.", "author_id"=>"23"}} 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" = 'Minus et doloremque eaque et. Illum vel maiores tempora earum nihil. Qui dolor ea qui autem et. Veritatis fugit nesciunt quia accusantium dolore. Optio harum alias eum eum ut.', "author_id" = 23, "updated_at" = '2012-11-16 20:02:31.273939' WHERE "almanac_blogs"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.4ms) Almanac::Blog Load (0.0ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (22.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" = 'lupe_gerlach@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", Fri, 16 Nov 2012 20:02:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lupe_gerlach@example.net"], ["encrypted_password", "$2a$04$RIVYfZdoBsCPvjtbr93lbeSF9aDYXiTs8Nr7yaeWuIBtn9Ajmpctm"], ["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", Fri, 16 Nov 2012 20:02:31 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", 24], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:31 UTC +00:00], ["description", "Id quos eos voluptas. Et est consequatur tenetur. Et assumenda voluptatem exercitationem."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Facere aliquam tempore quia consequuntur vitae."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Enim sit omnis veniam.", "description"=>"Et omnis ea pariatur omnis. Eum totam sed nemo itaque. Iure rerum sapiente error dolores qui quia.", "author_id"=>"25"}} 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" = 'Enim sit omnis veniam.', "description" = 'Et omnis ea pariatur omnis. Eum totam sed nemo itaque. Iure rerum sapiente error dolores qui quia.', "author_id" = 25, "updated_at" = '2012-11-16 20:02:31.315378' 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)  (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" = 'ricardo@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", Fri, 16 Nov 2012 20:02:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ricardo@example.net"], ["encrypted_password", "$2a$04$N1Eyt4CdDuHkU2qRJyGRwO5DxgZbTgqfwDmxBEJ/VpjVha7FKK0pC"], ["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", Fri, 16 Nov 2012 20:02:31 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", 26], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:31 UTC +00:00], ["description", "Numquam dolorem ratione expedita explicabo est. Impedit voluptatem ipsum corporis qui. Dolor sit officiis animi quia tempore. Unde dolores aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Error dicta."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Minus et doloremque eaque et. Illum vel maiores tempora earum nihil. Qui dolor ea qui autem et. Veritatis fugit nesciunt quia accusantium dolore. Optio harum alias eum eum ut.", "author_id"=>"27"}} 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 44ms (Views: 39.2ms | ActiveRecord: 0.2ms) Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (19.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" = 'lupe_gerlach@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", Fri, 16 Nov 2012 20:02:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lupe_gerlach@example.net"], ["encrypted_password", "$2a$04$neec9F7Q.qeLQUepWEvQa.fipkMJOTTJgzO6MPAIDvclrr78FLwoe"], ["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", Fri, 16 Nov 2012 20:02:31 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", 28], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:31 UTC +00:00], ["description", "Id quos eos voluptas. Et est consequatur tenetur. Et assumenda voluptatem exercitationem."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Facere aliquam tempore quia consequuntur vitae."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Odit et qui fugit perferendis. Et omnis ea pariatur omnis. Eum totam sed nemo itaque. Iure rerum sapiente error dolores qui quia. Facere sit cum distinctio.", "author_id"=>"29"}} 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 6ms (Views: 1.4ms | ActiveRecord: 0.2ms)  (5.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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", 31], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:31 UTC +00:00], ["description", "Praesentium dolorum architecto quaerat aut sint. Ad nihil illo dolorem saepe aut ab autem. Eum fugiat enim et ea quas nihil exercitationem. Ducimus necessitatibus ut accusantium eveniet sed voluptas omnis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Incidunt est quia consequatur quasi ea."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (34.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", Fri, 16 Nov 2012 20:02:31 UTC +00:00], ["description", "Repellat recusandae magni. Illo autem ut ad inventore dolor eum. Ut est et neque nobis. Non maiores aliquam veniam atque aut sed."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eos nulla."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = '' LIMIT 1  (23.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.2ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.9ms) 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", Fri, 16 Nov 2012 20:02:31 UTC +00:00], ["description", "Dolorem et non atque aut et necessitatibus reiciendis. Ipsam eaque non praesentium molestiae amet id molestias. Rerum est autem modi dolor. Est aut libero. Illo libero modi dolorem ipsum eligendi laudantium."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Nisi odit aut porro."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) 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", 35], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:31 UTC +00:00], ["description", "Et officiis eligendi voluptas. Pariatur doloribus voluptatem ipsum. Ab maxime est dignissimos suscipit qui. Voluptas vel repellendus voluptatem eos tempora."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sint pariatur vitae."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (16.6ms) 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", 36], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:31 UTC +00:00], ["description", "Et officiis eligendi voluptas. Pariatur doloribus voluptatem ipsum. Ab maxime est dignissimos suscipit qui. Voluptas vel repellendus voluptatem eos tempora."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sint pariatur vitae."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.1ms) 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", 37], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:31 UTC +00:00], ["description", "Voluptatibus velit deleniti quisquam et. A omnis id aut. Ea laudantium sed sunt voluptatum maxime."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Tenetur autem odit hic nisi tempora."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (3.3ms) 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", 38], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:02:31 UTC +00:00], ["description", "Dolores doloremque praesentium. Incidunt ut dolorem veritatis. Quis quia nobis est eligendi molestiae. Ut molestiae et tempore atque omnis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ducimus molestias fuga placeat quam veniam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:02:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.1ms) rollback transaction Connecting to database specified by database.yml  (1.9ms) DELETE FROM "users";  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.7ms) DELETE FROM "almanac_posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_posts';  (2.1ms) DELETE FROM "almanac_images";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_images';  (1.2ms) DELETE FROM "tags";  (0.1ms) DELETE FROM sqlite_sequence where name = 'tags';  (1.1ms) DELETE FROM "taggings";  (0.1ms) DELETE FROM sqlite_sequence where name = 'taggings';  (1.3ms) DELETE FROM "almanac_comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_comments';  (1.3ms) DELETE FROM "almanac_blogs";  (0.1ms) 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" = 'laria.fahey@example.org' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (24.8ms) 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", Fri, 16 Nov 2012 20:08:42 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "laria.fahey@example.org"], ["encrypted_password", "$2a$04$1qAnPZeMSOHGEPVDlCJIX.r9hZiEIYD0rFbtVxKmcXRnCvwHcLu6u"], ["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", Fri, 16 Nov 2012 20:08:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs" Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>"Quisquam voluptas qui ut alias fugit.", "description"=>"Est quia et. Non necessitatibus nostrum ut architecto. Praesentium ut doloremque inventore vero. Expedita voluptatem rerum eveniet eum et. Assumenda optio qui molestiae aspernatur.", "author_id"=>nil}} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Blog Load (0.2ms) 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", Fri, 16 Nov 2012 20:08:42 UTC +00:00], ["description", "Est quia et. Non necessitatibus nostrum ut architecto. Praesentium ut doloremque inventore vero. Expedita voluptatem rerum eveniet eum et. Assumenda optio qui molestiae aspernatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quisquam voluptas qui ut alias fugit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:42 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 52ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"  (0.5ms) 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" = 'nora_nicolas@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", Fri, 16 Nov 2012 20:08:42 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "nora_nicolas@example.org"], ["encrypted_password", "$2a$04$duR.z4BRPxO51PlQ90DMFeHBDnhkqr8ILALhIQblKopm6Bw7pTXHS"], ["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", Fri, 16 Nov 2012 20:08:42 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>"Soluta eum et doloribus vero sit facilis.", "description"=>"Quia quos aut odit id. Ratione accusantium ex a voluptas. Consectetur et consequatur voluptatum. Illo velit ullam aut et odio. Et vel corporis voluptates qui in.", "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", Fri, 16 Nov 2012 20:08:42 UTC +00:00], ["description", "Quia quos aut odit id. Ratione accusantium ex a voluptas. Consectetur et consequatur voluptatum. Illo velit ullam aut et odio. Et vel corporis voluptates qui in."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Soluta eum et doloribus vero sit facilis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:42 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 6ms (ActiveRecord: 0.9ms)  (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" = 'laria.fahey@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", Fri, 16 Nov 2012 20:08:42 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "laria.fahey@example.org"], ["encrypted_password", "$2a$04$SInDUUYZ.7Hq.oZ4KdpCjOJecyrQ1.P/FVHG5GJ2oNNdM2jZofqEq"], ["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", Fri, 16 Nov 2012 20:08:42 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"=>"Quisquam voluptas qui ut alias fugit neque. Quasi error ipsum esse deserunt. Non necessitatibus nostrum ut architecto. Praesentium ut doloremque inventore vero. Expedita voluptatem rerum eveniet eum et.", "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 45ms (Views: 38.5ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"  (0.5ms) 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" = 'guiseppe@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "guiseppe@example.org"], ["encrypted_password", "$2a$04$HTjNKtbqxVVQA9.H7nIeD.c3upNNRiy/KfmnBNRk2e1A6XmPQ6qKa"], ["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", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>nil, "description"=>"Iure omnis hic et libero. Aut non quidem ex sit eveniet qui omnis. Quidem quia in aut totam. Perferendis at vel inventore mollitia. Neque voluptatibus sunt possimus voluptatem itaque.", "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 7ms (Views: 1.4ms | ActiveRecord: 0.3ms)  (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" = 'laria.fahey@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "laria.fahey@example.org"], ["encrypted_password", "$2a$04$RcuaMrNfaXHUo8G.jdVFr.7vJuWY.sd5/QEyMDfmHZB1.eEERqyPa"], ["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", Fri, 16 Nov 2012 20:08: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", 1], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Est quia et. Non necessitatibus nostrum ut architecto. Praesentium ut doloremque inventore vero. Expedita voluptatem rerum eveniet eum et. Assumenda optio qui molestiae aspernatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quisquam voluptas qui ut alias fugit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_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" = 'lillian.bauch@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lillian.bauch@example.com"], ["encrypted_password", "$2a$04$38Es9TblLoCVxOXrTOhkFOdyCMGHEfcsyR.vBrpM3zwy8Y18m7f4y"], ["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", Fri, 16 Nov 2012 20:08: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", 2], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Ratione accusantium ex a voluptas. Consectetur et consequatur voluptatum. Illo velit ullam aut et odio. Et vel corporis voluptates qui in."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolor rerum dignissimos aut enim."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'laria.fahey@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "laria.fahey@example.org"], ["encrypted_password", "$2a$04$tuPttFAowR2Oh36T5O5wTeSnSmv8FsbofXfht2MC7p6tE3mmVeERG"], ["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", Fri, 16 Nov 2012 20:08: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.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", 3], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Est quia et. Non necessitatibus nostrum ut architecto. Praesentium ut doloremque inventore vero. Expedita voluptatem rerum eveniet eum et. Assumenda optio qui molestiae aspernatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quisquam voluptas qui ut alias fugit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Testz", "description"=>"In minus consectetur temporibus est. Eius aliquam saepe illo velit molestias incidunt distinctio. Omnis et est rerum. Iste nesciunt eos earum similique tenetur voluptatem.", "author_id"=>"4"}} 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" = 'In minus consectetur temporibus est. Eius aliquam saepe illo velit molestias incidunt distinctio. Omnis et est rerum. Iste nesciunt eos earum similique tenetur voluptatem.', "author_id" = 4, "updated_at" = '2012-11-16 20:08:43.112670' WHERE "almanac_blogs"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.4ms) Almanac::Blog Load (0.0ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) 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" = 'jorge_grady@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "jorge_grady@example.com"], ["encrypted_password", "$2a$04$.VopIgxSqz3WNDir5FHCIO23.4oDmhat5/a.9lVUJSDhQ1ZXap21q"], ["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", Fri, 16 Nov 2012 20:08: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", 5], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Culpa harum aut nisi. Sed praesentium quia. Asperiores et quis et deleniti totam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ut officia natus illo non."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Sint voluptate hic expedita.", "description"=>"Eum eos voluptatem consequatur autem omnis. Est harum ad in. Est est sit consectetur. Recusandae iste exercitationem adipisci eum dolore maiores.", "author_id"=>"6"}} 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" = 'Sint voluptate hic expedita.', "description" = 'Eum eos voluptatem consequatur autem omnis. Est harum ad in. Est est sit consectetur. Recusandae iste exercitationem adipisci eum dolore maiores.', "author_id" = 6, "updated_at" = '2012-11-16 20:08:43.174583' 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)  (0.6ms) 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" = 'laria.fahey@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "laria.fahey@example.org"], ["encrypted_password", "$2a$04$UTYL3pJRKXCYsYyRg36d1uEFhV4wzffhZfzxtnnJWZIpZP0I1t586"], ["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", Fri, 16 Nov 2012 20:08: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.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", 7], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Est quia et. Non necessitatibus nostrum ut architecto. Praesentium ut doloremque inventore vero. Expedita voluptatem rerum eveniet eum et. Assumenda optio qui molestiae aspernatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quisquam voluptas qui ut alias fugit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08: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"=>"In minus consectetur temporibus est. Eius aliquam saepe illo velit molestias incidunt distinctio. Omnis et est rerum. Iste nesciunt eos earum similique tenetur voluptatem.", "author_id"=>"8"}} 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: 2.5ms | ActiveRecord: 0.3ms) Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (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" = 'jorge_grady@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "jorge_grady@example.com"], ["encrypted_password", "$2a$04$kBx3istFmO5k6a/YLaqfre9kb8h9XQ94UdsM23HF/oJzGSbjqHADO"], ["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", Fri, 16 Nov 2012 20:08: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", 9], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Culpa harum aut nisi. Sed praesentium quia. Asperiores et quis et deleniti totam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ut officia natus illo non."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08: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"=>"Sint voluptate hic expedita veniam. Architecto commodi veritatis vero non ipsam. Placeat ad qui aspernatur. Est est sit consectetur. Recusandae iste exercitationem adipisci eum dolore maiores.", "author_id"=>"10"}} 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 6ms (Views: 1.4ms | ActiveRecord: 0.2ms)  (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" = 'laria.fahey@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "laria.fahey@example.org"], ["encrypted_password", "$2a$04$9vk4WGAzxVzo5LMl/6rMCO5X36S2tlUv.ill6RxKF3ivFVNysMvU2"], ["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", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'kaycee@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "kaycee@example.org"], ["encrypted_password", "$2a$04$Ecpdzowxl510lJ6Dc/RXseCAnTLE09/IbhEk2KZkZI3C9AqSV6jei"], ["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", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'laria.fahey@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "laria.fahey@example.org"], ["encrypted_password", "$2a$04$AEWTLzaHv/.VRXEqXCopiOnoOxOPX1vF0kHC5cRU4bbpme/eOMxZ2"], ["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", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'kaycee@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "kaycee@example.org"], ["encrypted_password", "$2a$04$/X4pNOfENdtReUu49OU2.uKgPSNuBgb/2WTIpJZSFm4JOn0uZldUK"], ["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", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'laria.fahey@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "laria.fahey@example.org"], ["encrypted_password", "$2a$04$HOSVFQeDwYKRBtdeb3v0c.7t/4JuXqH3RaWlwx10ZXeg80kU1GdI6"], ["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", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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" = 'kaycee@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "kaycee@example.org"], ["encrypted_password", "$2a$04$ZN5DmyEKoqf.7L5BbATWdeKWpjtgcP63NODTOhU6UUq5WqYIHelNW"], ["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", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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", 12], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Consequatur dicta laudantium. Quisquam architecto in corporis tempora. Ea eaque laborum debitis laboriosam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Doloribus eaque optio ut consequatur."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) 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", 13], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Aperiam veritatis iusto omnis porro. Veritatis incidunt qui dolorum consequatur. Natus nam illo molestias praesentium et nihil impedit. Ullam sed eum dolor molestiae. Neque officia distinctio."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sed et vitae unde rerum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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", 15], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Dicta doloribus ratione sunt officiis incidunt natus id. Dolor molestiae aperiam voluptatem saepe commodi quisquam. Id iste numquam est aut. Aut est quia velit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Commodi quis omnis et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = '' LIMIT 1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) 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", 16], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Maxime occaecati cupiditate rerum earum odit. Deleniti dolorum laborum magni occaecati id quasi. Autem voluptates voluptatem omnis cumque dolores maiores. Perspiciatis aut corrupti soluta maxime cumque id."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sunt et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE 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.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", 17], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Maxime occaecati cupiditate rerum earum odit. Deleniti dolorum laborum magni occaecati id quasi. Autem voluptates voluptatem omnis cumque dolores maiores. Perspiciatis aut corrupti soluta maxime cumque id."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sunt et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE 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", 18], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Hic veniam quas aut vitae. Unde quo optio perspiciatis porro tenetur eaque recusandae. Rerum temporibus deleniti illum expedita est excepturi ipsum. Labore est inventore."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Culpa et magnam impedit aut."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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", 19], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Dolor et sint numquam molestiae vel doloribus dolore. A est eveniet quo veniam non non qui. Excepturi eius blanditiis iure unde quisquam eos quis. Fugiat reprehenderit qui dolorem quos ut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Deleniti laboriosam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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.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", 20], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Rerum doloribus voluptatem vero velit debitis pariatur. Voluptatibus asperiores totam. Voluptatum qui voluptas et enim."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Expedita neque alias nostrum ea assumenda."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (0.3ms) 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.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", 21], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Dolor cum dolores ipsam sunt et. Deleniti voluptatem culpa dolorum velit sint nihil qui. Soluta accusantium corrupti fuga odit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Itaque doloribus incidunt."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08: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  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) 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" = 'andreane@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "andreane@example.net"], ["encrypted_password", "$2a$04$12XSiRvA0e1.H98XA.hLJuKCHAXdeXBD1wlb/v9V/Ewy3/u2PEAdu"], ["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", Fri, 16 Nov 2012 20:08: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.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", 24], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Ut rem dolores. Qui exercitationem quis quia quibusdam debitis. Quia qui ea. Inventore possimus asperiores atque. Quo impedit officiis cum rerum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Aliquam corporis provident officia modi suscipit eum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_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" = 'sheila.leannon@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "sheila.leannon@example.org"], ["encrypted_password", "$2a$04$FkAQ1ITzzHvk6ZDnFbsU5O3SAO4nwCXWf7Elb1f7RNsnCgboD/Mwe"], ["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", Fri, 16 Nov 2012 20:08: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", 25], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Perferendis at vel inventore mollitia. Neque voluptatibus sunt possimus voluptatem itaque. Et cumque ut. Aliquid blanditiis quia voluptate cupiditate repellendus. Animi occaecati et voluptatem qui repellendus sit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Enim eos."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 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 40ms (Views: 17.4ms | ActiveRecord: 0.1ms)  (0.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" = 'leola_schuppe@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "leola_schuppe@example.net"], ["encrypted_password", "$2a$04$jbxfKDcscd8lCe7tA6A/RO..1kV359oqmcb.gRBebX2yHnSW59l5u"], ["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", Fri, 16 Nov 2012 20:08: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.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", 26], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Nostrum sed magni quisquam eligendi. Quibusdam dolores ea voluptas facere. Enim facilis nulla."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Minima beatae autem ducimus qui."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'laria.fahey@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "laria.fahey@example.org"], ["encrypted_password", "$2a$04$cI4yPAcehJB2UEPGZGG/KOrTFt4HV0l4LCXhq6aS8TqfNs69P3j4u"], ["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", Fri, 16 Nov 2012 20:08:43 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 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", 27], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Est quia et. Non necessitatibus nostrum ut architecto. Praesentium ut doloremque inventore vero. Expedita voluptatem rerum eveniet eum et. Assumenda optio qui molestiae aspernatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quisquam voluptas qui ut alias fugit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'lillian.bauch@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lillian.bauch@example.com"], ["encrypted_password", "$2a$04$sxOdioNb8Mmmujt1n/MJV.gckqskKpJ1ngEeKfPAPTU/lB9yTGVhq"], ["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", Fri, 16 Nov 2012 20:08: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", 28], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Ratione accusantium ex a voluptas. Consectetur et consequatur voluptatum. Illo velit ullam aut et odio. Et vel corporis voluptates qui in."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolor rerum dignissimos aut enim."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 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 7ms (Views: 2.5ms | ActiveRecord: 0.1ms)  (0.5ms) 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" = 'laria.fahey@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "laria.fahey@example.org"], ["encrypted_password", "$2a$04$IMNSy/54RhTQnvrHtsOlNOSUQhAmlHEgu.jH8RB4TfCK/WXpea4LC"], ["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", Fri, 16 Nov 2012 20:08: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", 29], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Est quia et. Non necessitatibus nostrum ut architecto. Praesentium ut doloremque inventore vero. Expedita voluptatem rerum eveniet eum et. Assumenda optio qui molestiae aspernatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quisquam voluptas qui ut alias fugit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) 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" = 'lillian.bauch@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lillian.bauch@example.com"], ["encrypted_password", "$2a$04$GdYH5Sa.iwtp.1/W.mdTde3UfXaYk92EorOSB3l.N33HzeYGggHs6"], ["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", Fri, 16 Nov 2012 20:08: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.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", 30], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Ratione accusantium ex a voluptas. Consectetur et consequatur voluptatum. Illo velit ullam aut et odio. Et vel corporis voluptates qui in."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolor rerum dignissimos aut enim."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_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" = 'laria.fahey@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "laria.fahey@example.org"], ["encrypted_password", "$2a$04$eENXsYTdZ/u6KNGsYp4NzOfq2BL3Abx.AT9RFkbr1JT5cqDElj7Ja"], ["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", Fri, 16 Nov 2012 20:08: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", 31], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Est quia et. Non necessitatibus nostrum ut architecto. Praesentium ut doloremque inventore vero. Expedita voluptatem rerum eveniet eum et. Assumenda optio qui molestiae aspernatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quisquam voluptas qui ut alias fugit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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" = 'lillian.bauch@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lillian.bauch@example.com"], ["encrypted_password", "$2a$04$TW.9CTiCZ4gV7a.pxkct0.mMJrjKkMPwSniFqtcPX81cvur0LFecC"], ["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", Fri, 16 Nov 2012 20:08: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.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", 32], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Ratione accusantium ex a voluptas. Consectetur et consequatur voluptatum. Illo velit ullam aut et odio. Et vel corporis voluptates qui in."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolor rerum dignissimos aut enim."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'laria.fahey@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "laria.fahey@example.org"], ["encrypted_password", "$2a$04$pEbrHntlzD.VNPxARnqDXexbBMdL3ahhkld9eq11YBJ/yZUTpwDDe"], ["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", Fri, 16 Nov 2012 20:08: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", 33], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Est quia et. Non necessitatibus nostrum ut architecto. Praesentium ut doloremque inventore vero. Expedita voluptatem rerum eveniet eum et. Assumenda optio qui molestiae aspernatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quisquam voluptas qui ut alias fugit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"   (0.5ms) 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" = 'lillian.bauch@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lillian.bauch@example.com"], ["encrypted_password", "$2a$04$h4WMC1q6wPghJus4i7vymO8B0SZ2mPz2ZssfEx8TfdxrHEMI9Cy46"], ["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", Fri, 16 Nov 2012 20:08: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", 34], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Ratione accusantium ex a voluptas. Consectetur et consequatur voluptatum. Illo velit ullam aut et odio. Et vel corporis voluptates qui in."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolor rerum dignissimos aut enim."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'laria.fahey@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "laria.fahey@example.org"], ["encrypted_password", "$2a$04$L9S0y2ECTy8aDKylstv6C.S55qlpU8SF77Yhulq7ho6WJTU747Tc6"], ["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", Fri, 16 Nov 2012 20:08: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", 35], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Est quia et. Non necessitatibus nostrum ut architecto. Praesentium ut doloremque inventore vero. Expedita voluptatem rerum eveniet eum et. Assumenda optio qui molestiae aspernatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quisquam voluptas qui ut alias fugit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"  (0.4ms) 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" = 'nora_nicolas@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "nora_nicolas@example.org"], ["encrypted_password", "$2a$04$gYlRD8thAcnVbKjwcxiJyuzQ.aTXmkaJdZo2ggb8xtStuNJf7.9Em"], ["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", Fri, 16 Nov 2012 20:08: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", 36], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Quia quos aut odit id. Ratione accusantium ex a voluptas. Consectetur et consequatur voluptatum. Illo velit ullam aut et odio. Et vel corporis voluptates qui in."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Soluta eum et doloribus vero sit facilis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) 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" = 'laria.fahey@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "laria.fahey@example.org"], ["encrypted_password", "$2a$04$XrNRy.J9HjsbORGlagq/NOF812YbrqvseBR7cicw6P4LXk5Wk9OIS"], ["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", Fri, 16 Nov 2012 20:08: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", 37], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Est quia et. Non necessitatibus nostrum ut architecto. Praesentium ut doloremque inventore vero. Expedita voluptatem rerum eveniet eum et. Assumenda optio qui molestiae aspernatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quisquam voluptas qui ut alias fugit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'lillian.bauch@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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lillian.bauch@example.com"], ["encrypted_password", "$2a$04$e8XgCQl6Lq40/1bunGXHvusefgD.2YqQ6xzIvacGoQdB9ExBxlyju"], ["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", Fri, 16 Nov 2012 20:08: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.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", Fri, 16 Nov 2012 20:08:43 UTC +00:00], ["description", "Ratione accusantium ex a voluptas. Consectetur et consequatur voluptatum. Illo velit ullam aut et odio. Et vel corporis voluptates qui in."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolor rerum dignissimos aut enim."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction Connecting to database specified by database.yml  (2.9ms) DELETE FROM "users";  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.1ms) DELETE FROM "almanac_posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_posts';  (0.8ms) DELETE FROM "almanac_images";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_images';  (0.9ms) DELETE FROM "tags";  (0.1ms) DELETE FROM sqlite_sequence where name = 'tags';  (3.2ms) DELETE FROM "taggings";  (0.1ms) DELETE FROM sqlite_sequence where name = 'taggings';  (1.2ms) DELETE FROM "almanac_comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_comments';  (1.3ms) DELETE FROM "almanac_blogs";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_blogs';  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'nia@example.net' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) 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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "nia@example.net"], ["encrypted_password", "$2a$04$p/s/HZO6d2bVqK/PoghpOOf67tK58DM68IvzeMwEoRc/RqUYG74Ma"], ["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", Fri, 16 Nov 2012 20:09:19 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 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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["description", "Error vitae saepe laboriosam ut quae aut. Repellat sunt occaecati ut ex rerum excepturi. At impedit quam exercitationem. Error temporibus fugit. Et voluptatibus eos quo ducimus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Est suscipit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Testz", "description"=>"Delectus modi alias odit sapiente rerum dolore. Quam consequatur aut sed expedita eius voluptatum. Ut dolorum dolores unde.", "author_id"=>"2"}} 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" = 'Delectus modi alias odit sapiente rerum dolore. Quam consequatur aut sed expedita eius voluptatum. Ut dolorum dolores unde.', "author_id" = 2, "updated_at" = '2012-11-16 20:09:19.555559' WHERE "almanac_blogs"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.4ms) Almanac::Blog Load (0.0ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (27.0ms) 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" = 'elya@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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "elya@example.net"], ["encrypted_password", "$2a$04$FT86K6ZufMHh/O3873M2YOVKADfJ5UrV3pZiFQeIj2a37.NjvNMo2"], ["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", Fri, 16 Nov 2012 20:09:19 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", 3], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["description", "Amet molestiae sunt maxime et non tempore. Aliquid ipsam autem suscipit et provident. Eum beatae quos sit error eius aut. Provident quod quia architecto velit voluptatum dignissimos sunt."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolorum aliquid veritatis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Recusandae ut fugit quibusdam temporibus doloribus.", "description"=>"Illum fugit esse qui neque eum velit dolorum. Veniam dolores eos aut et accusamus et. Quasi reprehenderit dolor repellat eum eos ut officiis. Ducimus non non.", "author_id"=>"4"}} 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" = 'Recusandae ut fugit quibusdam temporibus doloribus.', "description" = 'Illum fugit esse qui neque eum velit dolorum. Veniam dolores eos aut et accusamus et. Quasi reprehenderit dolor repellat eum eos ut officiis. Ducimus non non.', "author_id" = 4, "updated_at" = '2012-11-16 20:09:19.603548' 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)  (0.5ms) 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" = 'nia@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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "nia@example.net"], ["encrypted_password", "$2a$04$tixezNFLSOYWvEVZr.Wri.q607xUgqYpc90jdVBGk/ckSl20dloqm"], ["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", Fri, 16 Nov 2012 20:09:19 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", 5], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["description", "Error vitae saepe laboriosam ut quae aut. Repellat sunt occaecati ut ex rerum excepturi. At impedit quam exercitationem. Error temporibus fugit. Et voluptatibus eos quo ducimus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Est suscipit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Delectus modi alias odit sapiente rerum dolore. Quam consequatur aut sed expedita eius voluptatum. Ut dolorum dolores unde.", "author_id"=>"6"}} 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 18ms (Views: 11.8ms | ActiveRecord: 0.2ms) Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."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" = 'elya@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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "elya@example.net"], ["encrypted_password", "$2a$04$fq1fj2TgJt1qgIoaFqyNUuBEFHcZA4LwXAV3AyV5RQBe/NfSyFOEW"], ["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", Fri, 16 Nov 2012 20:09:19 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", 7], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["description", "Amet molestiae sunt maxime et non tempore. Aliquid ipsam autem suscipit et provident. Eum beatae quos sit error eius aut. Provident quod quia architecto velit voluptatum dignissimos sunt."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolorum aliquid veritatis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Ratione dolor aut expedita et. Illum fugit esse qui neque eum velit dolorum. Veniam dolores eos aut et accusamus et.", "author_id"=>"8"}} 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.4ms | ActiveRecord: 0.2ms)  (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" = 'nia@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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "nia@example.net"], ["encrypted_password", "$2a$04$OBPVDEbGMFi75BQdtF2Jde26RP2FpmWfVgekuNiCk0oWYvJ087Ymm"], ["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", Fri, 16 Nov 2012 20:09:19 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", 9], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["description", "Error vitae saepe laboriosam ut quae aut. Repellat sunt occaecati ut ex rerum excepturi. At impedit quam exercitationem. Error temporibus fugit. Et voluptatibus eos quo ducimus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Est suscipit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_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" = 'pearl@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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "pearl@example.net"], ["encrypted_password", "$2a$04$lfCyXJGa0CBeqKbhWbvt3umNWmlAUZ1ws63tUJRVs460R8f8b3wQq"], ["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", Fri, 16 Nov 2012 20:09:19 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", 10], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["description", "Dolores deleniti praesentium repudiandae et eos. Nemo laborum quaerat tempora iure deleniti dolore id. Eos id architecto neque pariatur voluptatum. Ex nesciunt impedit qui. Harum in consequatur doloremque excepturi dolorem atque."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quis asperiores."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'nia@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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "nia@example.net"], ["encrypted_password", "$2a$04$0CCtzf.O9h5Ow7v/lCwVKuF7T0aDysmU8DQSps1vf6z.eEYu4kJlW"], ["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", Fri, 16 Nov 2012 20:09:19 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"=>"Est suscipit.", "description"=>"Error vitae saepe laboriosam ut quae aut. Repellat sunt occaecati ut ex rerum excepturi. At impedit quam exercitationem. Error temporibus fugit. Et voluptatibus eos quo ducimus.", "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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["description", "Error vitae saepe laboriosam ut quae aut. Repellat sunt occaecati ut ex rerum excepturi. At impedit quam exercitationem. Error temporibus fugit. Et voluptatibus eos quo ducimus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Est suscipit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.8ms)  (31.3ms) SELECT COUNT(*) FROM "almanac_blogs"  (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" = 'maud_schamberger@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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "maud_schamberger@example.com"], ["encrypted_password", "$2a$04$gxRFyp5gmAoj8te8Y9e3m.RjFwxFW37gkjJ9J4rLR5M2Jv1JVvqP2"], ["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", Fri, 16 Nov 2012 20:09:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>"Qui aspernatur.", "description"=>"Eveniet et et odit vero. Ea illum quibusdam voluptatum. Totam voluptatem et. Et architecto ipsam dolorem.", "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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["description", "Eveniet et et odit vero. Ea illum quibusdam voluptatum. Totam voluptatem et. Et architecto ipsam dolorem."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Qui aspernatur."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.9ms)  (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" = 'nia@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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "nia@example.net"], ["encrypted_password", "$2a$04$9U/M6RMtiX05Cx3Erp7WZeoKxV3jei4lweDBgIC7s/ZsfMYH3D.iu"], ["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", Fri, 16 Nov 2012 20:09:19 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"=>"Possimus ratione dolorum. Error vitae saepe laboriosam ut quae aut. Repellat sunt occaecati ut ex rerum excepturi.", "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 7ms (Views: 2.1ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"  (0.5ms) 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" = 'joshua@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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "joshua@example.net"], ["encrypted_password", "$2a$04$NmEjJ3zkZNYH69mpWyhJceJX2ak9rdHIOX4yPqUN9fCgWUu9WzlWW"], ["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", Fri, 16 Nov 2012 20:09:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>nil, "description"=>"Ut optio libero tenetur voluptatem sunt. Consequatur ratione molestias sunt. Et quod est cumque possimus. Quia id optio aut quis ea.", "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 7ms (Views: 1.4ms | ActiveRecord: 0.3ms)  (0.5ms) 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" = 'aditya.rogahn@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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "aditya.rogahn@example.com"], ["encrypted_password", "$2a$04$LOk1N9uiQoAZpAMQ/o9YSurcjBrIbNFBcwy4m6m6xAi.oCH.L3BKC"], ["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", Fri, 16 Nov 2012 20:09:19 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", 11], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["description", "Ipsum voluptatem ipsam deleniti harum explicabo quasi. Repellat voluptas fugiat facere. Possimus ut voluptatem eaque labore reprehenderit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Distinctio ipsum reprehenderit eveniet occaecati."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'ava_klein@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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ava_klein@example.net"], ["encrypted_password", "$2a$04$SsT/hyldn9f7dSO2nkBEJ.cn0orp7gcshi88o2FGSQ2vYHSFVKLv."], ["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", Fri, 16 Nov 2012 20:09:19 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", 12], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["description", "Corporis sed non consequatur quos vero. Maxime nemo voluptates iusto laudantium quia aliquid natus. Rerum molestiae quia temporibus quo labore ab."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Deserunt corrupti dolor nemo."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:19 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 9ms (Views: 2.8ms | ActiveRecord: 0.1ms)  (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" = 'kraig@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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "kraig@example.net"], ["encrypted_password", "$2a$04$yPHJrAi/BmkvSLurdg.W0OWmU365bA0zRG6tA2PeA/o3idMm/Ibsq"], ["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", Fri, 16 Nov 2012 20:09:19 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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["description", "Nihil impedit porro mollitia iusto. Rem aliquid cum molestias est dolores aut. Sit modi autem nemo quas quae. Labore amet sunt aperiam architecto ducimus. Vitae consequuntur quia voluptates porro reiciendis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Vel repellat maxime alias enim occaecati."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_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" = 'nia@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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "nia@example.net"], ["encrypted_password", "$2a$04$N5f65Q6b3Btp8czvq5IuPOAYTO1vuIZvWhOdAWTjml3fopBUFnn.a"], ["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", Fri, 16 Nov 2012 20:09:19 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", 14], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["description", "Error vitae saepe laboriosam ut quae aut. Repellat sunt occaecati ut ex rerum excepturi. At impedit quam exercitationem. Error temporibus fugit. Et voluptatibus eos quo ducimus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Est suscipit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_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" = 'pearl@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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "pearl@example.net"], ["encrypted_password", "$2a$04$v07e8CT0WZKEQVZ03U0Oue7eI329XSOF9QLOH9cEuy2NTBsr6MEme"], ["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", Fri, 16 Nov 2012 20:09:19 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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["description", "Dolores deleniti praesentium repudiandae et eos. Nemo laborum quaerat tempora iure deleniti dolore id. Eos id architecto neque pariatur voluptatum. Ex nesciunt impedit qui. Harum in consequatur doloremque excepturi dolorem atque."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quis asperiores."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:19 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 7ms (Views: 2.2ms | ActiveRecord: 0.1ms)  (0.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" = 'nia@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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "nia@example.net"], ["encrypted_password", "$2a$04$CV00Aso4DmDIHCLERiF7Nu8uWRLNJCXUeUzuJrz/zshtYX0MhYcDW"], ["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", Fri, 16 Nov 2012 20:09:19 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", 16], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["description", "Error vitae saepe laboriosam ut quae aut. Repellat sunt occaecati ut ex rerum excepturi. At impedit quam exercitationem. Error temporibus fugit. Et voluptatibus eos quo ducimus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Est suscipit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "almanac_posts"  (0.5ms) 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" = 'pearl@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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "pearl@example.net"], ["encrypted_password", "$2a$04$8QIJJVN1P0cFPe9h3nQZBu/GjVx4vutMnuWWRf9XPK6DXb/mmboqG"], ["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", Fri, 16 Nov 2012 20:09:19 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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["description", "Dolores deleniti praesentium repudiandae et eos. Nemo laborum quaerat tempora iure deleniti dolore id. Eos id architecto neque pariatur voluptatum. Ex nesciunt impedit qui. Harum in consequatur doloremque excepturi dolorem atque."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quis asperiores."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'nia@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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "nia@example.net"], ["encrypted_password", "$2a$04$JJ6iS8Jf7ZoHLBHmywkBd.idfrCmtimU2FJOnhf6XDJHTA0hhmn52"], ["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", Fri, 16 Nov 2012 20:09:19 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", 18], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["description", "Error vitae saepe laboriosam ut quae aut. Repellat sunt occaecati ut ex rerum excepturi. At impedit quam exercitationem. Error temporibus fugit. Et voluptatibus eos quo ducimus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Est suscipit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"   (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" = 'maud_schamberger@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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "maud_schamberger@example.com"], ["encrypted_password", "$2a$04$9wtznZW/p.abhEIOZYPzNuRlBtU1SEm0.xFOnPULMCYGhaXdZKW5i"], ["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", Fri, 16 Nov 2012 20:09:19 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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["description", "Eveniet et et odit vero. Ea illum quibusdam voluptatum. Totam voluptatem et. Et architecto ipsam dolorem."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Qui aspernatur."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_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" = 'nia@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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "nia@example.net"], ["encrypted_password", "$2a$04$C8RsnysQOs/XGL5oZ1Foou9Sz1zsX3bJf/S5ljLf1PoFhr1sRr7US"], ["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", Fri, 16 Nov 2012 20:09:19 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", 20], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["description", "Error vitae saepe laboriosam ut quae aut. Repellat sunt occaecati ut ex rerum excepturi. At impedit quam exercitationem. Error temporibus fugit. Et voluptatibus eos quo ducimus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Est suscipit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_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" = 'pearl@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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "pearl@example.net"], ["encrypted_password", "$2a$04$TZwAFg3xWaAPup29KORTZeNv85COhBojb28tJuYPfEhwJEoVLA9Ua"], ["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", Fri, 16 Nov 2012 20:09:19 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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["description", "Dolores deleniti praesentium repudiandae et eos. Nemo laborum quaerat tempora iure deleniti dolore id. Eos id architecto neque pariatur voluptatum. Ex nesciunt impedit qui. Harum in consequatur doloremque excepturi dolorem atque."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quis asperiores."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'nia@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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "nia@example.net"], ["encrypted_password", "$2a$04$XZZRskpjZiwPHcAdnqSfh.dSkrMVbbOPf5Godlgj4mBlnXqBPsDN2"], ["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", Fri, 16 Nov 2012 20:09:19 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", 22], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["description", "Error vitae saepe laboriosam ut quae aut. Repellat sunt occaecati ut ex rerum excepturi. At impedit quam exercitationem. Error temporibus fugit. Et voluptatibus eos quo ducimus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Est suscipit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'pearl@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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "pearl@example.net"], ["encrypted_password", "$2a$04$jtnQpQX7FrBZHW2oVhn1hu.39SFJE9rojWlclEHcv4vFUhc8x4sSO"], ["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", Fri, 16 Nov 2012 20:09:19 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 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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["description", "Dolores deleniti praesentium repudiandae et eos. Nemo laborum quaerat tempora iure deleniti dolore id. Eos id architecto neque pariatur voluptatum. Ex nesciunt impedit qui. Harum in consequatur doloremque excepturi dolorem atque."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quis asperiores."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'nia@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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "nia@example.net"], ["encrypted_password", "$2a$04$ElHv.5o18xAZZVtfWC.tx.cjutkhIg.pUMC4OFeihIkjxEPQ98xXi"], ["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", Fri, 16 Nov 2012 20:09:19 UTC +00:00]]  (0.1ms) 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", 24], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["description", "Error vitae saepe laboriosam ut quae aut. Repellat sunt occaecati ut ex rerum excepturi. At impedit quam exercitationem. Error temporibus fugit. Et voluptatibus eos quo ducimus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Est suscipit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) 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" = 'pearl@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", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "pearl@example.net"], ["encrypted_password", "$2a$04$kVt9cBntsqKRoEl3dZ6nFuHR3LLCuALNGAJaFrpyYsitAYu421lYm"], ["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", Fri, 16 Nov 2012 20:09:19 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", 25], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00], ["description", "Dolores deleniti praesentium repudiandae et eos. Nemo laborum quaerat tempora iure deleniti dolore id. Eos id architecto neque pariatur voluptatum. Ex nesciunt impedit qui. Harum in consequatur doloremque excepturi dolorem atque."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quis asperiores."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) 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", 27], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:09:20 UTC +00:00], ["description", "Soluta sapiente non magnam accusantium sed temporibus sint. Asperiores maiores facere a quibusdam magnam earum. Placeat dolor aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Exercitationem eius autem est et est dolore."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:20 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.6ms) 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", 29], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:09:20 UTC +00:00], ["description", "Provident suscipit quia corrupti dicta nobis. Qui voluptas odio laborum quo assumenda. Explicabo placeat voluptatibus cupiditate. Voluptatum consequatur quasi. Recusandae nihil ipsam qui quo."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quis et labore et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (0.6ms) 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", 31], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:09:20 UTC +00:00], ["description", "Iusto vel sint cumque quia ab non ullam. Soluta aliquam totam quasi rerum similique. Harum aut quo exercitationem reprehenderit natus soluta. Qui vel sequi repellat et eos quibusdam ullam. Aspernatur assumenda et tenetur sit asperiores excepturi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Odit aut qui nam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = '' LIMIT 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.0ms) 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", Fri, 16 Nov 2012 20:09:20 UTC +00:00], ["description", "Voluptatem sunt qui atque nobis nisi rem deserunt. Hic sint quasi nesciunt magnam quas. Iusto et enim quas nobis. Ipsam hic nisi et labore qui vel id."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Consequuntur rerum qui corrupti harum cupiditate."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) 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", 34], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:09:20 UTC +00:00], ["description", "Tenetur voluptas alias et aut nostrum. Ut rerum quo sunt aut eveniet sit adipisci. Facere deserunt nostrum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Cupiditate qui quis libero voluptas iure at."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) 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.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", 35], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:09:20 UTC +00:00], ["description", "Asperiores qui dolorem. Omnis quia occaecati dolor. Sunt quia tempora atque autem consequatur. Exercitationem eius autem est et est dolore dignissimos. Sint dolore nulla."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eum dolorem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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", 36], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:09:20 UTC +00:00], ["description", "Asperiores qui dolorem. Omnis quia occaecati dolor. Sunt quia tempora atque autem consequatur. Exercitationem eius autem est et est dolore dignissimos. Sint dolore nulla."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eum dolorem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:20 UTC +00:00]]  (0.0ms) RELEASE 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", 37], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:09:20 UTC +00:00], ["description", "Aut sit ut consectetur. Esse qui voluptatibus deserunt. Omnis quas nulla consequatur perspiciatis molestiae non non. Omnis quia voluptates. Et nostrum sed unde."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Placeat dolor."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) 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.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", Fri, 16 Nov 2012 20:09:20 UTC +00:00], ["description", "Asperiores qui dolorem. Omnis quia occaecati dolor. Sunt quia tempora atque autem consequatur. Exercitationem eius autem est et est dolore dignissimos. Sint dolore nulla."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eum dolorem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:09:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) 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" = 'nia@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", Fri, 16 Nov 2012 20:09:20 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "nia@example.net"], ["encrypted_password", "$2a$04$ziF82zPIv7jbdBCdsLWoluUpzGI.U3HBoB.BqfKjuh1bVTXgSgcL6"], ["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", Fri, 16 Nov 2012 20:09:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'lupe_reichert@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", Fri, 16 Nov 2012 20:09:20 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lupe_reichert@example.com"], ["encrypted_password", "$2a$04$88WLY9/aOS.WJ4LOUzLB2uBsorG45R9Z1dmQ6b5JlKQI0uZW1zKtu"], ["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", Fri, 16 Nov 2012 20:09:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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" = 'nia@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", Fri, 16 Nov 2012 20:09:20 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "nia@example.net"], ["encrypted_password", "$2a$04$lICERGYT4YJ7BisHjSrdT.4Sfr0vQu.0xv9Ow/QvECutv2Kl7y5qS"], ["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", Fri, 16 Nov 2012 20:09:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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" = 'lupe_reichert@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", Fri, 16 Nov 2012 20:09:20 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lupe_reichert@example.com"], ["encrypted_password", "$2a$04$L66aMa7mnE32WFTXaw1zoOhmniTa1Bk6OTf4lnsAUTCCdEIepIPcS"], ["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", Fri, 16 Nov 2012 20:09:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'nia@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", Fri, 16 Nov 2012 20:09:20 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "nia@example.net"], ["encrypted_password", "$2a$04$MRSppPGIE.JjxgPGSBieXueJy/7w/CJWc5GlNxhzmzwblx2Co9Yh2"], ["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", Fri, 16 Nov 2012 20:09:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'lupe_reichert@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", Fri, 16 Nov 2012 20:09:20 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lupe_reichert@example.com"], ["encrypted_password", "$2a$04$XIE5W6BhGJlLruKRQ4ESBOaMKDKSAOnHaiO6OoFhNL1N7xrE.Glfe"], ["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", Fri, 16 Nov 2012 20:09:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction Connecting to database specified by database.yml  (31.5ms) DELETE FROM "users";  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "almanac_posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_posts';  (1.0ms) DELETE FROM "almanac_images";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_images';  (1.1ms) DELETE FROM "tags";  (0.1ms) DELETE FROM sqlite_sequence where name = 'tags';  (1.4ms) DELETE FROM "taggings";  (0.1ms) DELETE FROM sqlite_sequence where name = 'taggings';  (1.0ms) DELETE FROM "almanac_comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_comments';  (1.1ms) DELETE FROM "almanac_blogs";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_blogs';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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.1ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (5.2ms) 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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Sunt officia dolor incidunt tempore asperiores. Eaque ea dignissimos. Laborum aperiam at odio consequuntur debitis porro perferendis. Eos velit et totam fugit eveniet atque id."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Minima quaerat."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (24.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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", 3], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Accusantium magni necessitatibus nesciunt enim. Distinctio quia dolorem. Fugit eum sit illum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eum nisi aut."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) 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", 5], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Exercitationem eligendi asperiores sed rerum. Sequi expedita autem totam. Provident molestiae ducimus molestias odit dolores ex accusantium. Eligendi voluptate sequi provident nisi amet unde."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Cumque voluptates qui et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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", 6], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "A rem quis voluptatem iusto assumenda. Aliquid assumenda voluptatum. Cumque maiores reprehenderit repellat id debitis asperiores qui. Aut qui nihil iste nobis et sed magni. Repellat assumenda qui itaque."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sequi laboriosam possimus beatae fugit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE 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", 7], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Dolores cum eum non facilis. Expedita rem quae consequatur sit. Dolores modi mollitia ut amet omnis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Deleniti facere similique maiores mollitia beatae est."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) 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", 8], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "A rem quis voluptatem iusto assumenda. Aliquid assumenda voluptatum. Cumque maiores reprehenderit repellat id debitis asperiores qui. Aut qui nihil iste nobis et sed magni. Repellat assumenda qui itaque."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sequi laboriosam possimus beatae fugit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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", 9], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Veniam sint qui fugiat repudiandae dolorem quia natus. Amet repellat aliquid laboriosam deleniti voluptatem dolorem ut. Rerum id quod animi quo ipsum enim pariatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Delectus perspiciatis ab enim dolor odio."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) 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", 10], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Ut dolore molestiae. Minus deleniti odio hic in. Deserunt debitis reprehenderit ut modi perferendis dolores. Et omnis deleniti earum maiores cumque dolorem excepturi. Ut ut omnis enim repudiandae et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et ut rerum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) 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", 12], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Similique eum minima nobis omnis deleniti. Temporibus et laborum vero dolores. Et velit sit. Accusamus dignissimos blanditiis quod consequatur molestiae sequi culpa."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Placeat et saepe quos."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 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  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'enoch_moriette@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "enoch_moriette@example.org"], ["encrypted_password", "$2a$04$.vEgXi.yuF1wAKodVX9DmO21DqNdMSbEhlb.6L1EnbndfrYZT1UtS"], ["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", Fri, 16 Nov 2012 20:11:28 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", 14], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Est cum tempora distinctio aspernatur commodi consequatur officiis. Rerum eum sed ipsa cum facere. Facilis et dolores est dolore. Voluptate ea aliquam vero cumque corrupti. Libero eius qui similique."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eum eaque exercitationem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"  (0.5ms) 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" = 'alice@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "alice@example.com"], ["encrypted_password", "$2a$04$YJRyfm0v/.PRGLXcxWEMTu97cvN12CZSBRpCkxgEisDItysOcIFNu"], ["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", Fri, 16 Nov 2012 20:11:28 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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Voluptas natus nihil aut dolores sed. Nisi recusandae saepe laboriosam sunt. Quisquam illo voluptas dolor. Sed temporibus libero sit voluptas sint dolores quis. Similique et dolore excepturi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ea quod nisi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'enoch_moriette@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "enoch_moriette@example.org"], ["encrypted_password", "$2a$04$STDobnBDnFF8o7TPcaehP.aVOMLlYApEtoy9G.W3V/CIu.TtjTxea"], ["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", Fri, 16 Nov 2012 20:11:28 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", 16], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Est cum tempora distinctio aspernatur commodi consequatur officiis. Rerum eum sed ipsa cum facere. Facilis et dolores est dolore. Voluptate ea aliquam vero cumque corrupti. Libero eius qui similique."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eum eaque exercitationem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) 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" = 'esteban_dooley@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "esteban_dooley@example.net"], ["encrypted_password", "$2a$04$4IOchGsnSWquqvKVIuDB3ulpmtbKX5x/6e2a9PVJPn7XAaCURLFti"], ["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", Fri, 16 Nov 2012 20:11:28 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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Non modi quos ratione dolorem. Quasi non dolorem eaque eos velit. Est nulla molestiae voluptates vel aliquid nisi perferendis. Necessitatibus quia laboriosam hic velit. Autem placeat saepe consectetur quo eligendi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et voluptatem rerum totam eaque aspernatur cupiditate."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_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" = 'enoch_moriette@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "enoch_moriette@example.org"], ["encrypted_password", "$2a$04$wvreSq6lZKKBcjO.qqO0teGeunUjaAFSKnFdc.x9teaPLBG9KxGFS"], ["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", Fri, 16 Nov 2012 20:11:28 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 SQL (0.6ms) 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", 18], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Est cum tempora distinctio aspernatur commodi consequatur officiis. Rerum eum sed ipsa cum facere. Facilis et dolores est dolore. Voluptate ea aliquam vero cumque corrupti. Libero eius qui similique."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eum eaque exercitationem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'alice@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "alice@example.com"], ["encrypted_password", "$2a$04$sqZwL4JlLp9g5Eh6EmWjlO2p6fVKDGcKCXXpK7VE7lO2XMbcbE5q2"], ["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", Fri, 16 Nov 2012 20:11:28 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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Voluptas natus nihil aut dolores sed. Nisi recusandae saepe laboriosam sunt. Quisquam illo voluptas dolor. Sed temporibus libero sit voluptas sint dolores quis. Similique et dolore excepturi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ea quod nisi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 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 49ms (Views: 12.0ms | 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" = 'enoch_moriette@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "enoch_moriette@example.org"], ["encrypted_password", "$2a$04$OIYNHO7o2z26Am758XhfweMtS4SIF0irXKG.uQInagR9hiJAe09sS"], ["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", Fri, 16 Nov 2012 20:11:28 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", 20], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Est cum tempora distinctio aspernatur commodi consequatur officiis. Rerum eum sed ipsa cum facere. Facilis et dolores est dolore. Voluptate ea aliquam vero cumque corrupti. Libero eius qui similique."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eum eaque exercitationem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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" = 'alice@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "alice@example.com"], ["encrypted_password", "$2a$04$6L/QJ6tKmfC0Utel6w4GCumgyAOBYFj8Bv9Tmo5Yib7cSpHDi5cwK"], ["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", Fri, 16 Nov 2012 20:11:28 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", 21], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Voluptas natus nihil aut dolores sed. Nisi recusandae saepe laboriosam sunt. Quisquam illo voluptas dolor. Sed temporibus libero sit voluptas sint dolores quis. Similique et dolore excepturi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ea quod nisi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'enoch_moriette@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "enoch_moriette@example.org"], ["encrypted_password", "$2a$04$5w5b.KCFTJn4.fU06EHZc.2QX2HnXitaUrZwjOFCeVDJCXGZjZ1Jy"], ["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", Fri, 16 Nov 2012 20:11:28 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", 22], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Est cum tempora distinctio aspernatur commodi consequatur officiis. Rerum eum sed ipsa cum facere. Facilis et dolores est dolore. Voluptate ea aliquam vero cumque corrupti. Libero eius qui similique."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eum eaque exercitationem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'alice@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) 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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "alice@example.com"], ["encrypted_password", "$2a$04$285yxcHQleuxPt.1AeCFr.O2SadxtqXHaiJd/ctAMYvDB1vhMAJjW"], ["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", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.1ms) 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.6ms) 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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Voluptas natus nihil aut dolores sed. Nisi recusandae saepe laboriosam sunt. Quisquam illo voluptas dolor. Sed temporibus libero sit voluptas sint dolores quis. Similique et dolore excepturi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ea quod nisi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) 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" = 'lexus@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lexus@example.org"], ["encrypted_password", "$2a$04$VaR3zYWOvrcJlb..DSA/.OAEeiBoKa/mKQ9QtBP3BM4TP1CAJDYT."], ["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", Fri, 16 Nov 2012 20:11:28 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", 24], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Ab harum illo explicabo est. Laborum voluptates sed similique veritatis at minima quis. Laborum non et ea quaerat ut qui neque."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolorem dolorum vero necessitatibus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'aron@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "aron@example.net"], ["encrypted_password", "$2a$04$yiJU5vGeGOKRuh9HhQKMgOdeq/Z5dZA1atLYLaoloJeQMgs1DE2aO"], ["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", Fri, 16 Nov 2012 20:11:28 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", 25], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Qui ab dolores velit quis quo consequatur odit. Ea quod nisi perferendis. Quae non beatae tempora consequatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Qui doloremque."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'jewel@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "jewel@example.com"], ["encrypted_password", "$2a$04$krilr7LhlJJ8ixvc0b491.N4BaJaEfM7JVcNvGd11Kmypbqc7aA4i"], ["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", Fri, 16 Nov 2012 20:11:28 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", 26], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Sunt aspernatur odit quis voluptatem quidem voluptas enim. Dolores voluptas dolor odio explicabo qui doloremque hic. Sed reiciendis libero asperiores. Vel velit eum et ut ab rerum sunt. Et pariatur consequatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Minima enim consequatur vel accusamus numquam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 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 7ms (Views: 2.3ms | ActiveRecord: 0.1ms)  (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" = 'enoch_moriette@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "enoch_moriette@example.org"], ["encrypted_password", "$2a$04$ZmCxDqWBSc5h7YB5qZ7EcOfOb12dNdJtZPmxv47wQuQQNreoYTyhC"], ["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", Fri, 16 Nov 2012 20:11:28 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", 27], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Est cum tempora distinctio aspernatur commodi consequatur officiis. Rerum eum sed ipsa cum facere. Facilis et dolores est dolore. Voluptate ea aliquam vero cumque corrupti. Libero eius qui similique."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eum eaque exercitationem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'alice@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "alice@example.com"], ["encrypted_password", "$2a$04$ENA/C1yVaY.B5jiUMAeMCuvFt4d6cbK0PQIi5CdRPc4nfTS.hspRa"], ["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", Fri, 16 Nov 2012 20:11:28 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", 28], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Voluptas natus nihil aut dolores sed. Nisi recusandae saepe laboriosam sunt. Quisquam illo voluptas dolor. Sed temporibus libero sit voluptas sint dolores quis. Similique et dolore excepturi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ea quod nisi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'enoch_moriette@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "enoch_moriette@example.org"], ["encrypted_password", "$2a$04$CQUXIP7iwtkKx/d.5A7uce4r4v9CrC.pGLER9iCf6gl9mRlwg2b9a"], ["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", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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" = 'madge@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "madge@example.com"], ["encrypted_password", "$2a$04$7VpFUm2IQ/.vGj2ZjPD/ju0SZQjoAh.oQG0CXrRxQZGB8Tzr2VU5."], ["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", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'enoch_moriette@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "enoch_moriette@example.org"], ["encrypted_password", "$2a$04$nVEKeYUzjWNH40evHHk8yOMwnr//GOeCGi51pNrq.nZLQYhOPcREu"], ["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", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'madge@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "madge@example.com"], ["encrypted_password", "$2a$04$jslS7uVPryX7iHmyZtC8BOhXDwe8fkj3utWdmkbmcs.1imCzwHkEu"], ["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", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'enoch_moriette@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "enoch_moriette@example.org"], ["encrypted_password", "$2a$04$1/qj6tIn5HAQ/txv/3HVreeLfKkdz/Or17ojB0N2vz85LnqgXBkZi"], ["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", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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" = 'madge@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "madge@example.com"], ["encrypted_password", "$2a$04$gMLOTxybzuMlfRhmn0cEjOVxauBqcU8KwtnmV0nI4TUepisOzl/2m"], ["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", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'enoch_moriette@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "enoch_moriette@example.org"], ["encrypted_password", "$2a$04$GCs9WLQxrMpj96OciTHB1uj55Neg3bXtQihR6uznGKyTCxOtP0Bf6"], ["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", Fri, 16 Nov 2012 20:11:28 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"=>"Eum eaque exercitationem.", "description"=>"Est cum tempora distinctio aspernatur commodi consequatur officiis. Rerum eum sed ipsa cum facere. Facilis et dolores est dolore. Voluptate ea aliquam vero cumque corrupti. Libero eius qui similique.", "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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Est cum tempora distinctio aspernatur commodi consequatur officiis. Rerum eum sed ipsa cum facere. Facilis et dolores est dolore. Voluptate ea aliquam vero cumque corrupti. Libero eius qui similique."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eum eaque exercitationem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"  (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" = 'esteban_dooley@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "esteban_dooley@example.net"], ["encrypted_password", "$2a$04$XtgUM/VcKV2uHnNEZztvGuhdRyBtL19C19NQG38MLVxRC7PfDuQOa"], ["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", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>"Et voluptatem rerum totam eaque aspernatur cupiditate.", "description"=>"Non modi quos ratione dolorem. Quasi non dolorem eaque eos velit. Est nulla molestiae voluptates vel aliquid nisi perferendis. Necessitatibus quia laboriosam hic velit. Autem placeat saepe consectetur quo eligendi.", "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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Non modi quos ratione dolorem. Quasi non dolorem eaque eos velit. Est nulla molestiae voluptates vel aliquid nisi perferendis. Necessitatibus quia laboriosam hic velit. Autem placeat saepe consectetur quo eligendi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et voluptatem rerum totam eaque aspernatur cupiditate."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.9ms)  (0.5ms) 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" = 'enoch_moriette@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "enoch_moriette@example.org"], ["encrypted_password", "$2a$04$Ff5kdmgpz4CvaNgeu7.xs.opcsnx2xhmPL0J9nH3EDSdQZd4mrOwy"], ["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", Fri, 16 Nov 2012 20:11:28 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"=>"Facere deleniti sed ut non nobis sed reprehenderit. Est cum tempora distinctio aspernatur commodi consequatur officiis. Rerum eum sed ipsa cum facere. Facilis et dolores est dolore.", "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 8ms (Views: 3.1ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"  (0.4ms) 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" = 'jamey.mueller@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "jamey.mueller@example.com"], ["encrypted_password", "$2a$04$DI0Dm.j8JW4A6LVWXyrMze.WYqAparpNVjFprZClOQSjX64UyB9H6"], ["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", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>nil, "description"=>"Velit ipsam ea tempore quisquam voluptatem. Error iste saepe. Nisi tempora quod voluptatibus quo. Consectetur laboriosam dolore ullam neque. Dolorum aut repudiandae ipsam dicta qui.", "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 40ms (Views: 1.4ms | ActiveRecord: 0.4ms)  (0.5ms) 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" = 'enoch_moriette@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "enoch_moriette@example.org"], ["encrypted_password", "$2a$04$x.brpqf6uyY.TL3H6MDM1OEvqO.4tirIyns0DtWhJ.ePoYFhKY/om"], ["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", Fri, 16 Nov 2012 20:11:28 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", 29], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Est cum tempora distinctio aspernatur commodi consequatur officiis. Rerum eum sed ipsa cum facere. Facilis et dolores est dolore. Voluptate ea aliquam vero cumque corrupti. Libero eius qui similique."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eum eaque exercitationem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Testz", "description"=>"Est molestiae voluptatem voluptatem incidunt consequatur quos. Tenetur nostrum sunt. Ab reiciendis ipsum accusantium autem consequatur.", "author_id"=>"30"}} 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" = 'Est molestiae voluptatem voluptatem incidunt consequatur quos. Tenetur nostrum sunt. Ab reiciendis ipsum accusantium autem consequatur.', "author_id" = 30, "updated_at" = '2012-11-16 20:11:28.720160' WHERE "almanac_blogs"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.4ms) Almanac::Blog Load (0.0ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (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" = 'gregory_franecki@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "gregory_franecki@example.org"], ["encrypted_password", "$2a$04$bCovL/RHyXIhaxC9W6l.je1mncxNgO29Hlltexku/NUt86E8mn78y"], ["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", Fri, 16 Nov 2012 20:11:28 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", 31], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Necessitatibus quia laboriosam hic velit. Autem placeat saepe consectetur quo eligendi. Et aliquam molestiae. Quis est soluta rerum unde aut earum perspiciatis. Officiis ut voluptatem culpa."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Est nulla molestiae voluptates vel aliquid nisi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Aut fugiat praesentium error ea eum.", "description"=>"Repellendus quia ullam possimus et. Eaque inventore sed harum perspiciatis consequuntur. Harum velit sed ducimus. Velit voluptatibus quia aut. Vero asperiores sunt alias dolor.", "author_id"=>"32"}} 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" = 'Aut fugiat praesentium error ea eum.', "description" = 'Repellendus quia ullam possimus et. Eaque inventore sed harum perspiciatis consequuntur. Harum velit sed ducimus. Velit voluptatibus quia aut. Vero asperiores sunt alias dolor.', "author_id" = 32, "updated_at" = '2012-11-16 20:11:28.739634' 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)  (0.6ms) 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" = 'enoch_moriette@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "enoch_moriette@example.org"], ["encrypted_password", "$2a$04$b0iIf12Dm0tOWKwkqpksnufr5i4zF/A/pjqP6e35OhSJAFNYX3cWS"], ["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", Fri, 16 Nov 2012 20:11:28 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", 33], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Est cum tempora distinctio aspernatur commodi consequatur officiis. Rerum eum sed ipsa cum facere. Facilis et dolores est dolore. Voluptate ea aliquam vero cumque corrupti. Libero eius qui similique."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eum eaque exercitationem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Est molestiae voluptatem voluptatem incidunt consequatur quos. Tenetur nostrum sunt. Ab reiciendis ipsum accusantium autem consequatur.", "author_id"=>"34"}} 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: 2.2ms | ActiveRecord: 0.2ms) Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) 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" = 'gregory_franecki@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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "gregory_franecki@example.org"], ["encrypted_password", "$2a$04$yYrHjH8Z86JQOPsMyczMCugbthU.YM4sFJrVRH3ZQ1yELf1DD8xiu"], ["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", Fri, 16 Nov 2012 20:11:28 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", 35], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Necessitatibus quia laboriosam hic velit. Autem placeat saepe consectetur quo eligendi. Et aliquam molestiae. Quis est soluta rerum unde aut earum perspiciatis. Officiis ut voluptatem culpa."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Est nulla molestiae voluptates vel aliquid nisi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Quo voluptatibus delectus est quibusdam. Repellendus quia ullam possimus et. Eaque inventore sed harum perspiciatis consequuntur.", "author_id"=>"36"}} 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.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 1.4ms | ActiveRecord: 0.3ms)  (0.5ms) 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" = 'enoch_moriette@example.org' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) 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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "enoch_moriette@example.org"], ["encrypted_password", "$2a$04$Eswmx0DJGLCxTbLbLBf9BulLkwbxG9X3Z2fquP.7Yx3ajhHnaqDQ."], ["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", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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", 37], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Est cum tempora distinctio aspernatur commodi consequatur officiis. Rerum eum sed ipsa cum facere. Facilis et dolores est dolore. Voluptate ea aliquam vero cumque corrupti. Libero eius qui similique."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eum eaque exercitationem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) 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" = 'alice@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) 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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "alice@example.com"], ["encrypted_password", "$2a$04$8P.1wnkGFWguMnBjZIblJO43PHmXMqbyh2V5EFaSu4rQUCmsev3Zy"], ["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", Fri, 16 Nov 2012 20:11:28 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 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", Fri, 16 Nov 2012 20:11:28 UTC +00:00], ["description", "Voluptas natus nihil aut dolores sed. Nisi recusandae saepe laboriosam sunt. Quisquam illo voluptas dolor. Sed temporibus libero sit voluptas sint dolores quis. Similique et dolore excepturi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ea quod nisi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction Connecting to database specified by database.yml  (2.6ms) DELETE FROM "users";  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.9ms) DELETE FROM "almanac_posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_posts';  (1.1ms) DELETE FROM "almanac_images";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_images';  (1.1ms) DELETE FROM "tags";  (0.1ms) DELETE FROM sqlite_sequence where name = 'tags';  (3.8ms) DELETE FROM "taggings";  (0.1ms) DELETE FROM sqlite_sequence where name = 'taggings';  (1.2ms) DELETE FROM "almanac_comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_comments';  (1.3ms) DELETE FROM "almanac_blogs";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_blogs';  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.2ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (4.7ms) 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", Fri, 16 Nov 2012 20:11:37 UTC +00:00], ["description", "Delectus adipisci earum nihil quam. Esse sint quis qui placeat. Exercitationem deleniti et a. Aperiam magni quas nihil repudiandae aut totam aut. Est et eos mollitia magni aut enim."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Molestiae modi aperiam dolorem sed qui eaque."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (0.6ms) 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", 3], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:37 UTC +00:00], ["description", "Dolore magni dolorum consequatur. In velit iure sint neque. Tenetur explicabo voluptate alias quia. Neque voluptatibus ut totam dolores facere quidem dicta. Molestiae atque asperiores vero."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eum enim."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:37 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  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (2.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'julia@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", Fri, 16 Nov 2012 20:11:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "julia@example.org"], ["encrypted_password", "$2a$04$9QVZ1KqzXiHAKfwvkK7exenjDC73ydTLvvVC4e0tNPSwNdr1R8sw2"], ["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", Fri, 16 Nov 2012 20:11:37 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", 5], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:37 UTC +00:00], ["description", "Alias autem delectus exercitationem et. Eos et et cum. Dolores et ut et voluptas. Quia et facere eveniet iusto recusandae enim explicabo. Voluptatum voluptate eum reiciendis quis voluptatibus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et eum temporibus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Vero molestiae maiores. Soluta animi a quod nobis repellat dolores. Ullam iure rem.", "author_id"=>"6"}} 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 Rendered /Users/vasinov/dev/almanac/app/views/almanac/blogs/edit.html.haml within layouts/almanac/application (0.6ms) Completed 200 OK in 18ms (Views: 11.9ms | ActiveRecord: 0.3ms)  (0.7ms) 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" = 'cruz@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", Fri, 16 Nov 2012 20:11:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "cruz@example.org"], ["encrypted_password", "$2a$04$oo5teht0w31GK61X8H.sTO6cYITf/SDnoQT7aaEwT2mWoB4vMCdq6"], ["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", Fri, 16 Nov 2012 20:11:37 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", 7], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:37 UTC +00:00], ["description", "Doloribus dicta rerum. Sequi delectus dolorum asperiores nihil sunt ut. Veniam et odio qui. Dolores consequatur nesciunt dolores excepturi aut. Nihil quam repudiandae."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Aut illo ea."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Quo aspernatur ullam natus in. Quaerat assumenda vel et. Odit sapiente possimus.", "author_id"=>"8"}} 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 6ms (Views: 1.3ms | ActiveRecord: 0.2ms) Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."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" = 'julia@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", Fri, 16 Nov 2012 20:11:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "julia@example.org"], ["encrypted_password", "$2a$04$CAHJp7dgF5QYW.sEPcleZub.DWylveVUD1RRG5aGeVOY6GcLmU/Oa"], ["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", Fri, 16 Nov 2012 20:11:37 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", 9], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:37 UTC +00:00], ["description", "Alias autem delectus exercitationem et. Eos et et cum. Dolores et ut et voluptas. Quia et facere eveniet iusto recusandae enim explicabo. Voluptatum voluptate eum reiciendis quis voluptatibus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et eum temporibus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Autem dolore.", "description"=>"Sit vitae corporis quam. Ullam iure rem. Ipsum corrupti ratione facere nisi et maiores architecto.", "author_id"=>"10"}} 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" = 'Autem dolore.', "description" = 'Sit vitae corporis quam. Ullam iure rem. Ipsum corrupti ratione facere nisi et maiores architecto.', "author_id" = 10, "updated_at" = '2012-11-16 20:11:37.890332' 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)  (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" = 'alexis@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", Fri, 16 Nov 2012 20:11:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "alexis@example.net"], ["encrypted_password", "$2a$04$oANKn4VxA0U4.wIyP58YPu8A6PJP14gESGL0DN6RIURvvU5Fzxj2G"], ["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", Fri, 16 Nov 2012 20:11:37 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", 11], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:37 UTC +00:00], ["description", "Rerum modi quae. Similique quidem aut omnis aut omnis. Dolores consequatur nesciunt dolores excepturi aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Laboriosam est sed expedita."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Testz", "description"=>"Qui corporis in. Quo aspernatur ullam natus in. Quaerat assumenda vel et.", "author_id"=>"12"}} 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" = 'Qui corporis in. Quo aspernatur ullam natus in. Quaerat assumenda vel et.', "author_id" = 12, "updated_at" = '2012-11-16 20:11:37.908607' 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]]  (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" = 'julia@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", Fri, 16 Nov 2012 20:11:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "julia@example.org"], ["encrypted_password", "$2a$04$ekBgH2t.nWu0q8StTS4q6uJZdDdWkhBb11FL5gvkgiAgjYu.JDzPm"], ["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", Fri, 16 Nov 2012 20:11:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>nil, "description"=>"Quia deleniti molestiae. Alias illo exercitationem fuga qui voluptatum. Quaerat ut totam neque sapiente sint autem. Itaque necessitatibus repellendus molestias.", "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 8ms (Views: 2.0ms | ActiveRecord: 0.4ms)  (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" = 'pablo_waelchi@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", Fri, 16 Nov 2012 20:11:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "pablo_waelchi@example.net"], ["encrypted_password", "$2a$04$Y6OO17UhfOP.f/DuGrafgedNCg4MO9i1xboVtY9clnKaJgp.gX/Wa"], ["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", Fri, 16 Nov 2012 20:11:37 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"=>"Incidunt veritatis ipsum aliquid odit ab similique repellendus. Dolore numquam quisquam aut ut inventore. Sunt cum accusamus porro soluta.", "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.4ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"   (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" = 'julia@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", Fri, 16 Nov 2012 20:11:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "julia@example.org"], ["encrypted_password", "$2a$04$z1BnNk3iCy7UYqWVVXa1dOzaQYYfyEUQAQE8mdlTmE8nR8d58Lg0W"], ["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", Fri, 16 Nov 2012 20:11:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>"Et eum temporibus.", "description"=>"Alias autem delectus exercitationem et. Eos et et cum. Dolores et ut et voluptas. Quia et facere eveniet iusto recusandae enim explicabo. Voluptatum voluptate eum reiciendis quis voluptatibus.", "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.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", 1], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:37 UTC +00:00], ["description", "Alias autem delectus exercitationem et. Eos et et cum. Dolores et ut et voluptas. Quia et facere eveniet iusto recusandae enim explicabo. Voluptatum voluptate eum reiciendis quis voluptatibus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et eum temporibus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.8ms)  (0.5ms) 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" = 'gerardo@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", Fri, 16 Nov 2012 20:11:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "gerardo@example.com"], ["encrypted_password", "$2a$04$6j86CKMv2YA5U7R9rLwZjOac7j1bzvO0ml9VdzhA/T9FQo6sjkBHa"], ["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", Fri, 16 Nov 2012 20:11:37 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"=>"Dolores similique voluptatem laudantium voluptas.", "description"=>"Voluptatem quis quo reprehenderit id corrupti est a. Est aut recusandae repellat id et deserunt. Quo perspiciatis illo aspernatur quis ipsum consequatur. Aut sit et debitis beatae.", "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", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["description", "Voluptatem quis quo reprehenderit id corrupti est a. Est aut recusandae repellat id et deserunt. Quo perspiciatis illo aspernatur quis ipsum consequatur. Aut sit et debitis beatae."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolores similique voluptatem laudantium voluptas."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"   (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" = 'julia@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", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "julia@example.org"], ["encrypted_password", "$2a$04$4Sy9k9T4OWg6bs2nYNuxW.98lAPERiR9bOg0dgpAL4ZaLCXwcdK66"], ["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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["description", "Alias autem delectus exercitationem et. Eos et et cum. Dolores et ut et voluptas. Quia et facere eveniet iusto recusandae enim explicabo. Voluptatum voluptate eum reiciendis quis voluptatibus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et eum temporibus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 14], ["blog_id", 1], ["body", "Ullam iure rem. Ipsum corrupti ratione facere nisi et maiores architecto. Sint a voluptatibus at totam debitis qui. Repudiandae ullam voluptatem id. Autem eveniet aliquid voluptates alias porro quo."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["excerpt", "Nulla dolorum qui perspiciatis."], ["published", true], ["slug", nil], ["title", "Autem dolore voluptate."], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", "heaven.dickinson@example.net"], ["author_name", "Summer Brekke IV"], ["body", "Voluptas eos accusantium deleniti qui."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "mylene.carroll@example.org"], ["author_name", "Earnest Fadel"], ["body", "Voluptatum et et. Amet rerum autem."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "ezra_walter@example.org"], ["author_name", "Tristian Barton"], ["body", "Illo ab ducimus qui ut ex. Ullam id consectetur explicabo voluptatem voluptatem sed."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "dee_christiansen@example.com"], ["author_name", "Mr. Damien Brakus"], ["body", "Praesentium molestiae ut et molestiae. Assumenda sint autem."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "nelda_swift@example.net"], ["author_name", "Violette Lockman"], ["body", "Perferendis occaecati reprehenderit incidunt ratione odio."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "victoria@example.net"], ["author_name", "Freeda Fahey"], ["body", "Similique accusamus cumque rerum at et a. Iusto blanditiis animi ad."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "tyrell.kuhn@example.com"], ["author_name", "Lexus Spencer"], ["body", "Voluptatem eos blanditiis dicta quas."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "eleanora@example.net"], ["author_name", "Mr. Oceane Smith"], ["body", "Quis dolorem et dicta et quia. Tempore voluptates quod quibusdam alias molestias dignissimos. Sapiente mollitia vero aliquam odio."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "conor@example.org"], ["author_name", "Tyree Wisoky I"], ["body", "Sequi natus aut odit. Odio aut tenetur quas omnis. Repellat et harum."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "wallace@example.com"], ["author_name", "Kiel Weimann I"], ["body", "Voluptas quae dolorem ad consequuntur nesciunt rerum."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "ardith_stehr@example.org"], ["author_name", "Ubaldo Heathcote V"], ["body", "Et maiores ipsum fuga. Aliquid aut sapiente quasi et qui non. Alias atque voluptatum consequatur."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "wilhelm.zemlak@example.com"], ["author_name", "Charlotte Bechtelar"], ["body", "Possimus deleniti sunt in facere. Quis cupiditate ut rerum."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "bette.connelly@example.net"], ["author_name", "Domenic Pollich PhD"], ["body", "Ex quia ducimus sapiente aut molestiae aut rerum. Eligendi neque tempore quae provident voluptatibus laudantium."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "randal.huels@example.net"], ["author_name", "Rachael Kovacek"], ["body", "Voluptas laborum aut commodi possimus id autem."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "rene@example.org"], ["author_name", "Eula Abbott"], ["body", "In corporis atque. Aut fuga enim odit et. Corrupti a et voluptates repellat sit."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:11:38 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 28ms (Views: 22.2ms | ActiveRecord: 0.1ms)  (0.6ms) 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" = 'caandre@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", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "caandre@example.com"], ["encrypted_password", "$2a$04$Q/aR1DMLHhDYnA1.r3PEn.svnTnrDwk/BORJAktOkWwDfvOpzs2sW"], ["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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["description", "Sed quia et iusto aliquid. Quae et ut accusantium. Voluptas dignissimos ea impedit nobis. Placeat sed voluptatem."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ut nesciunt sit tempora vel."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 16], ["blog_id", 1], ["body", "Rerum pariatur voluptas quibusdam repellendus qui atque. Beatae esse quod iste. Iusto sit culpa. Esse qui dolorem consequatur totam illum a non. Sed et temporibus dolor."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["excerpt", "Dolores unde et."], ["published", true], ["slug", nil], ["title", "Et aliquam omnis sit tempore."], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", "larue.lowe@example.net"], ["author_name", "Madie Jast"], ["body", "Cupiditate et consequatur nihil amet deleniti omnis."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "garfield.ruecker@example.org"], ["author_name", "Claire Leannon"], ["body", "Nulla nobis quis voluptates in quisquam doloremque ex. Minima accusantium expedita vel nulla tempore. Quo maxime et deleniti quis."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "maudie@example.com"], ["author_name", "Miss Kelli Mayer"], ["body", "Tenetur commodi praesentium error quia. Itaque libero quas est eos in excepturi. Velit rerum nulla minus."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "terence@example.org"], ["author_name", "Murray Schamberger"], ["body", "Et blanditiis magnam facilis cupiditate cum iusto doloremque."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "syble.schmeler@example.org"], ["author_name", "Elfrieda Skiles"], ["body", "Alias veritatis rerum. Velit sed omnis hic ratione sequi aperiam molestiae. Quia et praesentium est."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "heather_konopelski@example.net"], ["author_name", "Nathanial Torphy"], ["body", "Nostrum vero repudiandae doloremque. Excepturi est veritatis sit aliquid est."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "brisa@example.com"], ["author_name", "Amie Considine"], ["body", "Ducimus illo ad consequatur nihil sit. Eos accusamus velit inventore est."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "stan@example.net"], ["author_name", "Malvina Emard"], ["body", "Molestiae repellendus excepturi voluptatem autem."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "germaine.lubowitz@example.com"], ["author_name", "Dr. Leopold Volkman"], ["body", "Enim qui placeat qui nostrum."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "vern.kohler@example.net"], ["author_name", "Miss Frank Altenwerth"], ["body", "Maxime dolore nemo ipsum qui. Ad sed dolor ullam. Rem sunt expedita perspiciatis error itaque."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "larue.smitham@example.com"], ["author_name", "Wayne Gerlach"], ["body", "Necessitatibus recusandae in et. Aut quia vel dolore iste quasi. Eum iste similique nesciunt voluptatem consequuntur."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "oscar@example.net"], ["author_name", "Cloyd Buckridge MD"], ["body", "Est earum delectus eos voluptatum. Et cupiditate deleniti unde qui totam."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:11:38 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_willms@example.com"], ["author_name", "Bridget Erdman"], ["body", "Reiciendis incidunt eaque aut aperiam deleniti ex ut."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "sister@example.com"], ["author_name", "Euna Hegmann"], ["body", "Quam perferendis eaque."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "justen@example.com"], ["author_name", "Kevin Nikolaus PhD"], ["body", "Qui est aperiam hic rem perferendis aspernatur."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:11:38 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.5ms | ActiveRecord: 0.1ms) Almanac::Comment Load (0.1ms) SELECT "almanac_comments".* FROM "almanac_comments" WHERE "almanac_comments"."spam" = 't' ORDER BY id ASC  (0.9ms) 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", 18], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["description", "Molestias est facere iusto ut ratione. Rerum tenetur totam natus odit earum magnam alias. Incidunt molestiae a cupiditate dolores. Molestias vel dolor."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Repellat aliquam quis quaerat."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00]]  (0.1ms) 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 17], ["blog_id", 1], ["body", "Et enim ut et impedit unde. Minima eos in esse aspernatur eos ut. Voluptatem eum et quae omnis. Perspiciatis sit officiis similique in. Quia incidunt est perspiciatis et. Sunt vel at. Corporis et quos quo earum."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["excerpt", "Vel non et consectetur sit accusamus."], ["published", true], ["slug", nil], ["title", "Quos alias omnis ratione et aut natus."], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.0ms) 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.0ms) 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.0ms) 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", 20], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["description", "Blanditiis laborum eos magnam soluta. Odio maxime ipsum similique et neque voluptatibus. Dolor natus veniam numquam nobis facere. Sit voluptates et unde itaque facilis consequatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sequi omnis sit dolore reprehenderit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 19], ["blog_id", 1], ["body", "Voluptas ducimus labore. Tenetur et repudiandae fugiat provident. Dolores blanditiis eum consectetur quam maxime quae est. Sit reprehenderit nostrum est molestiae et. Dolor vel quibusdam assumenda. Consequuntur dolores facilis."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["excerpt", "Nulla dolores et fugit blanditiis."], ["published", true], ["slug", nil], ["title", "Velit ipsa officiis."], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["written_at", Fri, 16 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", "christelle_oberbrunner@example.org"], ["author_name", "Carolanne Schamberger MD"], ["body", "Accusantium facilis non qui. Iusto sequi error voluptates."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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.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", 22], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["description", "Dolor libero alias enim nam commodi. Nisi est et dolores. Accusamus ut repellendus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Non nostrum necessitatibus illo quo et voluptatem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 21], ["blog_id", 1], ["body", "Voluptates qui et eum aut ea debitis possimus. Nesciunt consequatur omnis est quae. Consectetur voluptate ratione quibusdam minima. Libero officia quibusdam molestiae doloremque distinctio eligendi quas. Unde ipsum sit et nostrum commodi voluptates culpa."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["excerpt", "Est."], ["published", true], ["slug", nil], ["title", "Quo quas laboriosam dolor."], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["written_at", Fri, 16 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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.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", 24], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["description", "Est quia in fuga. Impedit animi quia aliquam. Commodi autem error aliquid eveniet illum nesciunt. Iusto dolore itaque et rerum qui. Quod consectetur est dolor consequatur et maxime nihil."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ut unde recusandae assumenda minus qui."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 23], ["blog_id", 1], ["body", "Reprehenderit dolor qui est voluptates vel tempore nisi. Sunt quis voluptas qui non impedit velit. Deserunt nam magnam voluptate ullam aperiam. Aspernatur aut similique magni. Eos saepe hic aut nihil est. Non voluptates perspiciatis corrupti voluptate modi reiciendis porro."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["excerpt", "Et aut aut aliquam iusto corrupti."], ["published", true], ["slug", nil], ["title", "Delectus maiores ratione."], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["written_at", Fri, 16 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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 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", 26], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["description", "Dolores quo facilis quia cupiditate qui quibusdam. Sunt maiores voluptatibus quis accusantium molestias provident. Molestias in animi. Atque ut unde velit aut enim nam nihil."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Accusamus placeat beatae."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 25], ["blog_id", 1], ["body", "Quo aliquid amet et sit non. Beatae cupiditate nobis nihil. Velit est et dicta commodi exercitationem. Commodi voluptatem dignissimos quia magni aut. Quia tenetur quae molestiae pariatur doloribus minima."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["excerpt", "Illum consequuntur delectus."], ["published", true], ["slug", nil], ["title", "Qui illum necessitatibus laudantium."], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.0ms) 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", "misael@example.com"], ["author_name", "Eda Renner"], ["body", "Debitis totam voluptatem repellendus. Incidunt molestiae a cupiditate dolores. Molestias vel dolor."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "christelle_oberbrunner@example.org"], ["author_name", "Carolanne Schamberger MD"], ["body", "Accusantium facilis non qui. Iusto sequi error voluptates."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "esperanza@example.net"], ["author_name", "Brennan Stehr I"], ["body", "Excepturi sed molestias dolor quidem sit dolores harum. Quaerat nisi recusandae."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "llewellyn@example.com"], ["author_name", "Britney Koch"], ["body", "Omnis labore dolorum sequi."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "greta_hills@example.com"], ["author_name", "Mark Cole"], ["body", "Molestias aliquam asperiores."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "angelina_sawayn@example.com"], ["author_name", "Leora Durgan"], ["body", "Sapiente laudantium ea minima."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "johnathan_volkman@example.org"], ["author_name", "Carson Schuster"], ["body", "Eum autem quis fugiat consequuntur voluptas suscipit illo. Repudiandae voluptatem possimus recusandae sed. Harum dolore aut ipsa magni ut."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "modesto@example.com"], ["author_name", "Priscilla Kreiger"], ["body", "Dolor voluptatem laboriosam iste perspiciatis. Voluptas ipsa perspiciatis reprehenderit reiciendis magni."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "wilber@example.com"], ["author_name", "Lexi Herman"], ["body", "Inventore sit voluptas explicabo exercitationem incidunt labore. Blanditiis fuga architecto aperiam facilis placeat dolor. In quia et cum accusamus est et."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "kenton@example.com"], ["author_name", "Blaze Cormier"], ["body", "Ea animi tempora tempore sit suscipit."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "felipe.hayes@example.net"], ["author_name", "Cathrine Dicki"], ["body", "Beatae aut tempora aut saepe amet modi."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "beth@example.net"], ["author_name", "Ms. Josie Cartwright"], ["body", "Amet delectus ut ullam in non tempora corporis."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "adrain@example.com"], ["author_name", "Austin Bergstrom"], ["body", "Odio sunt sed impedit. Laborum at enim voluptas commodi."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "tyree@example.org"], ["author_name", "Micaela Swaniawski"], ["body", "Deleniti omnis et omnis."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "alexane_funk@example.com"], ["author_name", "Consuelo King"], ["body", "Perspiciatis quis dolores aliquid. Deserunt dolorem eveniet earum ipsa."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:11:38 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 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", 28], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["description", "Consequatur iure placeat expedita neque veritatis. Enim praesentium facere quaerat. Molestias est facere iusto ut ratione. Rerum tenetur totam natus odit earum magnam alias. Incidunt molestiae a cupiditate dolores."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sunt vel."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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", 30], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["description", "Porro quia facere. Quia deserunt sunt rerum quae ut. Soluta in natus aut et. Quia autem sed."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sit dolor dolorem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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) 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.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", 34], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["description", "Est dolorem animi. Neque tempora aliquid. Aut et commodi enim itaque ipsa minima nobis. Sunt voluptate necessitatibus excepturi odio occaecati aut quasi. Sit placeat repellendus tempora voluptatem impedit rerum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Vitae ut laboriosam consequuntur culpa blanditiis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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", 36], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["description", "Fugiat perferendis quae ducimus praesentium modi necessitatibus. Sed id suscipit. Et eligendi impedit qui modi nihil."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quia nihil quibusdam amet id harum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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.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", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["description", "Sunt minima nulla et. Praesentium sed mollitia quis iusto voluptatem sunt. Et delectus laboriosam sunt dolorem. Ex aperiam voluptates ducimus exercitationem et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "A iste doloremque et aliquam reiciendis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00]]  (0.0ms) RELEASE 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.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", 39], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["description", "Aliquid eligendi voluptas officiis voluptatum nostrum atque. Et autem cum. Perspiciatis sunt consequatur aspernatur excepturi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Labore et adipisci sit qui consequuntur nihil."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 40], ["blog_id", 1], ["body", "Qui minus recusandae quis corrupti et. Expedita temporibus voluptatum laborum. Nulla consequatur veritatis rerum incidunt. Aut sed vitae. Iure architecto repellendus. Cumque voluptatem adipisci nulla. Quae est ea qui veritatis."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["excerpt", "Aut repudiandae vitae atque."], ["published", true], ["slug", nil], ["title", "Est quidem consequuntur veniam molestiae et neque ea."], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test15' LIMIT 1 SQL (0.0ms) 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" = 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 41], ["blog_id", 1], ["body", "Voluptatibus id eos sint animi. Non est sunt aut. Non iure aliquid sed. Odit sed deleniti. Voluptas impedit est et."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["excerpt", "Est vero."], ["published", true], ["slug", nil], ["title", "Est est dicta ullam molestias."], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test16' OR lower(name) = 'rspec16' OR lower(name) = 'ruby16' OR lower(name) = '#rails16') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test16' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test16"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec16' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec16"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby16' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby16"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails16' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails16"]] 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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  (0.8ms) 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", 43], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["description", "Magni molestiae et iusto. Et voluptas atque alias quo. Error sapiente ratione amet distinctio vel consequatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolores aut totam voluptatem magnam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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", 45], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["description", "Qui accusamus omnis beatae non. Dolor veniam et. Non nesciunt explicabo et repudiandae occaecati soluta et. Aut dolorem inventore doloremque sit possimus. Mollitia nesciunt nobis tempore repellendus molestiae."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ipsum a voluptas animi voluptatem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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", 47], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["description", "Animi totam maiores. Optio autem provident aut iste. Necessitatibus et consequuntur quia consequatur occaecati autem."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Voluptate quod quia adipisci consequatur eum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 46], ["blog_id", 1], ["body", "Maiores officia ut quas nesciunt consectetur itaque exercitationem. Ex rerum commodi eum nulla cum deleniti. Exercitationem quod sequi dolores omnis. Laborum nihil aliquid. Quo quam ea. Magni sed ipsa nobis aliquid sit explicabo."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["excerpt", "Sequi velit."], ["published", true], ["slug", nil], ["title", "Quod iusto itaque non quia."], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test19' OR lower(name) = 'rspec19' OR lower(name) = 'ruby19' OR lower(name) = '#rails19') 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" = 'test19' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test19"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec19' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec19"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby19' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby19"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails19' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails19"]] 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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  (0.8ms) 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", 49], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["description", "Tempore dolorem consequatur doloribus voluptates odio pariatur. Adipisci vel magnam non quo. Et minus hic unde nam. Nam reprehenderit ut dolor ut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quod impedit tenetur velit non."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) 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", 50], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["description", "Laudantium suscipit quas adipisci expedita reiciendis consequatur. Incidunt est modi. Molestiae autem non. Illum labore veniam quam sint cupiditate deserunt magnam. Commodi voluptatem dignissimos quia magni aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Qui illum necessitatibus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 51], ["blog_id", 1], ["body", "Dolores quo facilis quia cupiditate qui quibusdam. Sunt maiores voluptatibus quis accusantium molestias provident. Molestias in animi. Atque ut unde velit aut enim nam nihil. Natus sint est rem doloremque accusantium eum delectus. Ad qui earum fuga harum dolor temporibus dolore."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["excerpt", "Accusamus placeat."], ["published", true], ["slug", nil], ["title", "Quia tenetur quae molestiae pariatur doloribus minima."], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test21' LIMIT 1 SQL (0.0ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 52], ["blog_id", 1], ["body", "Tempore molestiae voluptas est incidunt consequatur quibusdam. Eum reprehenderit sunt eligendi et officiis perferendis molestiae. Animi voluptatem aut. Omnis possimus ut sunt nostrum quia. Odit ullam quam et sit. Cupiditate consequatur labore enim quidem et optio eaque."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["excerpt", "Totam autem rerum corrupti."], ["published", true], ["slug", nil], ["title", "Impedit architecto expedita."], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["written_at", Fri, 16 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.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test22' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test22"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 53], ["blog_id", 1], ["body", "Enim incidunt minima. Veniam eum dolor. Ratione natus odio eligendi perferendis voluptatem aut. Nisi cupiditate et ut unde veritatis quisquam eligendi. Officia autem consequatur est aspernatur velit quisquam totam."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["excerpt", "Qui sunt qui ut."], ["published", true], ["slug", nil], ["title", "Reprehenderit reiciendis et placeat quis ipsam."], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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.9ms) 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 54], ["blog_id", 1], ["body", "Illo nihil ut. Optio quas ipsa autem. Ipsum odio aut ut quis. In quibusdam qui delectus aliquam repudiandae dolor. Aliquid soluta ut doloribus. Ullam et adipisci. Laudantium praesentium aut magnam omnis sed."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["excerpt", "Rerum ex qui reiciendis eius."], ["published", false], ["slug", nil], ["title", "Sit dolorem at harum est ea sint amet."], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 55], ["blog_id", 1], ["body", "Nam qui dolores rerum ducimus corporis. Earum voluptas itaque assumenda nihil cupiditate eos asperiores. Quibusdam nihil optio repudiandae consequuntur veritatis in. Ipsam ad officia beatae laudantium voluptatem. Veniam numquam ut animi rerum ipsa. Laboriosam id ut qui sed labore odio."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["excerpt", "Consequuntur quod facilis eum iste."], ["published", false], ["slug", nil], ["title", "Ducimus nihil officia consequatur rem veniam aspernatur."], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 56], ["blog_id", 1], ["body", "Minima et consequuntur consequatur quasi dolorum pariatur harum. Incidunt ea autem hic et quod. Ut recusandae sit est eius harum. Accusamus aut et voluptatem. Nobis sapiente officia. Vero molestiae amet sed."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["excerpt", "Beatae quia accusantium nesciunt."], ["published", false], ["slug", nil], ["title", "Vel aspernatur ut velit."], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["written_at", Fri, 16 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" = '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.2ms) 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" = 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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'  (0.7ms) 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", 57], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["description", "Laudantium suscipit quas adipisci expedita reiciendis consequatur. Incidunt est modi. Molestiae autem non. Illum labore veniam quam sint cupiditate deserunt magnam. Commodi voluptatem dignissimos quia magni aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Impedit fugiat id nihil repellat mollitia non."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:38 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 58], ["blog_id", 1], ["body", "Dolores quo facilis quia cupiditate qui quibusdam. Sunt maiores voluptatibus quis accusantium molestias provident. Molestias in animi. Atque ut unde velit aut enim nam nihil. Natus sint est rem doloremque accusantium eum delectus. Ad qui earum fuga harum dolor temporibus dolore."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["excerpt", "Accusamus placeat."], ["published", true], ["slug", nil], ["title", "Quia tenetur quae molestiae pariatur doloribus minima."], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test27' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test27"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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" = 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 59], ["blog_id", 1], ["body", "Tempore molestiae voluptas est incidunt consequatur quibusdam. Eum reprehenderit sunt eligendi et officiis perferendis molestiae. Animi voluptatem aut. Omnis possimus ut sunt nostrum quia. Odit ullam quam et sit. Cupiditate consequatur labore enim quidem et optio eaque."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["excerpt", "Totam autem rerum corrupti."], ["published", true], ["slug", nil], ["title", "Impedit architecto expedita."], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["written_at", Fri, 16 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.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test28' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test28"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 60], ["blog_id", 1], ["body", "Enim incidunt minima. Veniam eum dolor. Ratione natus odio eligendi perferendis voluptatem aut. Nisi cupiditate et ut unde veritatis quisquam eligendi. Officia autem consequatur est aspernatur velit quisquam totam."], ["created_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["excerpt", "Qui sunt qui ut."], ["published", true], ["slug", nil], ["title", "Reprehenderit reiciendis et placeat quis ipsam."], ["updated_at", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 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", Fri, 16 Nov 2012 20:11:38 UTC +00:00], ["tag_id", 13], ["taggable_id", 3], ["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.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 61], ["blog_id", 1], ["body", "Illo nihil ut. Optio quas ipsa autem. Ipsum odio aut ut quis. In quibusdam qui delectus aliquam repudiandae dolor. Aliquid soluta ut doloribus. Ullam et adipisci. Laudantium praesentium aut magnam omnis sed."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Rerum ex qui reiciendis eius."], ["published", true], ["slug", nil], ["title", "Sit dolorem at harum est ea sint amet."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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.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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 62], ["blog_id", 1], ["body", "Nam qui dolores rerum ducimus corporis. Earum voluptas itaque assumenda nihil cupiditate eos asperiores. Quibusdam nihil optio repudiandae consequuntur veritatis in. Ipsam ad officia beatae laudantium voluptatem. Veniam numquam ut animi rerum ipsa. Laboriosam id ut qui sed labore odio."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Consequuntur quod facilis eum iste."], ["published", false], ["slug", nil], ["title", "Ducimus nihil officia consequatur rem veniam aspernatur."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 63], ["blog_id", 1], ["body", "Minima et consequuntur consequatur quasi dolorum pariatur harum. Incidunt ea autem hic et quod. Ut recusandae sit est eius harum. Accusamus aut et voluptatem. Nobis sapiente officia. Vero molestiae amet sed."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Beatae quia accusantium nesciunt."], ["published", false], ["slug", nil], ["title", "Vel aspernatur ut velit."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.1ms) 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" = 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.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 64], ["blog_id", 1], ["body", "Velit magnam porro suscipit nihil et amet. Earum architecto veniam rem atque. Iure sit qui fugiat nihil quasi. Ut molestiae fugit tenetur sed laudantium sunt. Autem a odit officia atque facilis similique enim. Asperiores enim beatae ipsa ut qui et."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Ad autem est voluptas."], ["published", false], ["slug", nil], ["title", "Deserunt eum iure soluta est dolorem."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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'  (58.0ms) 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", 65], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["description", "Laudantium suscipit quas adipisci expedita reiciendis consequatur. Incidunt est modi. Molestiae autem non. Illum labore veniam quam sint cupiditate deserunt magnam. Commodi voluptatem dignissimos quia magni aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Impedit fugiat id nihil repellat mollitia non."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:39 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 66], ["blog_id", 1], ["body", "Dolores quo facilis quia cupiditate qui quibusdam. Sunt maiores voluptatibus quis accusantium molestias provident. Molestias in animi. Atque ut unde velit aut enim nam nihil. Natus sint est rem doloremque accusantium eum delectus. Ad qui earum fuga harum dolor temporibus dolore."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Accusamus placeat."], ["published", true], ["slug", nil], ["title", "Quia tenetur quae molestiae pariatur doloribus minima."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 67], ["blog_id", 1], ["body", "Tempore molestiae voluptas est incidunt consequatur quibusdam. Eum reprehenderit sunt eligendi et officiis perferendis molestiae. Animi voluptatem aut. Omnis possimus ut sunt nostrum quia. Odit ullam quam et sit. Cupiditate consequatur labore enim quidem et optio eaque."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Totam autem rerum corrupti."], ["published", true], ["slug", nil], ["title", "Impedit architecto expedita."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test35"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 68], ["blog_id", 1], ["body", "Enim incidunt minima. Veniam eum dolor. Ratione natus odio eligendi perferendis voluptatem aut. Nisi cupiditate et ut unde veritatis quisquam eligendi. Officia autem consequatur est aspernatur velit quisquam totam."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Qui sunt qui ut."], ["published", true], ["slug", nil], ["title", "Reprehenderit reiciendis et placeat quis ipsam."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 69], ["blog_id", 1], ["body", "Illo nihil ut. Optio quas ipsa autem. Ipsum odio aut ut quis. In quibusdam qui delectus aliquam repudiandae dolor. Aliquid soluta ut doloribus. Ullam et adipisci. Laudantium praesentium aut magnam omnis sed."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Rerum ex qui reiciendis eius."], ["published", true], ["slug", nil], ["title", "Sit dolorem at harum est ea sint amet."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 70], ["blog_id", 1], ["body", "Nam qui dolores rerum ducimus corporis. Earum voluptas itaque assumenda nihil cupiditate eos asperiores. Quibusdam nihil optio repudiandae consequuntur veritatis in. Ipsam ad officia beatae laudantium voluptatem. Veniam numquam ut animi rerum ipsa. Laboriosam id ut qui sed labore odio."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Consequuntur quod facilis eum iste."], ["published", true], ["slug", nil], ["title", "Ducimus nihil officia consequatur rem veniam aspernatur."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 71], ["blog_id", 1], ["body", "Minima et consequuntur consequatur quasi dolorum pariatur harum. Incidunt ea autem hic et quod. Ut recusandae sit est eius harum. Accusamus aut et voluptatem. Nobis sapiente officia. Vero molestiae amet sed."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Beatae quia accusantium nesciunt."], ["published", true], ["slug", nil], ["title", "Vel aspernatur ut velit."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 72], ["blog_id", 1], ["body", "Velit magnam porro suscipit nihil et amet. Earum architecto veniam rem atque. Iure sit qui fugiat nihil quasi. Ut molestiae fugit tenetur sed laudantium sunt. Autem a odit officia atque facilis similique enim. Asperiores enim beatae ipsa ut qui et."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Ad autem est voluptas."], ["published", true], ["slug", nil], ["title", "Deserunt eum iure soluta est dolorem."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 73], ["blog_id", 1], ["body", "Dolorem iste eaque. Molestiae ratione porro. Nostrum vero repudiandae doloremque. Excepturi est veritatis sit aliquid est. Placeat omnis et ipsam veritatis."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Culpa et deleniti nam commodi ut."], ["published", true], ["slug", nil], ["title", "Illo corporis quae ex facilis beatae."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 74], ["blog_id", 1], ["body", "Qui dolore assumenda. Quo non eum tempore excepturi est. Mollitia quo repellat porro suscipit id quam consequatur. Voluptatum aut autem qui est distinctio. Consequuntur non magni odit aut ad."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Illo odio voluptatem officia ullam."], ["published", true], ["slug", nil], ["title", "Delectus iure ab."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 75], ["blog_id", 1], ["body", "Assumenda aut non. Minima aut iste neque molestias fuga eos. Consequatur accusantium minus quasi quisquam necessitatibus voluptas nihil. Ipsa ut aperiam odit est qui aut. Eaque porro nihil velit officiis sed voluptatem."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Quas consequatur excepturi voluptatum."], ["published", true], ["slug", nil], ["title", "Rerum dolores magnam."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 76], ["blog_id", 1], ["body", "Recusandae voluptatem temporibus itaque. Praesentium asperiores eos ad reprehenderit modi. Dignissimos occaecati laborum illum dolor. Perspiciatis velit quas qui distinctio debitis. Quia corrupti et quaerat dignissimos. Similique sit at illo voluptates in. Omnis saepe consequatur qui neque voluptatum."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Voluptate."], ["published", false], ["slug", nil], ["title", "Quod consequatur similique laudantium accusamus."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 77], ["blog_id", 1], ["body", "Quia quisquam velit aspernatur porro. Porro ipsa voluptatem quasi et. Veritatis earum ut laudantium sed provident ad perferendis. Iusto tempore praesentium accusamus esse sunt id quia. Ut quam cupiditate accusantium magni saepe."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Autem velit et ipsum numquam natus."], ["published", false], ["slug", nil], ["title", "Quia tempore earum."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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_54686e7 ON posts_taggings_54686e7.taggable_id = almanac_posts.id AND posts_taggings_54686e7.taggable_type = 'Almanac::Post' AND posts_taggings_54686e7.tag_id = 1 WHERE "almanac_posts"."published" = 't'  (34.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.2ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.7ms) 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", 78], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["description", "Magni ut in. Autem aperiam architecto. A sed aspernatur nihil culpa. Autem consectetur et. Omnis laudantium libero."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Laudantium laboriosam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:39 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.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 79], ["blog_id", 1], ["body", "Quia tempora deleniti perferendis blanditiis id. Ad exercitationem qui alias est doloribus. Perferendis a esse eius aliquid voluptas. Qui suscipit sit et. Asperiores velit quibusdam aut tempora nisi neque dolor. Illum corrupti rerum. Dolore nemo deleniti."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Voluptas vitae iste ut."], ["published", true], ["slug", nil], ["title", "Sit ut eaque neque delectus quos voluptas molestiae."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 80], ["blog_id", 1], ["body", "Maxime quia doloremque consequuntur sit officiis optio. Vel harum sit. Eum et cum. Consequuntur et atque tempore illum perspiciatis dolorum. Consequatur rerum quia voluptatem."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Placeat necessitatibus et architecto eligendi maxime."], ["published", true], ["slug", nil], ["title", "Ut magnam dignissimos."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 81], ["blog_id", 1], ["body", "Maxime doloribus quia sunt. Ea hic sit voluptas quas id facere voluptatem. Consequatur distinctio dicta. Dicta qui non soluta qui. Harum quasi perspiciatis consequuntur odio excepturi. Ut vero praesentium rerum hic neque."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Voluptatum ipsam."], ["published", true], ["slug", nil], ["title", "Laborum et neque beatae et voluptates vero."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 82], ["blog_id", 1], ["body", "Aperiam quibusdam eum officiis deleniti debitis aut exercitationem. At sed omnis exercitationem dolores. Ipsum rerum nesciunt aut corrupti et consequatur iusto. Quo qui voluptatum et. Quasi debitis ipsam earum. Repellat exercitationem ipsum voluptas dolorum sint."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Ut excepturi laborum."], ["published", true], ["slug", nil], ["title", "Vitae architecto adipisci iusto consequatur."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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 (0.0ms) 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 83], ["blog_id", 1], ["body", "Ut culpa exercitationem. Sunt quis qui. Sint possimus nisi est. Quo porro consequatur facilis. Voluptatem commodi doloribus voluptate facilis."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Id ratione vel delectus sunt rerum."], ["published", true], ["slug", nil], ["title", "Molestiae debitis voluptatem."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 84], ["blog_id", 1], ["body", "Quidem nesciunt quibusdam ducimus. Est expedita laborum quam animi omnis. Magni impedit quibusdam. Architecto iusto omnis ratione autem. Atque officia voluptas dolores minus ut. Impedit consequatur ut."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Omnis quas molestiae."], ["published", true], ["slug", nil], ["title", "Recusandae eius quia veritatis."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 85], ["blog_id", 1], ["body", "Reprehenderit odit voluptatem ab. Accusamus ut provident voluptatibus aut doloremque. Omnis rerum ullam quis fuga eligendi quia. Quae perspiciatis quam quas dignissimos. Voluptas harum facere reiciendis ut. In quibusdam amet possimus quae qui."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Harum dignissimos sed."], ["published", true], ["slug", nil], ["title", "Qui et sapiente."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 86], ["blog_id", 1], ["body", "Rerum sequi qui eveniet suscipit. Eos ipsam dolor facere. Quia provident nihil ut. Atque dolores laudantium distinctio quidem. Est expedita cumque voluptates nesciunt voluptas. Et voluptas molestiae. Est architecto sint placeat et ipsam fugiat neque."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Veritatis qui tenetur libero qui consequatur."], ["published", true], ["slug", nil], ["title", "Nobis quibusdam occaecati."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 87], ["blog_id", 1], ["body", "Id illo a. Tenetur distinctio cupiditate blanditiis voluptate sed. Nam dolor sit. Magnam repellat neque voluptatum. Ab molestiae voluptatum illum beatae. Rerum illo aspernatur amet dolor. Facere laudantium ipsum."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Sunt consequuntur voluptatem id."], ["published", true], ["slug", nil], ["title", "Nostrum quae distinctio aliquid harum non commodi."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 88], ["blog_id", 1], ["body", "Odio expedita pariatur dicta aliquid eum alias. Quas accusantium voluptatem vel officia nam facilis ipsa. Qui rerum itaque enim labore quo. Est voluptate impedit ipsam eligendi doloremque. Culpa ipsa eius et. Deleniti qui autem fuga earum saepe. Rem similique enim."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Et ea."], ["published", true], ["slug", nil], ["title", "Voluptate rerum nulla deleniti ratione harum facilis eum."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test55' LIMIT 1 SQL (0.1ms) 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 89], ["blog_id", 1], ["body", "Quis dolorem vitae quos qui ut perspiciatis molestiae. Et quaerat officiis. Fugit sed exercitationem consequatur voluptatem ducimus. Numquam in sed quae quia maiores sequi hic. Incidunt sed eaque veniam magni aut."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Dolorem vel harum nihil eius."], ["published", true], ["slug", nil], ["title", "Cumque eum fugit."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 90], ["blog_id", 1], ["body", "Et et necessitatibus consequatur. Velit quia et iste consequatur nesciunt. Dolor ut rem vero omnis et. Perferendis eligendi sequi unde. Consequatur error optio dolor recusandae minima fugiat."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Ab vel qui aut sit."], ["published", true], ["slug", nil], ["title", "Suscipit adipisci provident quos architecto eveniet dignissimos animi."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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_13db7a1 ON posts_taggings_13db7a1.taggable_id = almanac_posts.id AND posts_taggings_13db7a1.taggable_type = 'Almanac::Post' AND posts_taggings_13db7a1.tag_id = 1 WHERE "almanac_posts"."published" = 't'  (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" = 'julia@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", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "julia@example.org"], ["encrypted_password", "$2a$04$OSRobAawwS1.vw4nuLgM9Ox/cNJdgkyXDdHxIDwdaN4ru6KZwLSbK"], ["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", Fri, 16 Nov 2012 20:11:39 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", 92], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["description", "Dolorem voluptatem totam occaecati voluptatem qui. Sint quibusdam nulla in veniam qui. Repellendus dicta blanditiis omnis doloribus cupiditate ea. Et vel minus sunt perspiciatis. Similique non pariatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Facilis voluptas repellendus dolorem ut."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:39 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 91], ["blog_id", 1], ["body", "Voluptatum est in ad. Maxime laboriosam enim et tenetur. Expedita vitae totam ut quibusdam. Dolor officia dolores qui non. Qui impedit ut iste."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Alias illo exercitationem fuga."], ["published", true], ["slug", nil], ["title", "Et eum temporibus corrupti."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test56' LIMIT 1 SQL (0.0ms) 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.0ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "je@example.com"], ["author_name", "Cathy Turner"], ["body", "Dolore impedit quia. Odio quod sunt reiciendis dolorem molestiae suscipit enim."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:39 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 7ms (ActiveRecord: 0.5ms)  (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" = 'columbus_hayes@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", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "columbus_hayes@example.org"], ["encrypted_password", "$2a$04$iuvrSPsl1vj.c9HPojSEEOAMqszmL16l/DxaqaQJlUOf81UGZXa6e"], ["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", Fri, 16 Nov 2012 20:11:39 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", 94], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["description", "Vero quod amet. Non aut consequatur laboriosam et quia. Odit deleniti a."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eius quod dolorem maiores minus ut accusamus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:39 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 93], ["blog_id", 1], ["body", "Consequatur consequuntur est eos ut sit iusto accusamus. Aut nemo quo nihil repudiandae sit ut. Iure atque cupiditate quidem blanditiis est magni. Officia quod et vero. Nihil mollitia cumque iusto et accusantium quisquam."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Et."], ["published", true], ["slug", nil], ["title", "Saepe eligendi fugiat voluptatibus."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test57' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test57"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "evalyn@example.net"], ["author_name", "Brannon Stark"], ["body", "Cumque deserunt qui et."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) 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.0ms) 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.0ms) 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 6ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_comments"   (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" = 'julia@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", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "julia@example.org"], ["encrypted_password", "$2a$04$Et4UoDjhX9euULpJapmJe.pw5i8knlpCG0pt89BFkOFtpdYLlP6O2"], ["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", Fri, 16 Nov 2012 20:11:39 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", 96], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["description", "Dolorem voluptatem totam occaecati voluptatem qui. Sint quibusdam nulla in veniam qui. Repellendus dicta blanditiis omnis doloribus cupiditate ea. Et vel minus sunt perspiciatis. Similique non pariatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Facilis voluptas repellendus dolorem ut."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:39 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 95], ["blog_id", 1], ["body", "Voluptatum est in ad. Maxime laboriosam enim et tenetur. Expedita vitae totam ut quibusdam. Dolor officia dolores qui non. Qui impedit ut iste."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Alias illo exercitationem fuga."], ["published", true], ["slug", nil], ["title", "Et eum temporibus corrupti."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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"=>"Cathy Turner", "author_email"=>"je@example.com", "body"=>"Dolore impedit quia. Odio quod sunt reiciendis dolorem molestiae suscipit enim."}, "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", "je@example.com"], ["author_name", "Cathy Turner"], ["body", "Dolore impedit quia. Odio quod sunt reiciendis dolorem molestiae suscipit enim."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/1 Completed 302 Found in 8ms (ActiveRecord: 0.5ms)  (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" = 'columbus_hayes@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", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "columbus_hayes@example.org"], ["encrypted_password", "$2a$04$64Nf3ME2hBOVXue0LDZQlugDWTLufvk3FFmdJ5ABR9V32NT7P0hZO"], ["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", Fri, 16 Nov 2012 20:11:39 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", 98], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["description", "Vero quod amet. Non aut consequatur laboriosam et quia. Odit deleniti a."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eius quod dolorem maiores minus ut accusamus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:39 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 97], ["blog_id", 1], ["body", "Consequatur consequuntur est eos ut sit iusto accusamus. Aut nemo quo nihil repudiandae sit ut. Iure atque cupiditate quidem blanditiis est magni. Officia quod et vero. Nihil mollitia cumque iusto et accusantium quisquam."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Et."], ["published", true], ["slug", nil], ["title", "Saepe eligendi fugiat voluptatibus."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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.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" = 'test59' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test59"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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_comments"  Processing by Almanac::CommentsController#create as HTML Parameters: {"comment"=>{"author_name"=>"Brannon Stark", "author_email"=>"evalyn@example.net", "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 8ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_comments"  (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" = 'julia@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", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "julia@example.org"], ["encrypted_password", "$2a$04$QqinjLNb3FM8TJRFWIUyX..qns4RE.5j4M0ioA/SHV8rfD71OvsaK"], ["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", Fri, 16 Nov 2012 20:11:39 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", 100], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["description", "Dolorem voluptatem totam occaecati voluptatem qui. Sint quibusdam nulla in veniam qui. Repellendus dicta blanditiis omnis doloribus cupiditate ea. Et vel minus sunt perspiciatis. Similique non pariatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Facilis voluptas repellendus dolorem ut."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:39 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 99], ["blog_id", 1], ["body", "Voluptatum est in ad. Maxime laboriosam enim et tenetur. Expedita vitae totam ut quibusdam. Dolor officia dolores qui non. Qui impedit ut iste."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Alias illo exercitationem fuga."], ["published", true], ["slug", nil], ["title", "Et eum temporibus corrupti."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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.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" = 'test60' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test60"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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", Fri, 16 Nov 2012 20:11:39 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"=>"Cathy Turner", "author_email"=>"je@example.com", "body"=>"Dolore impedit quia. Odio quod sunt reiciendis dolorem molestiae suscipit enim."}, "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", "je@example.com"], ["author_name", "Cathy Turner"], ["body", "Dolore impedit quia. Odio quod sunt reiciendis dolorem molestiae suscipit enim."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/1 Completed 302 Found in 6ms (ActiveRecord: 0.4ms)  (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" = 'columbus_hayes@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", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "columbus_hayes@example.org"], ["encrypted_password", "$2a$04$LSwj0/abh5UN94hhcEPKceLH4uFfQnLSlar/1Fs4b/Fj.CakaL2Jq"], ["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", Fri, 16 Nov 2012 20:11:39 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", 102], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["description", "Vero quod amet. Non aut consequatur laboriosam et quia. Odit deleniti a."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eius quod dolorem maiores minus ut accusamus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00]]  (0.1ms) 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 101], ["blog_id", 1], ["body", "Consequatur consequuntur est eos ut sit iusto accusamus. Aut nemo quo nihil repudiandae sit ut. Iure atque cupiditate quidem blanditiis est magni. Officia quod et vero. Nihil mollitia cumque iusto et accusantium quisquam."], ["created_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["excerpt", "Et."], ["published", true], ["slug", nil], ["title", "Saepe eligendi fugiat voluptatibus."], ["updated_at", Fri, 16 Nov 2012 20:11:39 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test61' LIMIT 1 SQL (0.0ms) 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" = 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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"=>"Brannon Stark", "author_email"=>"evalyn@example.net", "body"=>"Cumque deserunt qui et."}, "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.1ms) 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", "evalyn@example.net"], ["author_name", "Brannon Stark"], ["body", "Cumque deserunt qui et."], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/1 Completed 302 Found in 52ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_comments"  (0.6ms) 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" = 'julia@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", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "julia@example.org"], ["encrypted_password", "$2a$04$2MTg9vcOMhIDJrz1XXrbFeuvRaCIyfnskFo7dm5K2toBBcEik.lcy"], ["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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["description", "Alias autem delectus exercitationem et. Eos et et cum. Dolores et ut et voluptas. Quia et facere eveniet iusto recusandae enim explicabo. Voluptatum voluptate eum reiciendis quis voluptatibus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et eum temporibus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "excerpt"=>"Autem.", "body"=>"Sit vitae corporis quam. Ullam iure rem. Ipsum corrupti ratione facere nisi et maiores architecto. Sint a voluptatibus at totam debitis qui. Repudiandae ullam voluptatem id.", "published"=>true, "tag_list"=>"common,test62,rspec62,ruby62,#rails62", "author_id"=>"104", "written_at"=>"2012-11-16", "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 29ms (Views: 19.8ms | ActiveRecord: 0.4ms)  (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" = 'gerry_borer@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", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "gerry_borer@example.com"], ["encrypted_password", "$2a$04$X9555a0KWUPyG.AOCBtwce9NVwShMwkO2RTtQV8SzsE4j6nTaYb0G"], ["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", Fri, 16 Nov 2012 20:11:40 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", 105], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["description", "Velit dolorem autem et qui delectus amet aut. Eaque rerum molestias eius molestiae ullam consectetur. Voluptatem ut aut ipsa quis officia iure."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sit quam et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:40 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"=>"Ut repellat quia est quis vel.", "body"=>"Aliquid non sed voluptatum libero. Architecto facere dicta. Eum aut placeat tenetur dignissimos. Aut dolores quis cupiditate. Sunt nulla omnis. Blanditiis sit tenetur.", "published"=>true, "tag_list"=>"common,test63,rspec63,ruby63,#rails63", "author_id"=>"106", "written_at"=>"2012-11-16", "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 11ms (Views: 1.4ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"  (0.5ms) 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" = 'julia@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", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "julia@example.org"], ["encrypted_password", "$2a$04$Le3duZGlNmF/OQ2mwb2tgOf0SfkaRPupj.TfuXBHbFwqGHPjqYshO"], ["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", Fri, 16 Nov 2012 20:11:40 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", 107], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["description", "Alias autem delectus exercitationem et. Eos et et cum. Dolores et ut et voluptas. Quia et facere eveniet iusto recusandae enim explicabo. Voluptatum voluptate eum reiciendis quis voluptatibus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et eum temporibus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Autem dolore voluptate.", "excerpt"=>"Nulla dolorum qui perspiciatis.", "body"=>"Ullam iure rem. Ipsum corrupti ratione facere nisi et maiores architecto. Sint a voluptatibus at totam debitis qui. Repudiandae ullam voluptatem id. Autem eveniet aliquid voluptates alias porro quo.", "published"=>true, "tag_list"=>"common,test64,rspec64,ruby64,#rails64", "author_id"=>"108", "written_at"=>"2012-11-16", "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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["blog_id", 1], ["body", "Ullam iure rem. Ipsum corrupti ratione facere nisi et maiores architecto. Sint a voluptatibus at totam debitis qui. Repudiandae ullam voluptatem id. Autem eveniet aliquid voluptates alias porro quo."], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["excerpt", "Nulla dolorum qui perspiciatis."], ["published", true], ["slug", nil], ["title", "Autem dolore voluptate."], ["updated_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["written_at", Fri, 16 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.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" = 'test64' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test64"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.1ms) 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.2ms) 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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 33ms (ActiveRecord: 3.1ms)  (0.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" = 'summer@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", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "summer@example.com"], ["encrypted_password", "$2a$04$cBdo5mDuzHKXgRKXOCd5d.5NJNjKYbzbW8MGoDKylOQ.kKtvYSqYm"], ["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", Fri, 16 Nov 2012 20:11:40 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", 109], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["description", "Voluptatem excepturi rerum. Esse et aut. Cupiditate qui fugiat quisquam repellat quasi facilis cumque. Omnis totam unde quibusdam doloremque aperiam quia quo. Dolore dolores quis enim voluptatem aut nisi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolorum et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:40 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"=>"Qui qui labore quas aut dolore ut eum.", "excerpt"=>"Commodi ducimus.", "body"=>"Deserunt dicta at unde. Magni dolorem ipsum quia non optio est voluptas. Et ea delectus iste commodi autem minus. Nemo illo minus rerum. Eaque odit nemo dicta inventore totam pariatur.", "published"=>true, "tag_list"=>"common,test65,rspec65,ruby65,#rails65", "author_id"=>"110", "written_at"=>"2012-11-16", "blog_id"=>"1"}} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["blog_id", 1], ["body", "Deserunt dicta at unde. Magni dolorem ipsum quia non optio est voluptas. Et ea delectus iste commodi autem minus. Nemo illo minus rerum. Eaque odit nemo dicta inventore totam pariatur."], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["excerpt", "Commodi ducimus."], ["published", true], ["slug", nil], ["title", "Qui qui labore quas aut dolore ut eum."], ["updated_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test65' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test65"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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 31ms (ActiveRecord: 2.9ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"  (0.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" = 'ed@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", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ed@example.org"], ["encrypted_password", "$2a$04$bkb9LlLy2bJgHRYbcCJ8zexekgd9S4JtUkuZy8kzSzhlyCcMAn3ye"], ["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", Fri, 16 Nov 2012 20:11:40 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", 111], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["description", "Alias autem delectus exercitationem et. Eos et et cum. Dolores et ut et voluptas. Quia et facere eveniet iusto recusandae enim explicabo. Voluptatum voluptate eum reiciendis quis voluptatibus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quia deleniti."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:40 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 112], ["blog_id", 1], ["body", "Ullam iure rem. Ipsum corrupti ratione facere nisi et maiores architecto. Sint a voluptatibus at totam debitis qui. Repudiandae ullam voluptatem id. Autem eveniet aliquid voluptates alias porro quo."], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["excerpt", "Nulla dolorum qui perspiciatis."], ["published", false], ["slug", nil], ["title", "Autem dolore voluptate."], ["updated_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["written_at", Fri, 16 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.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" = '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" = 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 113], ["blog_id", 1], ["body", "Minus id quia magnam quas. Sit libero corporis dolorem quasi tenetur quod explicabo. Voluptatem vel sapiente ut nihil incidunt non. Occaecati dolore qui soluta est ipsum culpa. Quaerat consequuntur est tenetur aut numquam libero. Soluta rerum et perspiciatis officia quidem laborum sit. Quae aut reprehenderit et occaecati odio."], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["excerpt", "Eum."], ["published", false], ["slug", nil], ["title", "Voluptatem consectetur sit."], ["updated_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 114], ["blog_id", 1], ["body", "Repudiandae sed et ut repellat. Officia accusamus recusandae modi eveniet qui. Quis sit qui aperiam. Ipsum ea ea. Occaecati et aut iusto voluptatibus deserunt quis."], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["excerpt", "Explicabo iste quaerat eveniet."], ["published", false], ["slug", nil], ["title", "Perferendis nulla voluptas sint."], ["updated_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["written_at", Fri, 16 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" = 'test68' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test68"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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" = 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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.3ms | 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.6ms) 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" = 'janick.rolfson@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", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "janick.rolfson@example.net"], ["encrypted_password", "$2a$04$5E8FcQiyIuR6SDQlGC9MyOCgLHQCpTC5nKjVccWMnLsbil34xBT4G"], ["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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["description", "Molestiae expedita earum enim nulla qui. Ea quia sint. Sunt assumenda quis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Illum quaerat nulla omnis quia molestiae sit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:40 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 116], ["blog_id", 1], ["body", "Et sint pariatur dolores et tempore sit aliquid. Harum eum voluptas est. Quo a exercitationem omnis. Eaque eum repudiandae repellendus odio. Qui libero tempore eaque officiis incidunt cupiditate qui. Sequi repudiandae corporis quia."], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["excerpt", "Recusandae at temporibus ab magnam tenetur."], ["published", true], ["slug", nil], ["title", "Velit ipsum aut molestiae placeat."], ["updated_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test69' OR lower(name) = 'rspec69' OR lower(name) = 'ruby69' OR lower(name) = '#rails69') 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" = 'test69' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test69"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec69' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec69"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby69' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby69"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails69' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails69"]] 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 117], ["blog_id", 1], ["body", "Ea sunt voluptatibus accusantium id exercitationem voluptas. Quod voluptatum aliquam vitae provident. A laboriosam ut vitae voluptatem. Labore rerum quae. Cupiditate explicabo placeat repellendus."], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["excerpt", "Vitae nisi dicta dolorem soluta ea."], ["published", true], ["slug", nil], ["title", "Voluptates aliquid a explicabo."], ["updated_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["written_at", Fri, 16 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" = 'test70' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test70"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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" = 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["tag_id", 9], ["taggable_id", 2], ["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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 118], ["blog_id", 1], ["body", "Sunt mollitia et quod animi iure odit. Tenetur eos quod quisquam tempora. Deserunt delectus nihil quis tempora repellat. Facilis odio reprehenderit quam molestiae quia suscipit eveniet. Ad unde dignissimos exercitationem. Magni sapiente non voluptatibus autem beatae."], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["excerpt", "Sit."], ["published", true], ["slug", nil], ["title", "Illum impedit minima."], ["updated_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test71' OR lower(name) = 'rspec71' OR lower(name) = 'ruby71' OR lower(name) = '#rails71') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test71' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test71"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec71' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec71"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby71' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby71"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails71' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails71"]] 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 119], ["blog_id", 1], ["body", "Nihil similique sint quo commodi culpa sit. Et suscipit architecto. Non atque et dolor sit aspernatur ea. Totam nihil asperiores cupiditate. Quidem laboriosam labore."], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["excerpt", "Voluptates omnis dolor voluptas."], ["published", true], ["slug", nil], ["title", "Doloribus sint et amet."], ["updated_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 120], ["blog_id", 1], ["body", "Laborum eos quam. Sapiente et debitis alias. Et et aut in libero temporibus officia. Nulla sit omnis et est minus. Minus libero cupiditate expedita doloremque in."], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["excerpt", "Aut enim possimus doloribus."], ["published", true], ["slug", nil], ["title", "Eum id hic dolor iure quis."], ["updated_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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.4ms | 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.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" = 'mollie@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", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "mollie@example.net"], ["encrypted_password", "$2a$04$gQaK8P6Ia5ywQPIwchNfOOeEhEDrEaaCk8NN9fwVp3VfVb0fjYrKq"], ["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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["description", "Dolor cupiditate nobis. Animi provident qui enim ut porro quaerat. Laborum labore nihil consequatur rerum maxime. Ex laborum suscipit voluptas qui esse qui. Nobis quibusdam sed voluptas voluptas ut deleniti animi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sunt nulla nisi repudiandae."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:40 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.5ms | ActiveRecord: 0.1ms)  (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" = 'julia@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", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "julia@example.org"], ["encrypted_password", "$2a$04$2v1GU/2zeA36cSwLzcKeluLjrl5A5SCwaCBUAkaglY3uRMwNIGw4C"], ["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", Fri, 16 Nov 2012 20:11:40 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", 122], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["description", "Alias autem delectus exercitationem et. Eos et et cum. Dolores et ut et voluptas. Quia et facere eveniet iusto recusandae enim explicabo. Voluptatum voluptate eum reiciendis quis voluptatibus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et eum temporibus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:40 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 123], ["blog_id", 1], ["body", "Ullam iure rem. Ipsum corrupti ratione facere nisi et maiores architecto. Sint a voluptatibus at totam debitis qui. Repudiandae ullam voluptatem id. Autem eveniet aliquid voluptates alias porro quo."], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["excerpt", "Nulla dolorum qui perspiciatis."], ["published", true], ["slug", nil], ["title", "Autem dolore voluptate."], ["updated_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["written_at", Fri, 16 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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"=>"Voluptatem.", "body"=>"Esse at porro. Quidem beatae quis. Explicabo sit maxime adipisci ipsa corrupti voluptatem nam. Quisquam qui provident unde. Veritatis officia sunt porro temporibus.", "published"=>true, "tag_list"=>"common,test75,rspec75,ruby75,#rails75", "author_id"=>"124", "written_at"=>"2012-11-16"}} 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 30ms (Views: 20.5ms | ActiveRecord: 0.5ms)  (0.8ms) 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" = 'ramona@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", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ramona@example.com"], ["encrypted_password", "$2a$04$gY3MBKUyzHbhKasf17hLYu.LO77BPhlYWgFHNHtV/6k5olxr2VxG."], ["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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["description", "Animi repudiandae adipisci labore eum eveniet nihil magnam. Non veniam atque. Tenetur architecto rerum iste. Id consequatur ab quaerat adipisci."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Qui qui labore quas aut dolore ut."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:40 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 126], ["blog_id", 1], ["body", "Debitis voluptates et quos facilis omnis suscipit. Eius corrupti quae itaque atque nisi temporibus distinctio. Ipsam delectus perferendis labore repellendus et facilis sapiente. Nemo odio nihil sit dolores quos illo nihil. Excepturi nihil nemo blanditiis officia ut veritatis adipisci. Voluptatum dolorem quasi fugit distinctio quas facere."], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["excerpt", "Eaque odit nemo dicta inventore."], ["published", true], ["slug", nil], ["title", "Saepe voluptas doloribus consequatur soluta expedita."], ["updated_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test76' OR lower(name) = 'rspec76' OR lower(name) = 'ruby76' OR lower(name) = '#rails76') 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" = 'test76' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test76"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec76' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec76"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby76' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby76"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails76' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails76"]] 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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"=>"Dolor ipsum ex.", "body"=>"Repudiandae deleniti sit numquam. Accusantium adipisci provident voluptatem. Quaerat tempore aperiam omnis. Omnis molestiae sequi. Voluptatem in qui et tempore officiis. Dolor libero alias enim nam commodi. Nisi est et dolores.", "published"=>true, "tag_list"=>"common,test77,rspec77,ruby77,#rails77", "author_id"=>"127", "written_at"=>"2012-11-16"}} 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.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" = 'julia@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", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "julia@example.org"], ["encrypted_password", "$2a$04$Sd9yPAlx8yY6IAWnBMqY/e5mrFIoaOLMuqnfQ04LmkG.YZhCIkIh2"], ["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", Fri, 16 Nov 2012 20:11:40 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", 128], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["description", "Alias autem delectus exercitationem et. Eos et et cum. Dolores et ut et voluptas. Quia et facere eveniet iusto recusandae enim explicabo. Voluptatum voluptate eum reiciendis quis voluptatibus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et eum temporibus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:40 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 129], ["blog_id", 1], ["body", "Ullam iure rem. Ipsum corrupti ratione facere nisi et maiores architecto. Sint a voluptatibus at totam debitis qui. Repudiandae ullam voluptatem id. Autem eveniet aliquid voluptates alias porro quo."], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["excerpt", "Nulla dolorum qui perspiciatis."], ["published", true], ["slug", nil], ["title", "Autem dolore voluptate."], ["updated_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["written_at", Fri, 16 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.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" = 'test78' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test78"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.1ms) 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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"=>"Voluptatem consectetur sit.", "excerpt"=>"Eum.", "body"=>"Minus id quia magnam quas. Sit libero corporis dolorem quasi tenetur quod explicabo. Voluptatem vel sapiente ut nihil incidunt non. Occaecati dolore qui soluta est ipsum culpa. Quaerat consequuntur est tenetur aut numquam libero. Soluta rerum et perspiciatis officia quidem laborum sit. Quae aut reprehenderit et occaecati odio.", "published"=>true, "tag_list"=>"common,test79,rspec79,ruby79,#rails79", "author_id"=>"130", "written_at"=>"2012-11-16"}} 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" = 'Voluptatem consectetur sit.', "excerpt" = 'Eum.', "body" = 'Minus id quia magnam quas. Sit libero corporis dolorem quasi tenetur quod explicabo. Voluptatem vel sapiente ut nihil incidunt non. Occaecati dolore qui soluta est ipsum culpa. Quaerat consequuntur est tenetur aut numquam libero. Soluta rerum et perspiciatis officia quidem laborum sit. Quae aut reprehenderit et occaecati odio.', "author_id" = 130, "updated_at" = '2012-11-16 20:11:40.663338' WHERE "almanac_posts"."id" = 1 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.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test79' LIMIT 1 SQL (0.1ms) 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 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.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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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 97ms (ActiveRecord: 2.6ms)  (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" = 'maybelle@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", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "maybelle@example.net"], ["encrypted_password", "$2a$04$.P9NZeyAZGMRpHoHb.gPh.K0iP8FppuZ7KI6ryR9biSFE/dSVNIB."], ["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", Fri, 16 Nov 2012 20:11:40 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", 131], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["description", "Id consequatur ab quaerat adipisci. Saepe voluptas doloribus consequatur soluta expedita. Eaque odit nemo dicta inventore totam pariatur. Cupiditate et aut laboriosam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et tempore amet aut qui architecto."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:40 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 132], ["blog_id", 1], ["body", "Nemo odio nihil sit dolores quos illo nihil. Excepturi nihil nemo blanditiis officia ut veritatis adipisci. Voluptatum dolorem quasi fugit distinctio quas facere. Dolor ipsum ex incidunt tempora. Repudiandae deleniti sit numquam. Accusantium adipisci provident voluptatem."], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["excerpt", "Tempore harum facilis id."], ["published", true], ["slug", nil], ["title", "Rerum non ab beatae alias."], ["updated_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["written_at", Fri, 16 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.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" = 'test80' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test80"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.3ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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"=>"Quaerat tempore.", "body"=>"Optio laborum sunt nihil quos expedita in. Et sed molestiae velit unde consequatur sed sit. Doloremque necessitatibus impedit corporis sint. Et laborum saepe numquam. Exercitationem quo quidem voluptas reiciendis.", "published"=>true, "tag_list"=>"common,test81,rspec81,ruby81,#rails81", "author_id"=>"133", "written_at"=>"2012-11-16"}} 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.2ms) 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" = 'Quaerat tempore.', "body" = 'Optio laborum sunt nihil quos expedita in. Et sed molestiae velit unde consequatur sed sit. Doloremque necessitatibus impedit corporis sint. Et laborum saepe numquam. Exercitationem quo quidem voluptas reiciendis.', "author_id" = 133, "updated_at" = '2012-11-16 20:11:40.796450' WHERE "almanac_posts"."id" = 1 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 (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test81' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test81"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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.1ms) 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 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.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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.5ms) 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.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'julia@example.org' 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", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "julia@example.org"], ["encrypted_password", "$2a$04$bq3/m5MyziQh2mAaqKKIU.6c2k4sRXbl8Aqyx2ShDuqBuzqI.XtTG"], ["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", Fri, 16 Nov 2012 20:11:40 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", 134], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["description", "Alias autem delectus exercitationem et. Eos et et cum. Dolores et ut et voluptas. Quia et facere eveniet iusto recusandae enim explicabo. Voluptatum voluptate eum reiciendis quis voluptatibus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et eum temporibus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:40 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 135], ["blog_id", 1], ["body", "Ullam iure rem. Ipsum corrupti ratione facere nisi et maiores architecto. Sint a voluptatibus at totam debitis qui. Repudiandae ullam voluptatem id. Autem eveniet aliquid voluptates alias porro quo."], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["excerpt", "Nulla dolorum qui perspiciatis."], ["published", true], ["slug", nil], ["title", "Autem dolore voluptate."], ["updated_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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.1ms) 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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.1ms)  (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" = 'summer@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", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "summer@example.com"], ["encrypted_password", "$2a$04$X3ORkkOu/jWqbII9yayLvON5MsczC94SS/21lxKFpNapXd.tYamwW"], ["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", Fri, 16 Nov 2012 20:11:40 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", 136], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["description", "Voluptatem excepturi rerum. Esse et aut. Cupiditate qui fugiat quisquam repellat quasi facilis cumque. Omnis totam unde quibusdam doloremque aperiam quia quo. Dolore dolores quis enim voluptatem aut nisi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolorum et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:40 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 137], ["blog_id", 1], ["body", "Deserunt dicta at unde. Magni dolorem ipsum quia non optio est voluptas. Et ea delectus iste commodi autem minus. Nemo illo minus rerum. Eaque odit nemo dicta inventore totam pariatur."], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["excerpt", "Commodi ducimus."], ["published", true], ["slug", nil], ["title", "Qui qui labore quas aut dolore ut eum."], ["updated_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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_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.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 10ms (ActiveRecord: 0.9ms)  (0.0ms) SELECT COUNT(*) FROM "almanac_posts"   (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" = 'julia@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", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "julia@example.org"], ["encrypted_password", "$2a$04$jfWcPDULWQHhEEjWLynR8.Nxup8X/UXyYNxKv7cRFCMgsRXIq.GNW"], ["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", Fri, 16 Nov 2012 20:11:40 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", 138], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["description", "Alias autem delectus exercitationem et. Eos et et cum. Dolores et ut et voluptas. Quia et facere eveniet iusto recusandae enim explicabo. Voluptatum voluptate eum reiciendis quis voluptatibus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et eum temporibus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:40 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 7ms (Views: 2.2ms | ActiveRecord: 0.1ms)  (0.5ms) 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" = 'gerardo@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", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "gerardo@example.com"], ["encrypted_password", "$2a$04$vAxWxFGwVBe.9bMi6I/LneZgBV9KMnA3.F6GNUT8ZvnH3C6tnd3E."], ["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", Fri, 16 Nov 2012 20:11:40 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", 139], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["description", "Voluptatem quis quo reprehenderit id corrupti est a. Est aut recusandae repellat id et deserunt. Quo perspiciatis illo aspernatur quis ipsum consequatur. Aut sit et debitis beatae."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolores similique voluptatem laudantium voluptas."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:11:40 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 140], ["blog_id", 1], ["body", "Velit dolorem autem et qui delectus amet aut. Eaque rerum molestias eius molestiae ullam consectetur. Voluptatem ut aut ipsa quis officia iure. Ut repellat quia est quis vel voluptatibus maiores. Cupiditate fuga debitis qui quia est quae ut."], ["created_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["excerpt", "Sit quam."], ["published", true], ["slug", nil], ["title", "Nisi hic et et aut."], ["updated_at", Fri, 16 Nov 2012 20:11:40 UTC +00:00], ["written_at", Fri, 16 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.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" = '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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", Fri, 16 Nov 2012 20:11:40 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 141], ["blog_id", 1], ["body", "Fugiat laboriosam rem. Error ipsum vel. Delectus fuga nobis. Sit voluptatem consequatur nam. Ea et non voluptas voluptatem."], ["created_at", Fri, 16 Nov 2012 20:11:41 UTC +00:00], ["excerpt", "Velit aut est pariatur facilis assumenda."], ["published", true], ["slug", nil], ["title", "Dolor quasi quod ut exercitationem dolorum ullam consequuntur."], ["updated_at", Fri, 16 Nov 2012 20:11:41 UTC +00:00], ["written_at", Fri, 16 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" = 'test85' LIMIT 1 SQL (0.1ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:11:41 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", Fri, 16 Nov 2012 20:11:41 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", Fri, 16 Nov 2012 20:11:41 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", Fri, 16 Nov 2012 20:11:41 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", Fri, 16 Nov 2012 20:11:41 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 142], ["blog_id", 1], ["body", "Facere sit similique. Mollitia dolor architecto atque reiciendis inventore. Aut rerum quia. Molestiae expedita earum enim nulla qui. Ea quia sint."], ["created_at", Fri, 16 Nov 2012 20:11:41 UTC +00:00], ["excerpt", "Mollitia."], ["published", true], ["slug", nil], ["title", "Quia sit enim corrupti."], ["updated_at", Fri, 16 Nov 2012 20:11:41 UTC +00:00], ["written_at", Fri, 16 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" = '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.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:11:41 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", Fri, 16 Nov 2012 20:11:41 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", Fri, 16 Nov 2012 20:11:41 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", Fri, 16 Nov 2012 20:11:41 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", Fri, 16 Nov 2012 20:11:41 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 143], ["blog_id", 1], ["body", "Nihil ullam a molestiae. Doloribus qui est. Harum eum voluptas est. Quo a exercitationem omnis. Eaque eum repudiandae repellendus odio. Qui libero tempore eaque officiis incidunt cupiditate qui."], ["created_at", Fri, 16 Nov 2012 20:11:41 UTC +00:00], ["excerpt", "Velit ipsum aut."], ["published", true], ["slug", nil], ["title", "Sunt assumenda quis."], ["updated_at", Fri, 16 Nov 2012 20:11:41 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test87' OR lower(name) = 'rspec87' OR lower(name) = 'ruby87' OR lower(name) = '#rails87') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test87' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test87"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec87' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec87"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby87' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby87"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails87' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails87"]] 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", Fri, 16 Nov 2012 20:11:41 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", Fri, 16 Nov 2012 20:11:41 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", Fri, 16 Nov 2012 20:11:41 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", Fri, 16 Nov 2012 20:11:41 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", Fri, 16 Nov 2012 20:11:41 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 144], ["blog_id", 1], ["body", "Eum eligendi dicta voluptate ea. Aut in debitis porro autem natus eveniet et. Quod voluptatum aliquam vitae provident. A laboriosam ut vitae voluptatem. Labore rerum quae. Cupiditate explicabo placeat repellendus."], ["created_at", Fri, 16 Nov 2012 20:11:41 UTC +00:00], ["excerpt", "Voluptates aliquid."], ["published", true], ["slug", nil], ["title", "Sequi repudiandae corporis quia."], ["updated_at", Fri, 16 Nov 2012 20:11:41 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test88' OR lower(name) = 'rspec88' OR lower(name) = 'ruby88' OR lower(name) = '#rails88') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test88' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test88"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec88' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec88"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby88' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby88"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails88' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails88"]] 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", Fri, 16 Nov 2012 20:11:41 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", Fri, 16 Nov 2012 20:11:41 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", Fri, 16 Nov 2012 20:11:41 UTC +00:00], ["tag_id", 19], ["taggable_id", 5], ["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" = 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.3ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:11:41 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:11:41 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 9ms (Views: 1.6ms | ActiveRecord: 0.2ms) Almanac::Post Load (0.2ms) SELECT "almanac_posts".* FROM "almanac_posts" JOIN taggings posts_taggings_42c9883 ON posts_taggings_42c9883.taggable_id = almanac_posts.id AND posts_taggings_42c9883.taggable_type = 'Almanac::Post' AND posts_taggings_42c9883.tag_id = 1 WHERE "almanac_posts"."published" = 't' ORDER BY written_at DESC, id DESC LIMIT 10 OFFSET 0  (1.4ms) rollback transaction Connecting to database specified by database.yml  (2.7ms) DELETE FROM "users";  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.2ms) DELETE FROM "almanac_posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_posts';  (1.1ms) DELETE FROM "almanac_images";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_images';  (1.0ms) DELETE FROM "tags";  (0.1ms) DELETE FROM sqlite_sequence where name = 'tags';  (3.6ms) DELETE FROM "taggings";  (0.1ms) DELETE FROM sqlite_sequence where name = 'taggings';  (1.4ms) DELETE FROM "almanac_comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_comments';  (1.1ms) DELETE FROM "almanac_blogs";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_blogs';  (0.0ms) begin transaction  (0.0ms) 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.1ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (4.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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Sequi corporis rem veritatis aut excepturi. Officiis omnis quasi ex vitae quos earum. Numquam ut vel dolorum harum labore. Nesciunt sit facilis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Recusandae voluptatibus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE 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", 3], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Dolorem porro amet voluptas rem quod. Velit harum suscipit. Neque ut nam voluptas dolores quasi. Pariatur ut incidunt ducimus omnis in tenetur repellendus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Id incidunt."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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.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", 5], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Ea et repellendus delectus quaerat ducimus corporis. Fugit ipsum sequi autem dignissimos. Aspernatur in alias tempore saepe."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Minus iure molestias non."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) 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", 6], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Tempora nemo commodi omnis. Sed voluptate accusamus accusantium et. Quod est omnis tempora non. In iure voluptas praesentium recusandae sint."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quod reprehenderit sit ex beatae."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE 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.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", 7], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Repudiandae deserunt enim natus eum laudantium. Fugit autem facere non. Sunt optio et autem. Dolores ut enim voluptatem repellat exercitationem et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Optio quo rerum qui voluptates ducimus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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.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", 8], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Commodi voluptas eos sit unde esse. Ut itaque dolor consequuntur. Rem et quod occaecati delectus. Laudantium tempora numquam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Magnam totam quas sunt temporibus ut adipisci."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) 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.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", 9], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Tempora nemo commodi omnis. Sed voluptate accusamus accusantium et. Quod est omnis tempora non. In iure voluptas praesentium recusandae sint."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quod reprehenderit sit ex beatae."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'brandi.rogahn@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brandi.rogahn@example.net"], ["encrypted_password", "$2a$04$maa.844Fo6BTxtfmh8P4CesgFpdy8I2iNLK/ENldPR.gm/9cHQa1a"], ["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", Fri, 16 Nov 2012 20:12:03 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", 10], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Ad unde sint ut. Sunt rem illum sequi eum autem. Consectetur repudiandae et animi autem iste voluptates. Distinctio illum consequatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Earum rerum vero."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'hermann@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "hermann@example.org"], ["encrypted_password", "$2a$04$ZbQc81bSAkN1bp/za/4wteV77HyamczfkpUftNBdJslnmgSinMa.C"], ["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", Fri, 16 Nov 2012 20:12:03 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", 11], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Temporibus placeat dolorem fuga molestias quis qui. Nesciunt quae nihil. Sunt quia ut molestiae et unde omnis voluptas. Dolore ipsam cumque assumenda. Non magnam nobis similique tempore qui qui."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Hic ut odit animi excepturi possimus perspiciatis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'brandi.rogahn@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brandi.rogahn@example.net"], ["encrypted_password", "$2a$04$DceSZEEGdpQaNxmFmRvDWOU/1LJv826kC.8ooOMfI7dmL2NbqDKbi"], ["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", Fri, 16 Nov 2012 20:12:03 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", 12], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Ad unde sint ut. Sunt rem illum sequi eum autem. Consectetur repudiandae et animi autem iste voluptates. Distinctio illum consequatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Earum rerum vero."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'hermann@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "hermann@example.org"], ["encrypted_password", "$2a$04$ssws59HBdGj/E.zVZSdaK.TEc/CbY9OmDpxLYo5.3o4jkUXM5MGNi"], ["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", Fri, 16 Nov 2012 20:12:03 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", 13], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Temporibus placeat dolorem fuga molestias quis qui. Nesciunt quae nihil. Sunt quia ut molestiae et unde omnis voluptas. Dolore ipsam cumque assumenda. Non magnam nobis similique tempore qui qui."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Hic ut odit animi excepturi possimus perspiciatis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 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 20ms (Views: 12.9ms | 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" = 'brandi.rogahn@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brandi.rogahn@example.net"], ["encrypted_password", "$2a$04$VcdpI2azMdA3RByoFHjZFO9tsyISB6ofGN/pJStTOXCUXvWDyK76O"], ["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", Fri, 16 Nov 2012 20:12:03 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", 14], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Ad unde sint ut. Sunt rem illum sequi eum autem. Consectetur repudiandae et animi autem iste voluptates. Distinctio illum consequatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Earum rerum vero."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'hermann@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "hermann@example.org"], ["encrypted_password", "$2a$04$ci0lw453ox7oyB9Cl2pun.SXOy5FRidnT/vxvDB8DxCVPLXJt74UO"], ["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", Fri, 16 Nov 2012 20:12:03 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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Temporibus placeat dolorem fuga molestias quis qui. Nesciunt quae nihil. Sunt quia ut molestiae et unde omnis voluptas. Dolore ipsam cumque assumenda. Non magnam nobis similique tempore qui qui."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Hic ut odit animi excepturi possimus perspiciatis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'brandi.rogahn@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brandi.rogahn@example.net"], ["encrypted_password", "$2a$04$MfQsnKXli5Lt/hyFOPKHIurLi2vZlmyQRMk4vjL6Ym9W80dG11Fu."], ["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", Fri, 16 Nov 2012 20:12:03 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", 16], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Ad unde sint ut. Sunt rem illum sequi eum autem. Consectetur repudiandae et animi autem iste voluptates. Distinctio illum consequatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Earum rerum vero."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'hermann@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "hermann@example.org"], ["encrypted_password", "$2a$04$zPHu8fWLPN8LnoDP9rQpoe0HuCSnCwWpmP9MhX.B7iA0vOuB4Gm0C"], ["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", Fri, 16 Nov 2012 20:12:03 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", 17], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Temporibus placeat dolorem fuga molestias quis qui. Nesciunt quae nihil. Sunt quia ut molestiae et unde omnis voluptas. Dolore ipsam cumque assumenda. Non magnam nobis similique tempore qui qui."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Hic ut odit animi excepturi possimus perspiciatis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'israel@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "israel@example.com"], ["encrypted_password", "$2a$04$8gIHyZnYfrQkJPXIm52nGekSwL3kACp3UylKRpT2GBAf14ZC0710u"], ["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", Fri, 16 Nov 2012 20:12:03 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.6ms) 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", 18], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Soluta facilis nemo molestiae necessitatibus doloremque sit eveniet. Eius sapiente culpa quasi veritatis ex omnis iure. Omnis placeat ipsum quia explicabo. Quia non laudantium non illum voluptatibus quis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolores quo qui id qui."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#index as HTML Almanac::Blog Load (0.2ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Completed 200 OK in 8ms (Views: 2.2ms | ActiveRecord: 0.2ms)  (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" = 'meagan@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "meagan@example.net"], ["encrypted_password", "$2a$04$DXcLoOOYbJhC9hPwvNIQnuBNpgk4eaoD6G7SZwfp0uHnoq86h/qE6"], ["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", Fri, 16 Nov 2012 20:12:03 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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Et id alias omnis. Et illum saepe sunt dignissimos qui. Minima deserunt hic. Dignissimos provident expedita magnam non tempore. Vel rerum ad est labore aliquam incidunt dolore."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Placeat laboriosam at necessitatibus architecto."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'krystal@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "krystal@example.org"], ["encrypted_password", "$2a$04$opSjKIfoX.FxKYV03KD4eubzxbuKMtk4LBr/7ag4bK9PbcddfYn2S"], ["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", Fri, 16 Nov 2012 20:12:03 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", 20], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Quas et minima cumque dolorem in architecto voluptatem. Reprehenderit et sequi quod minus non. Enim dolores harum earum possimus. Qui cupiditate corporis unde."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et voluptas rerum hic."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'brandi.rogahn@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brandi.rogahn@example.net"], ["encrypted_password", "$2a$04$6/jYHyoN2FN0vssB9LROuORmtmfm3uuGC8v/bvUSZAUpGNHwPkqLO"], ["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", Fri, 16 Nov 2012 20:12:03 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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Ad unde sint ut. Sunt rem illum sequi eum autem. Consectetur repudiandae et animi autem iste voluptates. Distinctio illum consequatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Earum rerum vero."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) 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" = 'hermann@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "hermann@example.org"], ["encrypted_password", "$2a$04$iW7butQ1SgYuQPj5xvRDuuvcNF0jxc2A9H.xjrV0EIah40Jm0nS0W"], ["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", Fri, 16 Nov 2012 20:12:03 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", 22], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Temporibus placeat dolorem fuga molestias quis qui. Nesciunt quae nihil. Sunt quia ut molestiae et unde omnis voluptas. Dolore ipsam cumque assumenda. Non magnam nobis similique tempore qui qui."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Hic ut odit animi excepturi possimus perspiciatis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'brandi.rogahn@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brandi.rogahn@example.net"], ["encrypted_password", "$2a$04$L/vH293qKXuGf8zAzW062Oxov1iN2Sn5/0/MXoxHsDEMlYVGiccfS"], ["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", Fri, 16 Nov 2012 20:12:03 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", 23], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Ad unde sint ut. Sunt rem illum sequi eum autem. Consectetur repudiandae et animi autem iste voluptates. Distinctio illum consequatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Earum rerum vero."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) 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" = 'krystel@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "krystel@example.org"], ["encrypted_password", "$2a$04$d3JP/TGQ4xVACwycW8Cm0.kQvl/k4C1yjwOJr5sdcrLs51wwVPuBK"], ["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", Fri, 16 Nov 2012 20:12:03 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", 24], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Aut nihil ad. Temporibus placeat dolorem fuga molestias quis qui. Nesciunt quae nihil. Sunt quia ut molestiae et unde omnis voluptas. Dolore ipsam cumque assumenda."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Vel excepturi soluta amet optio."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'brandi.rogahn@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brandi.rogahn@example.net"], ["encrypted_password", "$2a$04$XCIyPf7Qpkdlu8FgcRsf6urL.xd0irxr1Ef8S8KH4QdUTHqUqctCS"], ["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", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'daphney_feest@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "daphney_feest@example.com"], ["encrypted_password", "$2a$04$ZMpV2o/T7iWouDOroreW1.i4WpvVq5dcop4y0mlewLnuaXkpuZB6."], ["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", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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" = 'brandi.rogahn@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brandi.rogahn@example.net"], ["encrypted_password", "$2a$04$KxpN7coPIHgORGcakHpQW.HCB9LNtpa7O.LIN4x4/LPJKnydSsZ9O"], ["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", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'daphney_feest@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "daphney_feest@example.com"], ["encrypted_password", "$2a$04$hMI733bSznQlqoSskHVDM..vdrZ75Ud6iUGqXahvbYbkYFC2JlrRS"], ["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", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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" = 'brandi.rogahn@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brandi.rogahn@example.net"], ["encrypted_password", "$2a$04$hU3QPZDjoUxQORYSxMehxOMSfa/k6X5w5PkrwmP9Ak1MzPL5f2Ho."], ["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", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'daphney_feest@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "daphney_feest@example.com"], ["encrypted_password", "$2a$04$ONJBIkybMoT/YSTgiJbxJuEJHvKX5ttYuoBNOKe98T5vMLO6Y8Mqa"], ["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", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE 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.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", 25], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Ut voluptas eaque. Voluptate non maxime error accusantium ab officiis. Eos eum quod porro est provident labore. Autem dolor dolorem."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eos consequuntur labore tempora dicta iste quaerat."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 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  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) 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", 28], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Qui voluptas enim minima modi et. Libero sed est cupiditate itaque aut. Et eius rem ut ipsum aut quasi. Necessitatibus et recusandae maxime."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sed omnis eaque nihil aut laudantium."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) 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" = 'brandi.rogahn@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brandi.rogahn@example.net"], ["encrypted_password", "$2a$04$kXP8NjJA/PkAdaApyVSkQeG/0NxfDIJQA6VCTcm1KC3IQVkZxK1NK"], ["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", Fri, 16 Nov 2012 20:12:03 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", 29], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Ad unde sint ut. Sunt rem illum sequi eum autem. Consectetur repudiandae et animi autem iste voluptates. Distinctio illum consequatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Earum rerum vero."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_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" = 'hermann@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "hermann@example.org"], ["encrypted_password", "$2a$04$RKkJkB69f8ZSwGmGcr1k7ODHfmwfdFyYu7d6geyqhYJNsVCKTTKty"], ["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", Fri, 16 Nov 2012 20:12:03 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", 30], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Temporibus placeat dolorem fuga molestias quis qui. Nesciunt quae nihil. Sunt quia ut molestiae et unde omnis voluptas. Dolore ipsam cumque assumenda. Non magnam nobis similique tempore qui qui."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Hic ut odit animi excepturi possimus perspiciatis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_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" = 'brandi.rogahn@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brandi.rogahn@example.net"], ["encrypted_password", "$2a$04$PiFyY1hZhkNS8kzU9hv0gumnpUaLL/YtidMzYmNeYAGRYNZx8sTQC"], ["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", Fri, 16 Nov 2012 20:12:03 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", 31], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Ad unde sint ut. Sunt rem illum sequi eum autem. Consectetur repudiandae et animi autem iste voluptates. Distinctio illum consequatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Earum rerum vero."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Testz", "description"=>"Qui velit commodi. Eum error expedita modi ex facilis tempora. Explicabo mollitia eos.", "author_id"=>"32"}} 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" = 'Qui velit commodi. Eum error expedita modi ex facilis tempora. Explicabo mollitia eos.', "author_id" = 32, "updated_at" = '2012-11-16 20:12:03.855675' 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.4ms) Almanac::Blog Load (0.0ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (0.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" = 'lelia.mosciski@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lelia.mosciski@example.org"], ["encrypted_password", "$2a$04$BA7YHwROD2Y3mw1uv78U7uUrDXbQVUX/5i498UXmpIXQfPz7WEdJ6"], ["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", Fri, 16 Nov 2012 20:12:03 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", 33], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Nesciunt quia laborum repellendus. Commodi iusto optio quia. Eum itaque tempora. Iure dignissimos dolores consequuntur esse eum. Suscipit dolorem explicabo praesentium beatae."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dignissimos quibusdam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Quod molestias delectus sint eos qui.", "description"=>"Animi laudantium soluta dolor. Et quidem qui vel. Aut omnis soluta rerum reprehenderit qui. Et sit excepturi et et repellat. Aut deserunt voluptatibus tempore reprehenderit at.", "author_id"=>"34"}} 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" = 'Quod molestias delectus sint eos qui.', "description" = 'Animi laudantium soluta dolor. Et quidem qui vel. Aut omnis soluta rerum reprehenderit qui. Et sit excepturi et et repellat. Aut deserunt voluptatibus tempore reprehenderit at.', "author_id" = 34, "updated_at" = '2012-11-16 20:12:03.873647' 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)  (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" = 'brandi.rogahn@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brandi.rogahn@example.net"], ["encrypted_password", "$2a$04$lG8i9fpc9lP0oaen2mdPdeiuD65OS3uujFC4jungXh5D9vsuztE8y"], ["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", Fri, 16 Nov 2012 20:12:03 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", 35], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Ad unde sint ut. Sunt rem illum sequi eum autem. Consectetur repudiandae et animi autem iste voluptates. Distinctio illum consequatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Earum rerum vero."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Qui velit commodi. Eum error expedita modi ex facilis tempora. Explicabo mollitia eos.", "author_id"=>"36"}} 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) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 41ms (Views: 3.1ms | ActiveRecord: 0.3ms) Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."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" = 'lelia.mosciski@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lelia.mosciski@example.org"], ["encrypted_password", "$2a$04$h./dI1NkzWkzE8sP1e4BmOAfEqCSxqLNquOY6K4dHz1/PFAyHit2C"], ["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", Fri, 16 Nov 2012 20:12:03 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", 37], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Nesciunt quia laborum repellendus. Commodi iusto optio quia. Eum itaque tempora. Iure dignissimos dolores consequuntur esse eum. Suscipit dolorem explicabo praesentium beatae."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dignissimos quibusdam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"In ut consequatur. Animi laudantium soluta dolor. Et quidem qui vel.", "author_id"=>"38"}} 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 6ms (Views: 1.3ms | ActiveRecord: 0.2ms)  (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" = 'brandi.rogahn@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brandi.rogahn@example.net"], ["encrypted_password", "$2a$04$Wu5/Sv1bJL/k.ZwXxGdDiOoitKTlw.eMkX8wOItXPnUCuL3RUEEPC"], ["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", Fri, 16 Nov 2012 20:12:03 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"=>"Earum rerum vero.", "description"=>"Ad unde sint ut. Sunt rem illum sequi eum autem. Consectetur repudiandae et animi autem iste voluptates. Distinctio illum consequatur.", "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.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", 1], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Ad unde sint ut. Sunt rem illum sequi eum autem. Consectetur repudiandae et animi autem iste voluptates. Distinctio illum consequatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Earum rerum vero."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"  (0.5ms) 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" = 'krystel@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "krystel@example.org"], ["encrypted_password", "$2a$04$IVDDOqSpUWGuUsOZZYIg4OYXSkpxCpHi6Eyq3MFPF745R6/9T0Qdq"], ["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", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>"Vel excepturi soluta amet optio.", "description"=>"Aut nihil ad. Temporibus placeat dolorem fuga molestias quis qui. Nesciunt quae nihil. Sunt quia ut molestiae et unde omnis voluptas. Dolore ipsam cumque assumenda.", "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.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", 1], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["description", "Aut nihil ad. Temporibus placeat dolorem fuga molestias quis qui. Nesciunt quae nihil. Sunt quia ut molestiae et unde omnis voluptas. Dolore ipsam cumque assumenda."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Vel excepturi soluta amet optio."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:12:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 6ms (ActiveRecord: 0.8ms)  (0.5ms) 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" = 'brandi.rogahn@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", Fri, 16 Nov 2012 20:12:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brandi.rogahn@example.net"], ["encrypted_password", "$2a$04$mjKoyBW6I.V.6NAT346hw.gWbUdOovyatdhl9LvcVlqJNMYBGGDGe"], ["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", Fri, 16 Nov 2012 20:12:03 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"=>"Earum rerum vero consequuntur. Sunt qui dicta non perferendis soluta. Mollitia quasi odit quis voluptatem natus totam. Tempore explicabo veritatis quia ducimus. Ea consequuntur sapiente odit.", "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 7ms (Views: 2.1ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"  (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" = 'abdul_mccullough@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", Fri, 16 Nov 2012 20:12:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "abdul_mccullough@example.org"], ["encrypted_password", "$2a$04$BnaGjckaaapPjW0od/nm4.XF7KyH6uhX3IbR5jKWSxHjx/9l394ki"], ["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", Fri, 16 Nov 2012 20:12:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>nil, "description"=>"Illum consectetur nulla ut eveniet. Distinctio alias quas doloribus recusandae vitae perspiciatis. Atque ex dolorem blanditiis vel quaerat aliquam est. Dignissimos quibusdam qui.", "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 7ms (Views: 1.3ms | ActiveRecord: 0.3ms)  (0.6ms) rollback transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateUsers (20121106220325) Migrating to CreateAlmanacPosts (20121114185255) Migrating to CreateAlmanacBlogs (20121114185256) Migrating to AddExcerptToAlmanacPosts (20121114185257) Migrating to CreateAlmanacFiles (20121114185258) Migrating to RenameFileToImage (20121114185259) Migrating to AddImageFieldsToAlmanacBlogs (20121114185260) Migrating to AddNewFieldsToBlogs (20121114185261) Migrating to ActsAsTaggableOnMigration (20121114185262) Migrating to CreateAlmanacComments (20121114185263) Migrating to AddRakismetFieldsToBlogs (20121114185264) Migrating to AddSpamToComments (20121114185265) Migrating to AddWrittenAtToPosts (20121114185266) Migrating to AddBackgroundFieldsToBlogs (20121114185267) Migrating to AddFooterToAlmanacBlogs (20121114185268) Migrating to ChangeDefaultValueForBackgroundTilesInAlmanacBlogs (20121114185269) Migrating to AddSlugToAlmanacPosts (20121116192008) Migrating to AddIndexToAlmanacPostsOnSlug (20121116195111)  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (2.2ms) DELETE FROM "users";  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (6.0ms) DELETE FROM "almanac_posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_posts';  (26.0ms) DELETE FROM "almanac_images";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_images';  (15.7ms) DELETE FROM "tags";  (0.1ms) DELETE FROM sqlite_sequence where name = 'tags';  (2.3ms) DELETE FROM "taggings";  (0.1ms) DELETE FROM sqlite_sequence where name = 'taggings';  (3.2ms) DELETE FROM "almanac_comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_comments';  (1.4ms) DELETE FROM "almanac_blogs";  (0.1ms) 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" = 'muhammad@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "muhammad@example.com"], ["encrypted_password", "$2a$04$oFTeviePnKKlYd0yY.z9WOZMnV1HLNx2bGxTUJU2Ax9mUYSv.DHtm"], ["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", Fri, 16 Nov 2012 20:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.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" = 'santos.dietrich@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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "santos.dietrich@example.net"], ["encrypted_password", "$2a$04$izA/jRn4DUC41HLyXMQfVOawJQLsZv9A2Y7MiAfGTCzbyHP560t0q"], ["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", Fri, 16 Nov 2012 20:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (9.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" = 'muhammad@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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "muhammad@example.com"], ["encrypted_password", "$2a$04$GVJW0DXEOWIaiHDPJgMzjOc2En/RKK1OqUib3MrUFaOTG3USrUXZy"], ["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", Fri, 16 Nov 2012 20:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (12.6ms) 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" = 'santos.dietrich@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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "santos.dietrich@example.net"], ["encrypted_password", "$2a$04$eC7qbgK1xsArY3iSPR3hq.qQbvKxJTUHm/ePUKHSU2TXUSbj5BmVy"], ["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", Fri, 16 Nov 2012 20:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.0ms) 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" = 'muhammad@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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "muhammad@example.com"], ["encrypted_password", "$2a$04$RKg6vjBWIuAqgRfqsOfZwOxrP2D2w5HNpZw9Rrh89aNFjrpVRqrhS"], ["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", Fri, 16 Nov 2012 20:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'santos.dietrich@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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "santos.dietrich@example.net"], ["encrypted_password", "$2a$04$Ud7U/yp1bfIG9IU0GtBA7Oh9VeIvVquidVuXHiecFcnuIJp.zwyL2"], ["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", Fri, 16 Nov 2012 20:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.6ms) 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" = 'muhammad@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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "muhammad@example.com"], ["encrypted_password", "$2a$04$3hTDUzgpI7kCQYdf39Kvi.v8LoXva81QCTE7zUqyCYuvok0mE5ZSi"], ["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", Fri, 16 Nov 2012 20:13:08 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 SQL (0.6ms) 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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["description", "Aliquam excepturi accusantium aut. Officia dolorem est explicabo ipsa quis. Sed est molestiae nihil. Voluptatem aliquid in voluptatem nobis facere. Quia ut quisquam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quas iste id voluptas."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Eos perferendis velit voluptatibus laborum qui delectus quaerat. Explicabo ea placeat. Facere sit velit quo quo et sit. Sit fuga officiis. Hic et iusto sed praesentium ullam.", "author_id"=>"2"}} Almanac::Blog Load (0.2ms) 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 20ms (Views: 11.9ms | ActiveRecord: 0.4ms)  (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" = 'herminia_cronin@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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "herminia_cronin@example.org"], ["encrypted_password", "$2a$04$pdZbs.gAd.X4QWO6uF0Ij.9vmC3yUZc0b4knOQO6JiDLg6ucPMK76"], ["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", Fri, 16 Nov 2012 20:13:08 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", 3], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["description", "Dolor quas labore culpa unde est. Voluptate dolores sit quibusdam qui in aut. Voluptas aut aut et facere et magni. Ipsam nesciunt enim exercitationem. Ipsam officia a fuga doloremque non eaque."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quaerat ratione quam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Ex voluptas voluptates dolorem in mollitia quia debitis. Aut quod amet officia. Rerum distinctio odit aliquam dolor.", "author_id"=>"4"}} 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]]  (4.0ms) 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" = 'muhammad@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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "muhammad@example.com"], ["encrypted_password", "$2a$04$isVzE9efmuEuUWGYgqa0pOEmXjAnBpdJMsNnykl3u/Yo0jx5rNCWK"], ["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", Fri, 16 Nov 2012 20:13:08 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", 5], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["description", "Aliquam excepturi accusantium aut. Officia dolorem est explicabo ipsa quis. Sed est molestiae nihil. Voluptatem aliquid in voluptatem nobis facere. Quia ut quisquam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quas iste id voluptas."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Eos perferendis velit voluptatibus laborum qui delectus.", "description"=>"Explicabo ea placeat. Facere sit velit quo quo et sit. Sit fuga officiis. Hic et iusto sed praesentium ullam. Adipisci sit quae suscipit error quaerat.", "author_id"=>"6"}} 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" = 'Eos perferendis velit voluptatibus laborum qui delectus.', "description" = 'Explicabo ea placeat. Facere sit velit quo quo et sit. Sit fuga officiis. Hic et iusto sed praesentium ullam. Adipisci sit quae suscipit error quaerat.', "author_id" = 6, "updated_at" = '2012-11-16 20:13:08.597578' 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)  (8.0ms) 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" = 'karelle@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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "karelle@example.com"], ["encrypted_password", "$2a$04$XpR.oTZyctzVzav41zjeKeGngK.BHAZiNDs9hEy44qXoSiLTbGUya"], ["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", Fri, 16 Nov 2012 20:13:08 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", 7], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["description", "Inventore repellendus assumenda. Sit unde nisi reprehenderit suscipit alias nostrum. Iure non aspernatur. Aut necessitatibus tempora vitae architecto quibusdam quam doloremque. Ducimus sit reprehenderit incidunt sapiente sunt harum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Consequuntur dolores libero occaecati sunt consectetur."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Testz", "description"=>"Qui aut ut itaque ad quia quos. Omnis sit repellat est voluptatem ut. Vel omnis sit assumenda harum recusandae ex rerum. Maxime quas et et non. Blanditiis magni laboriosam culpa sed ea quisquam.", "author_id"=>"8"}} 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" = 'Qui aut ut itaque ad quia quos. Omnis sit repellat est voluptatem ut. Vel omnis sit assumenda harum recusandae ex rerum. Maxime quas et et non. Blanditiis magni laboriosam culpa sed ea quisquam.', "author_id" = 8, "updated_at" = '2012-11-16 20:13:08.623365' 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]]  (12.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" = 'muhammad@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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "muhammad@example.com"], ["encrypted_password", "$2a$04$6BArk4N4Eq6WfXzyW4T7ZeUUESPsqgTYs6Pxh2pwAdwkU3Zz.CtVm"], ["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", Fri, 16 Nov 2012 20:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>nil, "description"=>"Quis atque sint quos eos nam corrupti. Aliquam excepturi accusantium aut. Officia dolorem est explicabo ipsa quis. Sed est molestiae nihil. Voluptatem aliquid in voluptatem nobis facere.", "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 37ms (Views: 31.0ms | ActiveRecord: 0.3ms)  (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" = 'hulda@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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "hulda@example.net"], ["encrypted_password", "$2a$04$fZ9xS0JHXRhuJhztY4WKyOYwNUEjcQIvQd0zW/wSChj76NYLGOxx6"], ["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", Fri, 16 Nov 2012 20:13:08 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"=>"Voluptatum rerum consequatur ipsa voluptate. Voluptas consequatur quam accusamus non. Quidem sed culpa veniam error veritatis totam.", "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"   (7.1ms) 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" = 'muhammad@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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "muhammad@example.com"], ["encrypted_password", "$2a$04$wn5FtLzB2AoDspx6l5JUmOO5qiDJoHx2Id2jlxisDX0Vs7wOSdPLu"], ["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", Fri, 16 Nov 2012 20:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>"Quas iste id voluptas.", "description"=>"Aliquam excepturi accusantium aut. Officia dolorem est explicabo ipsa quis. Sed est molestiae nihil. Voluptatem aliquid in voluptatem nobis facere. Quia ut quisquam.", "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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["description", "Aliquam excepturi accusantium aut. Officia dolorem est explicabo ipsa quis. Sed est molestiae nihil. Voluptatem aliquid in voluptatem nobis facere. Quia ut quisquam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quas iste id voluptas."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.9ms)  (2.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" = 'tavares_leuschke@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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "tavares_leuschke@example.org"], ["encrypted_password", "$2a$04$Xn9z7w1ZCeN.6euALGTRzOWh961S45d2qMW/hpmabOqSqQZOKfa0G"], ["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", Fri, 16 Nov 2012 20:13:08 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"=>"Accusantium dolorum expedita iure inventore illo.", "description"=>"Pariatur fugiat est. Sit placeat fugiat harum et facilis id. Ea deserunt et saepe itaque aut eos est. Saepe quasi tempore voluptatem ipsam eligendi.", "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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["description", "Pariatur fugiat est. Sit placeat fugiat harum et facilis id. Ea deserunt et saepe itaque aut eos est. Saepe quasi tempore voluptatem ipsam eligendi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Accusantium dolorum expedita iure inventore illo."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"   (3.0ms) 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" = 'muhammad@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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "muhammad@example.com"], ["encrypted_password", "$2a$04$YAX20Zl2ag4v0lKT5rJYD.mLBoMgbW7Nw3EICoHZU3EruJQOUfTHa"], ["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", Fri, 16 Nov 2012 20:13:08 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", 9], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["description", "Aliquam excepturi accusantium aut. Officia dolorem est explicabo ipsa quis. Sed est molestiae nihil. Voluptatem aliquid in voluptatem nobis facere. Quia ut quisquam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quas iste id voluptas."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (11.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" = 'kavon@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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "kavon@example.net"], ["encrypted_password", "$2a$04$./OrbrWe6ZaQkuS/ydYFv.o99PkN1747ZgIXE//2yyCPwGjfxxtNW"], ["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", Fri, 16 Nov 2012 20:13:08 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", 10], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["description", "Sit placeat fugiat harum et facilis id. Ea deserunt et saepe itaque aut eos est. Saepe quasi tempore voluptatem ipsam eligendi. Nisi nihil mollitia."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ut mollitia quis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (5.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" = 'muhammad@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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "muhammad@example.com"], ["encrypted_password", "$2a$04$ntahYrIcde.IlsnDfI9bGOuu6gURhO3aADDPtqQbA9v0zWyEU4QR."], ["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", Fri, 16 Nov 2012 20:13:08 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", 11], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["description", "Aliquam excepturi accusantium aut. Officia dolorem est explicabo ipsa quis. Sed est molestiae nihil. Voluptatem aliquid in voluptatem nobis facere. Quia ut quisquam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quas iste id voluptas."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:08 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 10ms (Views: 3.0ms | ActiveRecord: 0.1ms)  (13.1ms) 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" = 'tavares_leuschke@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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "tavares_leuschke@example.org"], ["encrypted_password", "$2a$04$AF4o49SETCZ.2LZ7C7HYteavfzjtfTqCH68BtO8KsFMEETIqRAFL6"], ["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", Fri, 16 Nov 2012 20:13:08 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", 12], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["description", "Pariatur fugiat est. Sit placeat fugiat harum et facilis id. Ea deserunt et saepe itaque aut eos est. Saepe quasi tempore voluptatem ipsam eligendi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Accusantium dolorum expedita iure inventore illo."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.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" = 'torrance@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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "torrance@example.org"], ["encrypted_password", "$2a$04$BocpjD5XbQjjexCjASyGS.8BSBw4uEVxYwmpGlJ.1z7Cf243SQgPO"], ["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", Fri, 16 Nov 2012 20:13:08 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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["description", "Et occaecati quibusdam et ab. Amet explicabo dolore. Et iusto nesciunt et sequi debitis possimus. Nam id sed in ex repellat."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quis atque sint quos eos nam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.6ms) 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" = 'bianka@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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "bianka@example.org"], ["encrypted_password", "$2a$04$h2xbelXTzvuofl51aLP8P.RyJ5CWKNBIXJvfSHG81MvadOMqI45lS"], ["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", Fri, 16 Nov 2012 20:13:08 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", 14], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["description", "Ad iste iure deleniti in et. Sit est vel facere. Commodi modi et. Necessitatibus vel cum et qui et ratione voluptatem. Nisi nihil mollitia."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Blanditiis molestias molestiae deserunt."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (4.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" = 'elinor_koepp@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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "elinor_koepp@example.com"], ["encrypted_password", "$2a$04$G2CGhzswL.kZht322II1ZerSfMNz9BtnqgodncYo8GNlhmUjZ.mui"], ["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", Fri, 16 Nov 2012 20:13:08 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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["description", "Modi voluptas alias nihil. Quae ipsum dolor. At dolorum soluta quia id. Similique blanditiis unde sed assumenda dolores. Eveniet qui doloribus atque."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "A repudiandae et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:08 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 6ms (Views: 2.3ms | ActiveRecord: 0.1ms)  (8.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" = 'muhammad@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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "muhammad@example.com"], ["encrypted_password", "$2a$04$ryxM7W0M1.KlXdk02JUswOYB6mtLB92kJFX7F8t5hS8YvQbIVBbPi"], ["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", Fri, 16 Nov 2012 20:13:08 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", 16], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["description", "Aliquam excepturi accusantium aut. Officia dolorem est explicabo ipsa quis. Sed est molestiae nihil. Voluptatem aliquid in voluptatem nobis facere. Quia ut quisquam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quas iste id voluptas."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (7.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" = 'tavares_leuschke@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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "tavares_leuschke@example.org"], ["encrypted_password", "$2a$04$XknUyc4PoYbkQb/92sSq7exKJnYvftJpF.MoO2wy87iL3B9TxtT1m"], ["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", Fri, 16 Nov 2012 20:13:08 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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["description", "Pariatur fugiat est. Sit placeat fugiat harum et facilis id. Ea deserunt et saepe itaque aut eos est. Saepe quasi tempore voluptatem ipsam eligendi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Accusantium dolorum expedita iure inventore illo."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "almanac_posts"  (6.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" = 'muhammad@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) 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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "muhammad@example.com"], ["encrypted_password", "$2a$04$BNkmool53PhVQDVnKIcj/.FEhlA5a9h8cD4Bt.Ehv0EwpK0Xe9Vx."], ["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", Fri, 16 Nov 2012 20:13:08 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", 18], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["description", "Aliquam excepturi accusantium aut. Officia dolorem est explicabo ipsa quis. Sed est molestiae nihil. Voluptatem aliquid in voluptatem nobis facere. Quia ut quisquam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quas iste id voluptas."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (7.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" = 'kavon@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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "kavon@example.net"], ["encrypted_password", "$2a$04$niZWgDQePL5WL3YkJs0QzuUAWbyMJdwKxYrP6QXVy1.c7R.LcS2nG"], ["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", Fri, 16 Nov 2012 20:13:08 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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["description", "Sit placeat fugiat harum et facilis id. Ea deserunt et saepe itaque aut eos est. Saepe quasi tempore voluptatem ipsam eligendi. Nisi nihil mollitia."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ut mollitia quis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "almanac_posts"   (17.6ms) 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" = 'muhammad@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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "muhammad@example.com"], ["encrypted_password", "$2a$04$WW7wSGIPzTqR2Jdsiv1WteUTDwnLnURoIU17AYDOqor/2zdAor4R."], ["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", Fri, 16 Nov 2012 20:13:08 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", 20], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["description", "Aliquam excepturi accusantium aut. Officia dolorem est explicabo ipsa quis. Sed est molestiae nihil. Voluptatem aliquid in voluptatem nobis facere. Quia ut quisquam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quas iste id voluptas."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.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" = 'kavon@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", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "kavon@example.net"], ["encrypted_password", "$2a$04$sbTSWnQSXF74IGgffOlYD.Nfd/b3sQzBPi7uvHTiSxwGpnWNaG.LW"], ["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", Fri, 16 Nov 2012 20:13:08 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", 21], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00], ["description", "Sit placeat fugiat harum et facilis id. Ea deserunt et saepe itaque aut eos est. Saepe quasi tempore voluptatem ipsam eligendi. Nisi nihil mollitia."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ut mollitia quis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (3.0ms) 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" = 'muhammad@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", Fri, 16 Nov 2012 20:13:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "muhammad@example.com"], ["encrypted_password", "$2a$04$avTikYZh6jHlK5zZv1VmleQWWivCZwNG99VYMwqeswYqNu0Py0bMW"], ["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", Fri, 16 Nov 2012 20:13:09 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", 22], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:13:09 UTC +00:00], ["description", "Aliquam excepturi accusantium aut. Officia dolorem est explicabo ipsa quis. Sed est molestiae nihil. Voluptatem aliquid in voluptatem nobis facere. Quia ut quisquam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quas iste id voluptas."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (4.3ms) 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" = 'kavon@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", Fri, 16 Nov 2012 20:13:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "kavon@example.net"], ["encrypted_password", "$2a$04$/Hj6rPJ4pn1kjiLuyeWzE..BO29BiMly3GRznsbORGNhEHkmAtYwa"], ["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", Fri, 16 Nov 2012 20:13:09 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", Fri, 16 Nov 2012 20:13:09 UTC +00:00], ["description", "Sit placeat fugiat harum et facilis id. Ea deserunt et saepe itaque aut eos est. Saepe quasi tempore voluptatem ipsam eligendi. Nisi nihil mollitia."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ut mollitia quis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (5.1ms) 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" = 'muhammad@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", Fri, 16 Nov 2012 20:13:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "muhammad@example.com"], ["encrypted_password", "$2a$04$RmHNAT7G5HiwfLTtY80sOuWGxDqe/4MzQ39YdvW./q8ucsGZJ3XrS"], ["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", Fri, 16 Nov 2012 20:13:09 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", 24], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:13:09 UTC +00:00], ["description", "Aliquam excepturi accusantium aut. Officia dolorem est explicabo ipsa quis. Sed est molestiae nihil. Voluptatem aliquid in voluptatem nobis facere. Quia ut quisquam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quas iste id voluptas."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (10.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" = 'kavon@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", Fri, 16 Nov 2012 20:13:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "kavon@example.net"], ["encrypted_password", "$2a$04$5E5whjH/Q1vjmVH0smvM8OAX/qZXPcM5CV..gNtOPamYPk/gtQ48W"], ["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", Fri, 16 Nov 2012 20:13:09 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", 25], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:13:09 UTC +00:00], ["description", "Sit placeat fugiat harum et facilis id. Ea deserunt et saepe itaque aut eos est. Saepe quasi tempore voluptatem ipsam eligendi. Nisi nihil mollitia."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ut mollitia quis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (5.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) 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", 27], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:13:09 UTC +00:00], ["description", "Voluptatem provident accusantium aliquam quis sit atque. Eum tenetur odit sit animi. Vel error ullam ut cumque id. Autem est temporibus aut in dolorum reiciendis sit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eaque mollitia sed et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (4.7ms) 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", 28], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:13:09 UTC +00:00], ["description", "Rerum quis magnam molestias optio veritatis. Itaque aut non aut. Inventore illum esse et in. Quidem qui ab aliquam voluptates perspiciatis deleniti qui."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "In dolores."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:09 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  (5.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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", 31], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:13:09 UTC +00:00], ["description", "Quo autem fuga a qui. Est dolores porro fuga recusandae id. Voluptates consectetur quas tenetur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Mollitia animi sed est distinctio explicabo eius."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.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 (21.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", 32], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:13:09 UTC +00:00], ["description", "Ut et sapiente fuga quo commodi. Velit libero vero consequuntur ipsa. Rem incidunt eius. Quas ad quasi non. Rerum aut est."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sed quia autem et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (12.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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", 34], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:13:09 UTC +00:00], ["description", "Et odio amet nisi illo sint dignissimos. Maiores totam dolor mollitia consequatur facilis ut qui. Laudantium magni similique et iure quia. Rerum illum quasi earum recusandae numquam omnis qui."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Deserunt dolores."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (20.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) 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", 35], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:13:09 UTC +00:00], ["description", "Maxime adipisci quo sit. Nam totam minus omnis et occaecati. Facilis velit excepturi sint cumque quo praesentium."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quia earum commodi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) 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", 36], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:13:09 UTC +00:00], ["description", "Magni quidem maxime rem tempora minus. Qui rem voluptatem doloremque molestiae. Ea fuga omnis laudantium explicabo accusantium optio. Quia eum provident sequi inventore."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Est omnis assumenda."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) 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", 37], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:13:09 UTC +00:00], ["description", "Magni quidem maxime rem tempora minus. Qui rem voluptatem doloremque molestiae. Ea fuga omnis laudantium explicabo accusantium optio. Quia eum provident sequi inventore."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Est omnis assumenda."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.8ms) 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", 38], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:13:09 UTC +00:00], ["description", "Quia fugit velit ut sit. Sed quasi labore. Corporis exercitationem suscipit vitae."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et perspiciatis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:13:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (5.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (9.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateUsers (20121106220325)  (0.0ms) select sqlite_version(*)  (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')  (1.3ms) commit transaction Migrating to CreateAlmanacPosts (20121114185255)  (0.0ms) begin transaction  (0.7ms) 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.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121114185255')  (2.0ms) commit transaction Migrating to CreateAlmanacBlogs (20121114185256)  (0.1ms) 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')  (1.3ms) commit transaction Migrating to AddExcerptToAlmanacPosts (20121114185257)  (0.0ms) begin transaction  (0.5ms) ALTER TABLE "almanac_posts" ADD "excerpt" text  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121114185257')  (0.9ms) commit transaction Migrating to CreateAlmanacFiles (20121114185258)  (0.1ms) 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 ('20121114185258')  (1.4ms) commit transaction Migrating to RenameFileToImage (20121114185259)  (0.0ms) begin transaction  (0.3ms) 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')  (1.2ms) commit transaction Migrating to AddNewFieldsToBlogs (20121114185261)  (0.0ms) 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')  (1.1ms) commit transaction Migrating to ActsAsTaggableOnMigration (20121114185262)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255))   (0.1ms) 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')  (1.2ms) commit transaction Migrating to CreateAlmanacComments (20121114185263)  (0.0ms) 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')  (1.9ms) commit transaction Migrating to AddRakismetFieldsToBlogs (20121114185264)  (0.1ms) begin transaction  (0.4ms) ALTER TABLE "almanac_blogs" ADD "rakismet_key" varchar(255)  (0.2ms) ALTER TABLE "almanac_blogs" ADD "rakismet_url" varchar(255)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121114185264')  (0.8ms) commit transaction Migrating to AddSpamToComments (20121114185265)  (0.0ms) begin transaction  (0.5ms) ALTER TABLE "almanac_comments" ADD "spam" boolean DEFAULT 'f'  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121114185265')  (1.0ms) 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')  (0.9ms) commit transaction Migrating to AddBackgroundFieldsToBlogs (20121114185267)  (0.0ms) begin transaction  (0.4ms) ALTER TABLE "almanac_blogs" ADD "background_tile" boolean DEFAULT 'f'  (0.1ms) ALTER TABLE "almanac_blogs" ADD "background_blur" integer DEFAULT 0  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121114185267')  (0.9ms) commit transaction Migrating to AddFooterToAlmanacBlogs (20121114185268)  (0.0ms) begin transaction  (0.3ms) ALTER TABLE "almanac_blogs" ADD "footer" text  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121114185268')  (1.6ms) commit transaction Migrating to ChangeDefaultValueForBackgroundTilesInAlmanacBlogs (20121114185269)  (0.0ms) begin transaction  (0.5ms) 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')  (1.5ms) commit transaction Migrating to AddSlugToAlmanacPosts (20121116192008)  (0.0ms) begin transaction  (0.4ms) ALTER TABLE "almanac_posts" ADD "slug" varchar(255)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121116192008')  (1.7ms) commit transaction Migrating to AddIndexToAlmanacPostsOnSlug (20121116195111)  (0.1ms) begin transaction  (0.3ms) CREATE UNIQUE INDEX "index_almanac_posts_on_slug" ON "almanac_posts" ("slug")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121116195111')  (1.1ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (96.6ms) DELETE FROM "users";  (41.3ms) DELETE FROM sqlite_sequence where name = 'users';  (59.0ms) DELETE FROM "almanac_posts";  (0.2ms) DELETE FROM sqlite_sequence where name = 'almanac_posts';  (3.2ms) DELETE FROM "almanac_images";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_images';  (24.2ms) DELETE FROM "tags";  (0.1ms) DELETE FROM sqlite_sequence where name = 'tags';  (13.6ms) DELETE FROM "taggings";  (0.1ms) DELETE FROM sqlite_sequence where name = 'taggings';  (29.5ms) DELETE FROM "almanac_comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'almanac_comments';  (7.9ms) DELETE FROM "almanac_blogs";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_blogs';  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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.1ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (61.1ms) 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", Fri, 16 Nov 2012 20:17:54 UTC +00:00], ["description", "Ipsa aspernatur quia et autem eos aliquam. Fugit rerum eum porro qui reprehenderit accusamus. Molestiae voluptates ut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Cumque veniam aliquid culpa qui."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:54 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (18.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) 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", 4], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:17:54 UTC +00:00], ["description", "Laboriosam illo consectetur enim autem. Voluptate dolorum vitae eligendi necessitatibus perferendis animi. Molestiae harum repellat beatae occaecati porro."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ullam culpa."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (38.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) 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", 5], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:17:54 UTC +00:00], ["description", "Ut consequatur enim ut magnam ullam. Et molestias sunt voluptate. Nisi alias itaque a vel commodi quo at. Qui inventore iste deleniti et animi suscipit sit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "A repellendus libero."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (9.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) 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", 6], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:17:54 UTC +00:00], ["description", "Consequatur voluptatem facere sed rem porro est beatae. Provident facilis perspiciatis ipsam ea iste. Sunt optio maiores et nobis consectetur molestiae ex. Hic tempora sunt praesentium voluptas quia omnis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sint reprehenderit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.0ms) 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", 7], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:17:54 UTC +00:00], ["description", "Quia vel neque perspiciatis consequatur. Atque neque autem autem eligendi. Consectetur rerum occaecati et in aliquam accusamus non. Qui et earum minima autem aperiam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Labore est."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (3.1ms) 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", 8], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:17:54 UTC +00:00], ["description", "Consequatur voluptatem facere sed rem porro est beatae. Provident facilis perspiciatis ipsam ea iste. Sunt optio maiores et nobis consectetur molestiae ex. Hic tempora sunt praesentium voluptas quia omnis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sint reprehenderit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (13.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) 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", 9], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:17:54 UTC +00:00], ["description", "Qui sunt impedit non. Similique modi nemo in dolores. Sunt optio maiores et nobis consectetur molestiae ex. Hic tempora sunt praesentium voluptas quia omnis. Odio recusandae aspernatur tempore ea quis laborum expedita."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Doloremque perspiciatis et quia et quidem enim."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (12.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'angelita_toy@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", Fri, 16 Nov 2012 20:17:54 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "angelita_toy@example.net"], ["encrypted_password", "$2a$04$2JWvDaoCTSXujcYm0uCFi.FbWco6FA3sdbnmbeHIW0UJZyGZIT2qa"], ["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", Fri, 16 Nov 2012 20:17:54 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", 10], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:17:54 UTC +00:00], ["description", "Et adipisci non beatae aut omnis dolorem. Quod omnis provident voluptatem nobis in. Qui aut iste magni est. Nulla sed eveniet quia et. Id quis corrupti aut quas."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eos quod explicabo consequuntur."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.1ms) 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" = 'columbus.gusikowski@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", Fri, 16 Nov 2012 20:17:54 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "columbus.gusikowski@example.org"], ["encrypted_password", "$2a$04$EaibfqF.RVV1WatP21WKKuYd7oSx9BlmK4xBOGw.ov9a.JIUX9p/6"], ["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", Fri, 16 Nov 2012 20:17:54 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", 11], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:17:54 UTC +00:00], ["description", "Et aliquid officia voluptatem. Est accusantium minima laborum libero. Et atque officia rem impedit dignissimos dolore. Molestias consequuntur architecto labore non. Id vero vel aut magni."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolore pariatur."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"  (7.0ms) 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" = 'angelita_toy@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", Fri, 16 Nov 2012 20:17:54 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "angelita_toy@example.net"], ["encrypted_password", "$2a$04$pjucCOk1izRWvxaWB.5vf.9rbXh76LOr0jjxX9DSd4GwBqPTM0OkO"], ["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", Fri, 16 Nov 2012 20:17:54 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", 12], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:17:54 UTC +00:00], ["description", "Et adipisci non beatae aut omnis dolorem. Quod omnis provident voluptatem nobis in. Qui aut iste magni est. Nulla sed eveniet quia et. Id quis corrupti aut quas."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eos quod explicabo consequuntur."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.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" = 'brandyn@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", Fri, 16 Nov 2012 20:17:54 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brandyn@example.org"], ["encrypted_password", "$2a$04$ZTwt777lx2otO/yAl/zmhOU.3Xf4807nF59.QDVSMBxE1kTIZ7JNK"], ["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", Fri, 16 Nov 2012 20:17:54 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", Fri, 16 Nov 2012 20:17:54 UTC +00:00], ["description", "Vitae ea eos. Quaerat sit dolorem facilis qui. Vel eveniet tempora aperiam sit rerum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Occaecati quo id ut enim."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "almanac_posts"   (5.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" = 'angelita_toy@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", Fri, 16 Nov 2012 20:17:54 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "angelita_toy@example.net"], ["encrypted_password", "$2a$04$ntJSVexyg8SujZAq9ehCwO4RQFtTZB.nxT3V64Hr29sFB.DqP6dK."], ["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", Fri, 16 Nov 2012 20:17:54 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", 14], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:17:54 UTC +00:00], ["description", "Et adipisci non beatae aut omnis dolorem. Quod omnis provident voluptatem nobis in. Qui aut iste magni est. Nulla sed eveniet quia et. Id quis corrupti aut quas."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eos quod explicabo consequuntur."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:54 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 129ms (Views: 101.0ms | ActiveRecord: 0.1ms)  (11.6ms) 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" = 'columbus.gusikowski@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", Fri, 16 Nov 2012 20:17:54 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "columbus.gusikowski@example.org"], ["encrypted_password", "$2a$04$IisN/qORvMLypoZATlZOB.qfxaNEGx94L4cO.7h1YEKVs61Nhp0/O"], ["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", Fri, 16 Nov 2012 20:17:54 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", 15], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:17:54 UTC +00:00], ["description", "Et aliquid officia voluptatem. Est accusantium minima laborum libero. Et atque officia rem impedit dignissimos dolore. Molestias consequuntur architecto labore non. Id vero vel aut magni."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolore pariatur."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (50.0ms) 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" = 'angelita_toy@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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "angelita_toy@example.net"], ["encrypted_password", "$2a$04$gsWb6ERWnuu4A3DlQIw/ZODEw4FTu/.KCO170cqVOotWp6CPTozvq"], ["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", Fri, 16 Nov 2012 20:17:55 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", 16], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["description", "Et adipisci non beatae aut omnis dolorem. Quod omnis provident voluptatem nobis in. Qui aut iste magni est. Nulla sed eveniet quia et. Id quis corrupti aut quas."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eos quod explicabo consequuntur."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (16.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" = 'brandyn@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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brandyn@example.org"], ["encrypted_password", "$2a$04$VaDNh.9YNpl.obN8O.AHF..2yA/hjmM5SucbvbwvPE0xWD90ibkvG"], ["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", Fri, 16 Nov 2012 20:17:55 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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["description", "Vitae ea eos. Quaerat sit dolorem facilis qui. Vel eveniet tempora aperiam sit rerum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Occaecati quo id ut enim."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (9.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" = 'angelita_toy@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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "angelita_toy@example.net"], ["encrypted_password", "$2a$04$sxz4IZhG6n6hm4WsJsYJteu1zYabAWtBTBNvZKLEfJQZ0/KLCQ3GG"], ["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", Fri, 16 Nov 2012 20:17:55 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", 18], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["description", "Et adipisci non beatae aut omnis dolorem. Quod omnis provident voluptatem nobis in. Qui aut iste magni est. Nulla sed eveniet quia et. Id quis corrupti aut quas."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eos quod explicabo consequuntur."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (3.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" = 'brandyn@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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brandyn@example.org"], ["encrypted_password", "$2a$04$dJoVEt21kMFk0HADaxoTmOw/Jg4523LItzVHDXUAQG3g5IANOzUdm"], ["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", Fri, 16 Nov 2012 20:17:55 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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["description", "Vitae ea eos. Quaerat sit dolorem facilis qui. Vel eveniet tempora aperiam sit rerum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Occaecati quo id ut enim."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (3.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" = 'jarrett@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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "jarrett@example.net"], ["encrypted_password", "$2a$04$wuSTCkUAWyVKtMf1qFJ0RuBeRxWavk0l9HPxcxT2vaKdqVSeq6mru"], ["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", Fri, 16 Nov 2012 20:17:55 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", 20], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["description", "Et ut iure soluta reprehenderit et praesentium eveniet. Sed architecto ex voluptates omnis saepe veniam. Ut quibusdam quia itaque vitae voluptatem. Sit qui aut nostrum qui maxime et neque. Autem natus dolor est atque."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Maiores sed."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:55 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 26ms (Views: 21.1ms | ActiveRecord: 0.1ms)  (11.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" = 'wilhelm.doyle@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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "wilhelm.doyle@example.net"], ["encrypted_password", "$2a$04$pABTJZfOS37e7xpjc4.1uOxnhnywwAbO05wzgIm2hMTefOPklDzgm"], ["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", Fri, 16 Nov 2012 20:17:55 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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["description", "Quibusdam quia deleniti perspiciatis in. Ratione sed aut quasi. Quaerat sit dolorem facilis qui."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quasi debitis sequi dolores."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (3.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" = 'kaley@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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "kaley@example.com"], ["encrypted_password", "$2a$04$IYf4gMjDcYlZpy4l2HKkM.TxLolrxm1BlXoWuuTqlGP.oljbWwqdS"], ["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", Fri, 16 Nov 2012 20:17:55 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", 22], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["description", "Qui eveniet doloremque ipsum id et laboriosam officia. Ratione magnam ut blanditiis ea. Molestias perspiciatis culpa nostrum aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ut voluptatibus vero quas fuga nulla."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (23.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" = 'angelita_toy@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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "angelita_toy@example.net"], ["encrypted_password", "$2a$04$mskACprqRnVgT7.oRXRehOnJiC85VFdQR41gDhWsSoMynO.lc620G"], ["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", Fri, 16 Nov 2012 20:17:55 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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["description", "Et adipisci non beatae aut omnis dolorem. Quod omnis provident voluptatem nobis in. Qui aut iste magni est. Nulla sed eveniet quia et. Id quis corrupti aut quas."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eos quod explicabo consequuntur."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (15.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" = 'brandyn@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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brandyn@example.org"], ["encrypted_password", "$2a$04$QYSkRHblS81GLDBKBB4Wb.07qUE2FKuT4.hKgiG.yRLR8dEBqruSK"], ["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", Fri, 16 Nov 2012 20:17:55 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", 24], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["description", "Vitae ea eos. Quaerat sit dolorem facilis qui. Vel eveniet tempora aperiam sit rerum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Occaecati quo id ut enim."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (3.2ms) 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" = 'angelita_toy@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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "angelita_toy@example.net"], ["encrypted_password", "$2a$04$6aG9TkTXrvr/Vk2mKHmUc.rgBtvEvLRhmUY/ElGTf9GkggcQgP35."], ["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", Fri, 16 Nov 2012 20:17:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.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" = 'keyon@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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "keyon@example.org"], ["encrypted_password", "$2a$04$HqPSyF4QYRMKtlVsK/a/mOUZobt.G2.1Nq5pRK6lBI7YnaljllcvG"], ["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", Fri, 16 Nov 2012 20:17:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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" = 'angelita_toy@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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "angelita_toy@example.net"], ["encrypted_password", "$2a$04$HwD6hwXG8iqKyiodAeolbOLqHgDVzFa/snlcu3iHB6SRqqvvARdM."], ["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", Fri, 16 Nov 2012 20:17:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (5.3ms) 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" = 'keyon@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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "keyon@example.org"], ["encrypted_password", "$2a$04$Rbi64087dddpChTE0tbzYuV2zz5Wv8p.qEBZqWWJcqOC.zHw/VZdO"], ["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", Fri, 16 Nov 2012 20:17:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" = 'angelita_toy@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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "angelita_toy@example.net"], ["encrypted_password", "$2a$04$u9QzaZS6MPsB01sXtjskOu6fdIIqrDXd5YVfPVS.GY30aCcNTxp8S"], ["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", Fri, 16 Nov 2012 20:17:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (5.3ms) 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" = 'keyon@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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "keyon@example.org"], ["encrypted_password", "$2a$04$/EHEVluvG3yz/Q1cK19BCuo2hDqZrPXcRg0YIAjDdJpgPRVr0Vilm"], ["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", Fri, 16 Nov 2012 20:17:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (3.8ms) 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", 25], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["description", "Harum nihil accusantium voluptatem et ab molestiae cum. Tempora eum fugit incidunt voluptate. Ea debitis architecto est ut. Aperiam id nulla aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Incidunt quod earum autem optio omnis eaque."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:55 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  (11.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", 27], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["description", "Facere aut et consequatur ab. Quia doloribus enim fugit nulla. Molestias accusamus illo provident quia perspiciatis recusandae officia. Autem et non eum voluptas. Quia sit maiores expedita aut sequi nostrum dolorem."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sint numquam eius."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (6.7ms) 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" = 'angelita_toy@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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "angelita_toy@example.net"], ["encrypted_password", "$2a$04$e4tVWNLMyY0iGU2peXGYduWBHBYy6VN4oF7hlv1H85WDZvt90uAYK"], ["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", Fri, 16 Nov 2012 20:17:55 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", 29], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["description", "Et adipisci non beatae aut omnis dolorem. Quod omnis provident voluptatem nobis in. Qui aut iste magni est. Nulla sed eveniet quia et. Id quis corrupti aut quas."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eos quod explicabo consequuntur."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.5ms) 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" = 'brandyn@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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "brandyn@example.org"], ["encrypted_password", "$2a$04$YHDeWCW0FYohVprMElPnm.N.5UybnXkNH/yv.BNfQDdI3kGZMWq2m"], ["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", Fri, 16 Nov 2012 20:17:55 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 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", 30], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["description", "Vitae ea eos. Quaerat sit dolorem facilis qui. Vel eveniet tempora aperiam sit rerum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Occaecati quo id ut enim."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (4.3ms) 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" = 'angelita_toy@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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "angelita_toy@example.net"], ["encrypted_password", "$2a$04$MHhSKXaDHawi1x2vIFyI2O3yZeZKOAI.CkkXtodSoH4RgkKdV5Qa."], ["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", Fri, 16 Nov 2012 20:17:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>nil, "description"=>"Eos quod explicabo consequuntur labore. Et adipisci non beatae aut omnis dolorem. Quod omnis provident voluptatem nobis in. Qui aut iste magni est. Nulla sed eveniet quia et.", "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 39ms (Views: 32.6ms | ActiveRecord: 0.3ms)  (18.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" = 'giovanny@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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "giovanny@example.com"], ["encrypted_password", "$2a$04$SB8XhrMJ94vel0g6LxYeSuXNYf/a3th3QRE6b0Zl5qirrm8cFSDYa"], ["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", Fri, 16 Nov 2012 20:17:55 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"=>"Nihil velit ea et fugiat neque provident tempore. Quasi debitis sequi dolores et. Officia placeat excepturi.", "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 7ms (Views: 1.4ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"   (16.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" = 'angelita_toy@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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "angelita_toy@example.net"], ["encrypted_password", "$2a$04$LKJXYLS5sfb13u/efTH8zuWBj3fcMUuBJqT49p1FyvB1xic40zK6m"], ["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", Fri, 16 Nov 2012 20:17:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>"Eos quod explicabo consequuntur.", "description"=>"Et adipisci non beatae aut omnis dolorem. Quod omnis provident voluptatem nobis in. Qui aut iste magni est. Nulla sed eveniet quia et. Id quis corrupti aut quas.", "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 (41.0ms) 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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["description", "Et adipisci non beatae aut omnis dolorem. Quod omnis provident voluptatem nobis in. Qui aut iste magni est. Nulla sed eveniet quia et. Id quis corrupti aut quas."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eos quod explicabo consequuntur."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 54ms (ActiveRecord: 41.5ms)  (12.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" = 'columbus.gusikowski@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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "columbus.gusikowski@example.org"], ["encrypted_password", "$2a$04$S4Pt7hjaoAZJTM1qZr.MJeyjwLG7Wkdqi3X1TGAQTixPfXdwUm28y"], ["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", Fri, 16 Nov 2012 20:17:55 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"=>"Dolore pariatur.", "description"=>"Et aliquid officia voluptatem. Est accusantium minima laborum libero. Et atque officia rem impedit dignissimos dolore. Molestias consequuntur architecto labore non. Id vero vel aut magni.", "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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["description", "Et aliquid officia voluptatem. Est accusantium minima laborum libero. Et atque officia rem impedit dignissimos dolore. Molestias consequuntur architecto labore non. Id vero vel aut magni."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolore pariatur."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"   (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" = 'angelita_toy@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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "angelita_toy@example.net"], ["encrypted_password", "$2a$04$zoYOMwokbay0lH3OmeZVZePf2r1He30lCxAH/NGTxNvzls3zb/s/q"], ["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", Fri, 16 Nov 2012 20:17:55 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", 31], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["description", "Et adipisci non beatae aut omnis dolorem. Quod omnis provident voluptatem nobis in. Qui aut iste magni est. Nulla sed eveniet quia et. Id quis corrupti aut quas."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eos quod explicabo consequuntur."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Voluptas veritatis laboriosam eligendi enim nisi animi quidem. Incidunt saepe totam. Dolores eos veniam.", "author_id"=>"32"}} 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 48ms (Views: 43.3ms | ActiveRecord: 0.3ms)  (18.1ms) 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" = 'alize.ankunding@example.org' 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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "alize.ankunding@example.org"], ["encrypted_password", "$2a$04$HAcBOEia9VQUZTFpl78Tjeu.TmElCmAj3Dk7SMxMJRn55NP/N6XxC"], ["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", Fri, 16 Nov 2012 20:17:55 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", 33], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["description", "Molestias consequuntur architecto labore non. Id vero vel aut magni. Dolor ipsa aut. Dolorem quae repellat et voluptas est officia. Ut eum omnis officia facere perspiciatis ipsum autem."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et atque officia rem impedit dignissimos."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Iste aut est dolores a. Deleniti eum sint rem est sequi quam rerum. Autem in natus dolores voluptatem laudantium voluptas et.", "author_id"=>"34"}} 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 6ms (Views: 1.4ms | ActiveRecord: 0.2ms) Almanac::Blog Load (0.0ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (3.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" = 'angelita_toy@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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "angelita_toy@example.net"], ["encrypted_password", "$2a$04$GXTzW7u8jlHfXtQbmOOqn.yEuEvRHB6dufV8C2BRyGRppk9xmi4.6"], ["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", Fri, 16 Nov 2012 20:17:55 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", 35], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["description", "Et adipisci non beatae aut omnis dolorem. Quod omnis provident voluptatem nobis in. Qui aut iste magni est. Nulla sed eveniet quia et. Id quis corrupti aut quas."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eos quod explicabo consequuntur."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Aut eos iusto fugit ex ducimus.", "description"=>"Impedit suscipit ducimus omnis. Est voluptatem dolorem sapiente explicabo nihil aliquid. Sunt in earum quisquam totam quo perspiciatis. Impedit asperiores eos laudantium. Cum voluptate iste non a voluptatem nihil.", "author_id"=>"36"}} 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" = 'Aut eos iusto fugit ex ducimus.', "description" = 'Impedit suscipit ducimus omnis. Est voluptatem dolorem sapiente explicabo nihil aliquid. Sunt in earum quisquam totam quo perspiciatis. Impedit asperiores eos laudantium. Cum voluptate iste non a voluptatem nihil.', "author_id" = 36, "updated_at" = '2012-11-16 20:17:55.726556' 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)  (1.0ms) 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" = 'jaunita_nicolas@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", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "jaunita_nicolas@example.org"], ["encrypted_password", "$2a$04$euD9CL2COuL55tp7jq/7GeRtqolLtBSOBf1mmTrWSMQ3emDkhK9xm"], ["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", Fri, 16 Nov 2012 20:17:55 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", 37], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00], ["description", "Perspiciatis temporibus deleniti dolorum nemo nobis sapiente. Quidem sunt fuga et in possimus. Culpa magnam velit minus. Ut alias recusandae voluptas provident."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ipsum corporis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:17:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Testz", "description"=>"Ratione itaque sunt est hic. Impedit quia suscipit illo minima qui labore. Sit facere placeat dolor facilis libero eos architecto. Beatae asperiores excepturi. Enim dolorem omnis consequatur.", "author_id"=>"38"}} 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" = 'Ratione itaque sunt est hic. Impedit quia suscipit illo minima qui labore. Sit facere placeat dolor facilis libero eos architecto. Beatae asperiores excepturi. Enim dolorem omnis consequatur.', "author_id" = 38, "updated_at" = '2012-11-16 20:17:55.745913' 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) Almanac::Blog Load (0.0ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (2.0ms) rollback transaction Connecting to database specified by database.yml  (1.8ms) DELETE FROM "users";  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.3ms) DELETE FROM "almanac_posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_posts';  (1.3ms) DELETE FROM "almanac_images";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_images';  (1.5ms) DELETE FROM "tags";  (0.1ms) DELETE FROM sqlite_sequence where name = 'tags';  (1.0ms) DELETE FROM "taggings";  (0.1ms) DELETE FROM sqlite_sequence where name = 'taggings';  (1.1ms) DELETE FROM "almanac_comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_comments';  (1.2ms) DELETE FROM "almanac_blogs";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_blogs';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'alayna_schmitt@example.net' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (14.3ms) 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", Fri, 16 Nov 2012 20:18:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "alayna_schmitt@example.net"], ["encrypted_password", "$2a$04$9pmdczFlpyiaIzu/oaTJUORueJre8B0A2.UupiWA7W8Hv7qbUgiM."], ["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", Fri, 16 Nov 2012 20:18:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs" Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>"Expedita dolor.", "description"=>"Ut dolorum at rerum sapiente sed qui error. Molestiae quam saepe cupiditate minus possimus quo. Dolor praesentium sit alias. Unde maxime omnis pariatur iste quia deleniti. Mollitia et ut sapiente et.", "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", Fri, 16 Nov 2012 20:18:12 UTC +00:00], ["description", "Ut dolorum at rerum sapiente sed qui error. Molestiae quam saepe cupiditate minus possimus quo. Dolor praesentium sit alias. Unde maxime omnis pariatur iste quia deleniti. Mollitia et ut sapiente et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Expedita dolor."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 23ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"  (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" = 'florida.bernhard@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", Fri, 16 Nov 2012 20:18:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "florida.bernhard@example.com"], ["encrypted_password", "$2a$04$t3jHT.Fhn8vv/GGUlJDPFOHGuJgDXHwubj0PaTcxrE01Fj2.N7u1W"], ["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", Fri, 16 Nov 2012 20:18:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>"Accusantium est consectetur voluptatem repellat nemo.", "description"=>"Labore mollitia repellendus neque. Adipisci et dolores et tempore et delectus tenetur. Eius natus ea. Blanditiis sint rem non laborum. Enim libero quidem id eius neque incidunt.", "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.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", 1], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:12 UTC +00:00], ["description", "Labore mollitia repellendus neque. Adipisci et dolores et tempore et delectus tenetur. Eius natus ea. Blanditiis sint rem non laborum. Enim libero quidem id eius neque incidunt."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Accusantium est consectetur voluptatem repellat nemo."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.9ms)  (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" = 'alayna_schmitt@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", Fri, 16 Nov 2012 20:18:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "alayna_schmitt@example.net"], ["encrypted_password", "$2a$04$ZzTuO4B5cmr4n2ptPxSPieomiWwY4eP2Tc/ZY2uiweHxXVHNAnJQm"], ["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", Fri, 16 Nov 2012 20:18:12 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"=>"Beatae quis voluptatum culpa est repudiandae quasi minus. Ut dolorum at rerum sapiente sed qui error. Molestiae quam saepe cupiditate minus possimus quo.", "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 45ms (Views: 38.6ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"  (0.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" = 'sandy_sanford@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", Fri, 16 Nov 2012 20:18:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "sandy_sanford@example.com"], ["encrypted_password", "$2a$04$xurOeK4YL.Pz8DVffLUE7ebXl09PbEMXIoaOykR0bpz7gKH8zv8BS"], ["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", Fri, 16 Nov 2012 20:18:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>nil, "description"=>"Labore quo et perspiciatis distinctio tempora suscipit. Non voluptatem laboriosam quis. Possimus ipsum quae animi dignissimos qui fuga.", "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 7ms (Views: 1.4ms | ActiveRecord: 0.3ms)  (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" = 'alayna_schmitt@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", Fri, 16 Nov 2012 20:18:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "alayna_schmitt@example.net"], ["encrypted_password", "$2a$04$XDfpMR/XRDmG2mwbsgoSoOBnDR56E1z719FKn5SxdpAKFJIIDtyTG"], ["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", Fri, 16 Nov 2012 20:18:12 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", 1], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:12 UTC +00:00], ["description", "Ut dolorum at rerum sapiente sed qui error. Molestiae quam saepe cupiditate minus possimus quo. Dolor praesentium sit alias. Unde maxime omnis pariatur iste quia deleniti. Mollitia et ut sapiente et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Expedita dolor."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:12 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 2], ["blog_id", 1], ["body", "Aut illo est laboriosam rerum minus. Qui ipsam sed atque quod nesciunt quo eligendi. Qui nulla veritatis ea eos dolorem. Quam aspernatur in eveniet magni aut illo. Sequi necessitatibus facere vero nesciunt quidem sed expedita. Et impedit et aliquid expedita rerum cum."], ["created_at", Fri, 16 Nov 2012 20:18:12 UTC +00:00], ["excerpt", "Rem corporis voluptate quam."], ["published", true], ["slug", nil], ["title", "Cupiditate sunt provident."], ["updated_at", Fri, 16 Nov 2012 20:18:12 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) 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.0ms) 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.0ms) 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.0ms) 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.2ms) 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.4ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:12 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", Fri, 16 Nov 2012 20:18:12 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", Fri, 16 Nov 2012 20:18:12 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", Fri, 16 Nov 2012 20:18:12 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", Fri, 16 Nov 2012 20:18:12 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) 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", "monte.aufderhar@example.org"], ["author_name", "Chyna White DVM"], ["body", "Labore non velit fugiat. Odit expedita adipisci blanditiis aut esse ab. Officia quaerat excepturi ipsa voluptas eaque."], ["created_at", Fri, 16 Nov 2012 20:18:12 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:12 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", "tabitha@example.org"], ["author_name", "Salvatore Marvin"], ["body", "Provident vel voluptas libero dolores."], ["created_at", Fri, 16 Nov 2012 20:18:12 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:12 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", "herta.hagenes@example.net"], ["author_name", "Valerie Yundt"], ["body", "Illo esse quidem quia. Cumque voluptatem laudantium ad quia iure deleniti officia. Et delectus eaque minus alias vel esse distinctio."], ["created_at", Fri, 16 Nov 2012 20:18:12 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:12 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", "oral.thiel@example.com"], ["author_name", "Callie Gerlach"], ["body", "Sunt provident qui sit quidem ratione repellendus. In animi est deserunt provident eos saepe."], ["created_at", Fri, 16 Nov 2012 20:18:12 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:12 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", "joaquin_cummerata@example.org"], ["author_name", "Ms. Karson Streich"], ["body", "Et ex quisquam saepe. Vel ut eius sed aut optio. Ullam qui est consectetur facere mollitia."], ["created_at", Fri, 16 Nov 2012 20:18:12 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:12 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", "malika@example.net"], ["author_name", "Cecile Berge"], ["body", "Qui et dolorem et. Nisi quibusdam ut ex in ipsa. Ea ratione modi dolor et voluptatem eos est."], ["created_at", Fri, 16 Nov 2012 20:18:12 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:12 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", "gielle@example.net"], ["author_name", "Ernestine Fay"], ["body", "Incidunt libero et ab et. Nisi qui qui perspiciatis omnis ipsa asperiores labore."], ["created_at", Fri, 16 Nov 2012 20:18:12 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:12 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", "dorian@example.net"], ["author_name", "Maiya Runolfsson Sr."], ["body", "Libero ea et. Ducimus pariatur labore molestias. Similique perspiciatis et."], ["created_at", Fri, 16 Nov 2012 20:18:12 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:12 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", "alford@example.net"], ["author_name", "Ottis Runolfsdottir DDS"], ["body", "Odio officia ipsam voluptas soluta reprehenderit voluptatum. Beatae consequatur cupiditate. Quia ea vero facere et nulla consequuntur."], ["created_at", Fri, 16 Nov 2012 20:18:12 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:12 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", "zechariah@example.net"], ["author_name", "Ena Koch"], ["body", "Illum natus delectus omnis suscipit ut consequatur qui. Beatae qui dolore nisi."], ["created_at", Fri, 16 Nov 2012 20:18:12 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:12 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", "alisa@example.net"], ["author_name", "Hazle Zboncak"], ["body", "Quod neque labore voluptatem iste iusto consequuntur."], ["created_at", Fri, 16 Nov 2012 20:18:12 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:18:12 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", "johnnie_wisozk@example.net"], ["author_name", "Brody Russel"], ["body", "Eius distinctio provident quisquam autem quasi nobis. Velit neque hic aut. Magni vitae harum et animi quibusdam voluptas."], ["created_at", Fri, 16 Nov 2012 20:18:12 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:18:12 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", "alberto@example.com"], ["author_name", "Idella Gulgowski"], ["body", "Aut vel assumenda sunt nisi incidunt."], ["created_at", Fri, 16 Nov 2012 20:18:12 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:18:12 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", "kyleigh@example.org"], ["author_name", "Noel King"], ["body", "Quisquam mollitia adipisci."], ["created_at", Fri, 16 Nov 2012 20:18:12 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:18:12 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", "brielle_hudson@example.org"], ["author_name", "Joy Padberg"], ["body", "Corporis eaque distinctio aut enim iste."], ["created_at", Fri, 16 Nov 2012 20:18:12 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:18:12 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 33ms (Views: 17.5ms | ActiveRecord: 0.1ms) Almanac::Comment Load (0.3ms) SELECT "almanac_comments".* FROM "almanac_comments" WHERE "almanac_comments"."spam" = 't' ORDER BY id ASC  (1.2ms) 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" = 'estella@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", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "estella@example.net"], ["encrypted_password", "$2a$04$BlpvZ706TsaotKRPkEfNve2uaQQ.Lc6J0i5sRmhrueP/vbTMn9foW"], ["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", Fri, 16 Nov 2012 20:18:13 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", 3], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["description", "Porro adipisci est incidunt unde velit eius quo. Fuga mollitia perferendis. Omnis a ex fugiat. Corrupti eum voluptatem qui neque corporis. Dicta omnis pariatur debitis laborum ea."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Recusandae quam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:13 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 4], ["blog_id", 1], ["body", "Quasi soluta aut. Et porro qui ea. Voluptatem doloremque sed beatae velit saepe. Velit consequatur rem assumenda. Culpa quaerat quam tenetur velit est aperiam numquam. Atque quia veniam delectus quam assumenda impedit. Odit occaecati ipsum."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["excerpt", "Inventore provident possimus."], ["published", true], ["slug", nil], ["title", "Odio aut omnis eum id non."], ["updated_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.0ms) 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", "amalia.langworth@example.net"], ["author_name", "Dr. Laurel Kulas"], ["body", "Recusandae in nihil et ut id. Alias deleniti veniam aut iusto tenetur."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:13 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", "kendra@example.org"], ["author_name", "Jazmyn Bednar"], ["body", "Consequatur hic doloremque maiores et dolor cum quia. Nisi sed velit."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:13 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", "billie_kreiger@example.org"], ["author_name", "Leo Goldner"], ["body", "Et et autem commodi sed sequi iste omnis. Quaerat molestiae iste. Quod eveniet eos cum earum rerum."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:13 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", "donny@example.org"], ["author_name", "Miss Efren Sipes"], ["body", "Quam adipisci molestiae at qui."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:13 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", "jarvis_kunde@example.org"], ["author_name", "Jaquelin Flatley"], ["body", "Nisi sed tenetur dolores voluptatem quis iusto dolore."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:13 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", "koby_bechtelar@example.net"], ["author_name", "Cullen Kunze"], ["body", "Alias et odit qui sit sunt."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:13 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", "guie.jenkins@example.com"], ["author_name", "Reece Becker"], ["body", "Voluptatem quis et laudantium qui neque. Eum ducimus eos aliquam explicabo fuga aspernatur vel."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:13 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", "chelsie@example.org"], ["author_name", "Kathryn Yost"], ["body", "Excepturi reiciendis voluptatum architecto quod."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:13 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", "weston@example.net"], ["author_name", "Jonathan Schaefer"], ["body", "Molestiae aut animi architecto dignissimos. Cupiditate nobis dolores molestias quo animi."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:13 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", "myrl.moriette@example.com"], ["author_name", "Rosa Jenkins Sr."], ["body", "Quo quod facere non. Omnis doloremque ut praesentium atque facilis illo sunt."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:13 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", "desiree_rolfson@example.com"], ["author_name", "Nia Howe"], ["body", "Ipsam ipsa unde eius ut dicta alias."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:18:13 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", "adah_cormier@example.net"], ["author_name", "Virginia Abbott"], ["body", "Et optio laborum laudantium non eum quam quia. Non voluptatem suscipit at in aperiam ipsum. Nobis voluptatem ut provident delectus iste."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:18:13 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", "libby.jenkins@example.net"], ["author_name", "Jerad Skiles V"], ["body", "Et cum non aut voluptas."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:18:13 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", "tobin@example.com"], ["author_name", "Julien Feest"], ["body", "Qui rerum accusamus. Nemo velit minima dolor. Numquam et illum."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:18:13 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", "isaiah@example.org"], ["author_name", "Mrs. Jarrell Bernier"], ["body", "Quo in est quam nesciunt asperiores vel tenetur. Quo eveniet similique et nesciunt. Est et voluptatem repellendus corporis omnis cumque minus."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:18:13 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)  (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" = 'alayna_schmitt@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", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "alayna_schmitt@example.net"], ["encrypted_password", "$2a$04$xvIT//Usg0Kj8fBGPNI5IOdXyKkNG1iQtGRWexGzPprYldRiujfCG"], ["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", Fri, 16 Nov 2012 20:18:13 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", 5], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["description", "Ut dolorum at rerum sapiente sed qui error. Molestiae quam saepe cupiditate minus possimus quo. Dolor praesentium sit alias. Unde maxime omnis pariatur iste quia deleniti. Mollitia et ut sapiente et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Expedita dolor."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Testz", "description"=>"Non incidunt suscipit enim ipsam. Nesciunt expedita animi consequatur maiores. Aut illo est laboriosam rerum minus.", "author_id"=>"6"}} 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" = 'Non incidunt suscipit enim ipsam. Nesciunt expedita animi consequatur maiores. Aut illo est laboriosam rerum minus.', "author_id" = 6, "updated_at" = '2012-11-16 20:18:13.099191' 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.4ms) Almanac::Blog Load (0.0ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."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" = 'hazel@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", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "hazel@example.org"], ["encrypted_password", "$2a$04$oWqgGal9DSQfYNg7o0pDIOnAYvc287ezm3A5V6e6pxksjUU.iEKie"], ["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", Fri, 16 Nov 2012 20:18:13 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", 7], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["description", "Harum veniam ut perferendis eius fugit consequatur recusandae. Facere sapiente laboriosam. Dolorum est animi magnam aut. Sequi beatae ad rerum. Animi nulla hic cumque impedit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Pariatur adipisci."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Quis placeat adipisci.", "description"=>"Hic illo nostrum ex ipsa deleniti molestiae. Quae fugiat magnam vel delectus repudiandae. Earum autem in.", "author_id"=>"8"}} 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" = 'Quis placeat adipisci.', "description" = 'Hic illo nostrum ex ipsa deleniti molestiae. Quae fugiat magnam vel delectus repudiandae. Earum autem in.', "author_id" = 8, "updated_at" = '2012-11-16 20:18:13.117028' 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)  (12.0ms) 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" = 'alayna_schmitt@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", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "alayna_schmitt@example.net"], ["encrypted_password", "$2a$04$IrZNbAcJKNcohgs1sirSOem/gGffeJHynkPGX3nTMdXiUYbDS63l."], ["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", Fri, 16 Nov 2012 20:18:13 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", 9], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["description", "Ut dolorum at rerum sapiente sed qui error. Molestiae quam saepe cupiditate minus possimus quo. Dolor praesentium sit alias. Unde maxime omnis pariatur iste quia deleniti. Mollitia et ut sapiente et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Expedita dolor."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Non incidunt suscipit enim ipsam. Nesciunt expedita animi consequatur maiores. Aut illo est laboriosam rerum minus.", "author_id"=>"10"}} 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: 2.5ms | ActiveRecord: 0.2ms) Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (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" = 'hazel@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", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "hazel@example.org"], ["encrypted_password", "$2a$04$ygBmSgs3AUbh0rHzYesnXObhwm5ECzKWZ.4YhhUc.bhx4iReqy34a"], ["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", Fri, 16 Nov 2012 20:18:13 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", 11], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["description", "Harum veniam ut perferendis eius fugit consequatur recusandae. Facere sapiente laboriosam. Dolorum est animi magnam aut. Sequi beatae ad rerum. Animi nulla hic cumque impedit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Pariatur adipisci."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Praesentium unde ab ut deleniti. Hic illo nostrum ex ipsa deleniti molestiae. Quae fugiat magnam vel delectus repudiandae. Earum autem in.", "author_id"=>"12"}} 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 6ms (Views: 1.5ms | ActiveRecord: 0.2ms)  (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" = 'alayna_schmitt@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", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "alayna_schmitt@example.net"], ["encrypted_password", "$2a$04$fEpG/wRLxm.5Uvs/DWwJL.ZAQ8jDoIna1D0hSWHzRSA32fw2VU8rC"], ["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", Fri, 16 Nov 2012 20:18:13 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", 14], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["description", "Qui nulla veritatis ea eos dolorem. Quam aspernatur in eveniet magni aut illo. Sequi necessitatibus facere vero nesciunt quidem sed expedita."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Suscipit aperiam magnam doloribus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:13 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 13], ["blog_id", 1], ["body", "Molestiae quam saepe cupiditate minus possimus quo. Dolor praesentium sit alias. Unde maxime omnis pariatur iste quia deleniti. Mollitia et ut sapiente et. Cupiditate sunt provident. Rem corporis voluptate quam dolore eos. Ipsam sequi suscipit quo deleniti illo non sed."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["excerpt", "Ut dolorum at rerum sapiente sed."], ["published", true], ["slug", nil], ["title", "Expedita dolor fugiat."], ["updated_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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_comments"  Processing by Almanac::CommentsController#create as HTML Parameters: {"comment"=>{"author_name"=>"Rhiannon Walker PhD", "author_email"=>"della@example.net", "body"=>"Omnis quia aut autem ut vitae blanditiis. Ut aut quam consequatur distinctio. Debitis libero necessitatibus."}, "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.3ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "della@example.net"], ["author_name", "Rhiannon Walker PhD"], ["body", "Omnis quia aut autem ut vitae blanditiis. Ut aut quam consequatur distinctio. Debitis libero necessitatibus."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/1 Completed 302 Found in 9ms (ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_comments"   (4.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (19.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'claudia.keeling@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", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "claudia.keeling@example.com"], ["encrypted_password", "$2a$04$h/Izez2GW0KCmjIGNFVIdujO3d5PGk4C4haLj6JDIAPnr.3aBWpwu"], ["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", Fri, 16 Nov 2012 20:18:13 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", 16], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["description", "Ut dolorem aperiam. Nesciunt molestiae aliquam veniam voluptatem tempora assumenda. Doloremque vel cum. Aut assumenda placeat voluptatum sed."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Rerum repellendus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:13 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 15], ["blog_id", 1], ["body", "Repudiandae necessitatibus velit itaque corporis impedit. Quaerat accusantium non quae ut. Vel quia alias corporis ducimus commodi animi. Voluptatibus vitae iusto non animi corrupti error. A veritatis quidem dicta rerum voluptatem."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["excerpt", "Cum earum dolores."], ["published", true], ["slug", nil], ["title", "Asperiores aliquid omnis consequuntur et."], ["updated_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["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" = 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:13 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"=>"Bradley Connelly", "author_email"=>"shaylee@example.org", "body"=>"Dolorem voluptatum voluptas quis non modi officia non. Eius dolor sit et maiores. Sunt aut amet ea nam labore omnis sunt."}, "post_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 SQL (0.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "shaylee@example.org"], ["author_name", "Bradley Connelly"], ["body", "Dolorem voluptatum voluptas quis non modi officia non. Eius dolor sit et maiores. Sunt aut amet ea nam labore omnis sunt."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/1 Completed 302 Found in 7ms (ActiveRecord: 0.4ms)  (14.0ms) 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" = 'alayna_schmitt@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", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "alayna_schmitt@example.net"], ["encrypted_password", "$2a$04$2yX2Fe1rB/NLwRnREddJl.Y8kLvOdyO4nyRucF1lW.3FbxBIkUx3S"], ["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", Fri, 16 Nov 2012 20:18:13 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", 18], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["description", "Qui nulla veritatis ea eos dolorem. Quam aspernatur in eveniet magni aut illo. Sequi necessitatibus facere vero nesciunt quidem sed expedita."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Suscipit aperiam magnam doloribus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:13 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 17], ["blog_id", 1], ["body", "Molestiae quam saepe cupiditate minus possimus quo. Dolor praesentium sit alias. Unde maxime omnis pariatur iste quia deleniti. Mollitia et ut sapiente et. Cupiditate sunt provident. Rem corporis voluptate quam dolore eos. Ipsam sequi suscipit quo deleniti illo non sed."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["excerpt", "Ut dolorum at rerum sapiente sed."], ["published", true], ["slug", nil], ["title", "Expedita dolor fugiat."], ["updated_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["written_at", Fri, 16 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.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" = 'test5' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test5"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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.0ms) 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.0ms) 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.3ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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"=>"Rhiannon Walker PhD", "author_email"=>"della@example.net", "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 8ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_comments"  (8.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" = 'bobbie.dooley@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", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "bobbie.dooley@example.com"], ["encrypted_password", "$2a$04$h01bekbcolRBVyJpY4l.hOEYfNTFM9EBKaPB9JuAUvEs53tIdp5GG"], ["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", Fri, 16 Nov 2012 20:18:13 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", 20], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["description", "A veritatis quidem dicta rerum voluptatem. Rerum repellendus porro. Est delectus architecto eveniet reprehenderit voluptatem non et. Vel ipsa laboriosam atque est omnis. Rerum aut veritatis voluptates quis ex."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Voluptatibus vitae iusto non animi corrupti."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:13 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 19], ["blog_id", 1], ["body", "Inventore est ea veritatis laudantium in rerum repellat. Asperiores aliquid omnis consequuntur et. Cum earum dolores nam rerum. Modi id voluptate reiciendis quod sed doloremque. Quaerat accusantium non quae ut. Vel quia alias corporis ducimus commodi animi."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["excerpt", "Aut aut dolore rerum saepe."], ["published", true], ["slug", nil], ["title", "Ab enim cupiditate vel tempora."], ["updated_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["written_at", Fri, 16 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.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" = '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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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"=>"Mrs. Rusty Marvin", "author_email"=>"madyson_bode@example.net", "body"=>"Fugiat dolore dolor qui inventore. Fugit consectetur cum excepturi nihil earum alias animi. Ut nostrum sint amet deserunt minus."}, "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", "madyson_bode@example.net"], ["author_name", "Mrs. Rusty Marvin"], ["body", "Fugiat dolore dolor qui inventore. Fugit consectetur cum excepturi nihil earum alias animi. Ut nostrum sint amet deserunt minus."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/1 Completed 302 Found in 7ms (ActiveRecord: 0.4ms)  (66.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" = 'alayna_schmitt@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", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "alayna_schmitt@example.net"], ["encrypted_password", "$2a$04$VewyOlua7I.orRx3cPh7yeENOC.WLBZ6xiyxVRElhQYPbucL1ub3q"], ["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", Fri, 16 Nov 2012 20:18:13 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", 22], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["description", "Qui nulla veritatis ea eos dolorem. Quam aspernatur in eveniet magni aut illo. Sequi necessitatibus facere vero nesciunt quidem sed expedita."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Suscipit aperiam magnam doloribus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:13 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 21], ["blog_id", 1], ["body", "Molestiae quam saepe cupiditate minus possimus quo. Dolor praesentium sit alias. Unde maxime omnis pariatur iste quia deleniti. Mollitia et ut sapiente et. Cupiditate sunt provident. Rem corporis voluptate quam dolore eos. Ipsam sequi suscipit quo deleniti illo non sed."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["excerpt", "Ut dolorum at rerum sapiente sed."], ["published", true], ["slug", nil], ["title", "Expedita dolor fugiat."], ["updated_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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 (27.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "della@example.net"], ["author_name", "Rhiannon Walker PhD"], ["body", "Omnis quia aut autem ut vitae blanditiis. Ut aut quam consequatur distinctio. Debitis libero necessitatibus."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00]]  (0.1ms) 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"  (20.1ms) 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" = 'claudia.keeling@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", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "claudia.keeling@example.com"], ["encrypted_password", "$2a$04$tlxv7eC//yPOd8riXCx3pOIv8xbspYoE.PxGatL7GsHVpAjre1sU."], ["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", Fri, 16 Nov 2012 20:18:13 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", 24], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["description", "Ut dolorem aperiam. Nesciunt molestiae aliquam veniam voluptatem tempora assumenda. Doloremque vel cum. Aut assumenda placeat voluptatum sed."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Rerum repellendus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:13 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 23], ["blog_id", 1], ["body", "Repudiandae necessitatibus velit itaque corporis impedit. Quaerat accusantium non quae ut. Vel quia alias corporis ducimus commodi animi. Voluptatibus vitae iusto non animi corrupti error. A veritatis quidem dicta rerum voluptatem."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["excerpt", "Cum earum dolores."], ["published", true], ["slug", nil], ["title", "Asperiores aliquid omnis consequuntur et."], ["updated_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["written_at", Fri, 16 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.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" = 'test8' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test8"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby8"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "shaylee@example.org"], ["author_name", "Bradley Connelly"], ["body", "Dolorem voluptatum voluptas quis non modi officia non. Eius dolor sit et maiores. Sunt aut amet ea nam labore omnis sunt."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:13 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.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.0ms) 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)  (16.9ms) 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", 26], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["description", "Pariatur ab reprehenderit rerum ullam aut dolores. Asperiores aperiam et. Voluptas voluptatem dolorem hic. Reiciendis praesentium ex deserunt perferendis voluptate. Praesentium consequuntur ut est."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Reiciendis veritatis molestiae in aut sed."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:13 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 25], ["blog_id", 1], ["body", "Vero eius inventore fugiat similique quas atque. Ut ea beatae. Quo accusantium dolores cum aliquid. Voluptatem tempore aperiam laborum natus et necessitatibus. Cumque quae vitae voluptatem similique."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["excerpt", "Doloribus in reiciendis eum repellendus."], ["published", true], ["slug", nil], ["title", "Delectus ut rerum."], ["updated_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test9' OR lower(name) = 'rspec9' OR lower(name) = 'ruby9' OR lower(name) = '#rails9') 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" = 'test9' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test9"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec9' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec9"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby9' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby9"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails9' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails9"]] 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", "estrella.williamson@example.net"], ["author_name", "Ramon D'Amore"], ["body", "Maiores et et rerum facilis error sed et. Minus qui beatae soluta a."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:13 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  (113.2ms) rollback transaction  (0.1ms) begin transaction ActsAsTaggableOn::Tag Load (0.3ms) 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", 28], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["description", "Laudantium voluptas possimus ducimus sint praesentium et dolor. Sed consequuntur distinctio expedita et quia. Cumque quia accusamus at fugit cum quae. In non hic dolor consequatur iste ducimus. Aliquid qui ipsam fugit sint aut voluptatum molestias."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Repudiandae eveniet incidunt temporibus id."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:13 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 27], ["blog_id", 1], ["body", "Itaque eaque id eum nobis et et voluptatem. Est maxime ut atque et. In est et alias magni ut unde dolor. Totam unde consequatur earum officiis nemo eius quis. Amet delectus maxime dolor. Vel consequatur voluptas quam."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["excerpt", "Ea cum unde."], ["published", true], ["slug", nil], ["title", "Sit eos excepturi nam consequatur voluptatibus."], ["updated_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test10' OR lower(name) = 'rspec10' OR lower(name) = 'ruby10' OR lower(name) = '#rails10') 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" = 'test10' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test10"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec10' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec10"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby10' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby10"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails10' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails10"]] 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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  (19.6ms) rollback transaction  (0.1ms) 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", 30], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["description", "Suscipit consequuntur sunt animi modi. Dolores unde est. Doloremque quos corrupti debitis quod dignissimos. Et natus deserunt et ducimus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Itaque vel eum doloribus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:13 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 29], ["blog_id", 1], ["body", "Molestiae velit quia iste iure porro ratione sit. Quis voluptate commodi asperiores. Expedita aliquid rem nihil et. Error facilis saepe rem culpa iusto quo quia. Rerum quibusdam error ut rem eum. Blanditiis dicta sit omnis commodi veniam. Omnis corporis quia qui harum dolorum."], ["created_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["excerpt", "Sed numquam."], ["published", true], ["slug", nil], ["title", "Excepturi sequi molestias qui."], ["updated_at", Fri, 16 Nov 2012 20:18:13 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test11' OR lower(name) = 'rspec11' OR lower(name) = 'ruby11' OR lower(name) = '#rails11') 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" = 'test11' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test11"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec11' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec11"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby11' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby11"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails11' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails11"]] 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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", Fri, 16 Nov 2012 20:18:13 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  (60.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", 32], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["description", "Ut voluptatem ut. Non ut sunt reiciendis cumque aspernatur quidem. Quia aut totam aliquam corporis quia itaque. Nobis iusto enim maxime aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ipsam blanditiis incidunt ut voluptas."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:14 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 31], ["blog_id", 1], ["body", "Ullam voluptatibus sed natus rerum explicabo et. Quia suscipit id quia inventore. Saepe temporibus nostrum distinctio. Quia tenetur quidem laborum quibusdam maxime. Ut assumenda nulla voluptatibus consequatur facere labore."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["excerpt", "Ut odio consequatur nam iste."], ["published", true], ["slug", nil], ["title", "Rerum explicabo mollitia dolorem amet laboriosam beatae."], ["updated_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test12' OR lower(name) = 'rspec12' OR lower(name) = 'ruby12' OR lower(name) = '#rails12') 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" = 'test12' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test12"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec12' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec12"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby12' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby12"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails12' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails12"]] 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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  (5.0ms) 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", 34], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["description", "Non quo doloribus voluptatum minima. Velit laborum facere et in accusamus odit. Et possimus sapiente commodi eos est facilis qui. Recusandae quaerat sed et dolor aut vel et. Dignissimos aut debitis voluptates."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sit voluptatum aut quis dolores id enim."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:14 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 33], ["blog_id", 1], ["body", "Autem neque eius rerum qui. Eos ducimus ipsa velit fuga et laudantium est. Ipsam rerum sit fugit repellendus. Odio cupiditate deleniti minima eum deserunt. Et quidem magni et maxime eos. Consequatur placeat neque rerum. Nostrum corrupti ratione repellendus voluptas doloribus."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["excerpt", "Maxime animi."], ["published", true], ["slug", nil], ["title", "Ducimus suscipit possimus."], ["updated_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test13' OR lower(name) = 'rspec13' OR lower(name) = 'ruby13' OR lower(name) = '#rails13') 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" = 'test13' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test13"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec13' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec13"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby13' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby13"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails13' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails13"]] 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", "major@example.net"], ["author_name", "Mrs. Greyson Gislason"], ["body", "Totam nihil ipsam. Voluptas itaque est."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:14 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", "hailey_stamm@example.net"], ["author_name", "Freddy Runte"], ["body", "Ab perspiciatis saepe velit cupiditate."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:14 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", "ethyl@example.net"], ["author_name", "Ms. Nathanael Spencer"], ["body", "Quia laboriosam animi tenetur ut harum iure."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:14 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", "mollie_conroy@example.org"], ["author_name", "Nayeli Kautzer"], ["body", "Ipsam autem at. Omnis est nam repudiandae non qui."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:14 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", "kasandra_dubuque@example.com"], ["author_name", "Shirley Trantow"], ["body", "Aliquid omnis eveniet quod qui voluptates. Asperiores qui incidunt velit ipsam eaque omnis."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:14 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", "chelsea@example.net"], ["author_name", "Miss Damien Vandervort"], ["body", "Dolorem voluptatem dolore blanditiis amet provident. Eius et excepturi eos beatae. Corrupti molestiae quibusdam cupiditate quia et optio."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:14 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", "loren@example.net"], ["author_name", "Cassie Herman"], ["body", "Ab debitis voluptas quam. Iste commodi possimus est."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00]]  (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", "leonora@example.net"], ["author_name", "Clara Lindgren PhD"], ["body", "Aliquam molestiae molestiae voluptate illum sit qui qui. Incidunt ea fugiat."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:14 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", "cordia.rippin@example.net"], ["author_name", "Cornell Heller II"], ["body", "Rerum aut soluta recusandae est nostrum ut."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:14 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", "wellington@example.com"], ["author_name", "Douglas Torphy"], ["body", "Inventore ut accusantium nemo aut provident temporibus. Et occaecati commodi dicta rerum in omnis. Similique perspiciatis et."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:18:14 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", "alford@example.net"], ["author_name", "Ottis Runolfsdottir DDS"], ["body", "Odio officia ipsam voluptas soluta reprehenderit voluptatum. Beatae consequatur cupiditate. Quia ea vero facere et nulla consequuntur."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:18:14 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", "zechariah@example.net"], ["author_name", "Ena Koch"], ["body", "Illum natus delectus omnis suscipit ut consequatur qui. Beatae qui dolore nisi."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:18:14 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", "alisa@example.net"], ["author_name", "Hazle Zboncak"], ["body", "Quod neque labore voluptatem iste iusto consequuntur."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:18:14 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", "johnnie_wisozk@example.net"], ["author_name", "Brody Russel"], ["body", "Eius distinctio provident quisquam autem quasi nobis. Velit neque hic aut. Magni vitae harum et animi quibusdam voluptas."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Load (0.2ms) 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", "alberto@example.com"], ["author_name", "Idella Gulgowski"], ["body", "Aut vel assumenda sunt nisi incidunt."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_comments" WHERE "almanac_comments"."spam" = 't'  (6.7ms) 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", 35], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["description", "Vero tenetur qui repudiandae illo et itaque dolore. Similique perferendis quo nulla repudiandae nemo voluptas consequatur. Earum voluptate est. Et quam sunt dolorem omnis suscipit. Tempora qui occaecati aut aut vero et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Nisi nobis dolorum ut quia rerum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (8.4ms) 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", 36], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["description", "Earum iusto dignissimos id enim itaque possimus ut. Sint ut et ullam omnis velit. Vel omnis et nesciunt deserunt voluptate. Non quo doloribus voluptatum minima."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Tempora voluptate delectus qui nam officiis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:14 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  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (16.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) 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" = 'grant_swift@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", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "grant_swift@example.com"], ["encrypted_password", "$2a$04$peo6PrxVtfxmL.CW3n8DJu766wxuU8B/kgo8rxcMhL.0JZX1rcpjm"], ["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", Fri, 16 Nov 2012 20:18:14 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", 39], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["description", "Ut dolorum at rerum sapiente sed qui error. Molestiae quam saepe cupiditate minus possimus quo. Dolor praesentium sit alias. Unde maxime omnis pariatur iste quia deleniti. Mollitia et ut sapiente et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Expedita dolor."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:14 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 40], ["blog_id", 1], ["body", "Aut illo est laboriosam rerum minus. Qui ipsam sed atque quod nesciunt quo eligendi. Qui nulla veritatis ea eos dolorem. Quam aspernatur in eveniet magni aut illo. Sequi necessitatibus facere vero nesciunt quidem sed expedita. Et impedit et aliquid expedita rerum cum."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["excerpt", "Rem corporis voluptate quam."], ["published", true], ["slug", nil], ["title", "Cupiditate sunt provident."], ["updated_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["written_at", Fri, 16 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 41], ["blog_id", 1], ["body", "Sit iure omnis dolores dolore maxime voluptatibus. Voluptate dolorem doloribus et laudantium modi similique. Facilis est tempore ut mollitia quia. Quia omnis provident iste consequatur mollitia ut. Nihil sapiente quod."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["excerpt", "Reiciendis autem aut aut est."], ["published", true], ["slug", nil], ["title", "Qui quibusdam odit enim ut."], ["updated_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["written_at", Fri, 16 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 42], ["blog_id", 1], ["body", "Enim sunt et aut illo. Accusamus ut ipsum minus dolores. Qui expedita rerum at optio. Cumque ipsam explicabo. Earum accusantium aperiam."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["excerpt", "Cupiditate dolores ipsa."], ["published", true], ["slug", nil], ["title", "Et eaque aut id fugit pariatur corrupti."], ["updated_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test16' OR lower(name) = 'rspec16' OR lower(name) = 'ruby16' OR lower(name) = '#rails16') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test16' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test16"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec16' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec16"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby16' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby16"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails16' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails16"]] 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:14 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 43], ["blog_id", 1], ["body", "Officia nam repellendus sit. Unde nostrum omnis. Sit tenetur iure vel est accusamus quia. Dolorem sed animi qui cumque ut quia sunt. Facere quidem pariatur ut vel rerum."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["excerpt", "Rem."], ["published", true], ["slug", nil], ["title", "Quidem rem est natus."], ["updated_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["written_at", Fri, 16 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" = '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.0ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 44], ["blog_id", 1], ["body", "Aut id voluptatem ut iusto excepturi voluptatum saepe. Rerum natus reprehenderit impedit officiis nihil ut. Dolorem nesciunt rerum dicta ut totam earum quod. Debitis alias blanditiis nihil nihil exercitationem sunt magnam. Enim sed aliquid voluptatem. Cum aliquid accusamus quo ut aut."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["excerpt", "Natus."], ["published", true], ["slug", nil], ["title", "Neque tenetur officia et."], ["updated_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test18' OR lower(name) = 'rspec18' OR lower(name) = 'ruby18' OR lower(name) = '#rails18') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test18' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test18"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec18' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec18"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby18' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby18"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails18' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails18"]] 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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 24ms (Views: 18.2ms | ActiveRecord: 0.1ms) Almanac::Post Load (0.4ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."published" = 't' ORDER BY written_at DESC, id DESC LIMIT 10 OFFSET 0  (6.0ms) 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" = 'ellie@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", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ellie@example.com"], ["encrypted_password", "$2a$04$DRU2Br3I7RiArJFGbJPYM.rQstADSoEGpIDMtsRXXrFVTfOCagcpW"], ["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", Fri, 16 Nov 2012 20:18:14 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 SQL (0.6ms) 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", 45], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["description", "Est saepe magnam temporibus et sapiente suscipit. Non consequatur minima dolor adipisci. Quam fugiat illum repellendus qui fuga. Alias magni autem totam delectus labore. Quaerat eaque et ipsam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quos quam repudiandae molestias sit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:14 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.5ms | ActiveRecord: 0.1ms)  (5.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" = 'devon_larson@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", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "devon_larson@example.org"], ["encrypted_password", "$2a$04$5NWQBN.sjUzVOdNS6Bhyoe1QnoJWY.sDc1JSGYni9mNY15z0sKX/K"], ["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", Fri, 16 Nov 2012 20:18:14 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", 46], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["description", "Atque adipisci totam. Dolore itaque sunt. Aliquam velit doloremque nihil. Ea qui laboriosam quibusdam error. Occaecati ipsa quaerat recusandae consequatur eaque ex."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Rerum magnam vitae consequatur sit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:14 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 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 47], ["blog_id", 1], ["body", "Consequatur dolores est ea repudiandae voluptate dolor distinctio. Aut et eos qui illum minima quo. Inventore enim velit modi. Aut qui magni totam eligendi iure. Perspiciatis quia fuga quis ut. Eum quia reiciendis aliquam aliquid iste."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["excerpt", "Vel dolores rerum ducimus voluptatibus."], ["published", false], ["slug", nil], ["title", "Ea qui dignissimos."], ["updated_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test19' OR lower(name) = 'rspec19' OR lower(name) = 'ruby19' OR lower(name) = '#rails19') 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" = 'test19' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test19"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec19' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec19"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby19' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby19"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails19' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails19"]] 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 48], ["blog_id", 1], ["body", "Quos est nobis eaque qui. Accusantium excepturi sed. Illum inventore repellat. Autem repudiandae occaecati corrupti facere laboriosam. Dolores fuga in. Tenetur suscipit error. Voluptatem ea quae a adipisci."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["excerpt", "Ut error minus et aut sint."], ["published", false], ["slug", nil], ["title", "Omnis impedit consequatur alias recusandae occaecati laboriosam."], ["updated_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["written_at", Fri, 16 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" = 'test20' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test20"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 49], ["blog_id", 1], ["body", "Excepturi magni ipsa aut. Inventore ea qui sit voluptatem. Dignissimos et et dolorem. Qui tenetur optio. Et eius nemo vel ipsa voluptates ratione. Excepturi sed ipsa numquam vel nam laborum assumenda."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["excerpt", "Et."], ["published", false], ["slug", nil], ["title", "Similique et corporis est recusandae."], ["updated_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["written_at", Fri, 16 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.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test21' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test21"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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 6ms (Views: 1.4ms | ActiveRecord: 0.1ms) Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."published" = 'f' ORDER BY written_at DESC, id DESC  (5.8ms) 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" = 'alayna_schmitt@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", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "alayna_schmitt@example.net"], ["encrypted_password", "$2a$04$UMLq/LtOLn9PN3M6flaqLeMo76HgBcHq/xDqcf/Fis4Vm3VjG7ezi"], ["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", Fri, 16 Nov 2012 20:18:14 UTC +00:00]]  (0.1ms) 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", 50], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["description", "Ut dolorum at rerum sapiente sed qui error. Molestiae quam saepe cupiditate minus possimus quo. Dolor praesentium sit alias. Unde maxime omnis pariatur iste quia deleniti. Mollitia et ut sapiente et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Expedita dolor."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:14 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 51], ["blog_id", 1], ["body", "Aut illo est laboriosam rerum minus. Qui ipsam sed atque quod nesciunt quo eligendi. Qui nulla veritatis ea eos dolorem. Quam aspernatur in eveniet magni aut illo. Sequi necessitatibus facere vero nesciunt quidem sed expedita. Et impedit et aliquid expedita rerum cum."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["excerpt", "Rem corporis voluptate quam."], ["published", true], ["slug", nil], ["title", "Cupiditate sunt provident."], ["updated_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["written_at", Fri, 16 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.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" = '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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 52], ["blog_id", 1], ["body", "Sit iure omnis dolores dolore maxime voluptatibus. Voluptate dolorem doloribus et laudantium modi similique. Facilis est tempore ut mollitia quia. Quia omnis provident iste consequatur mollitia ut. Nihil sapiente quod."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["excerpt", "Reiciendis autem aut aut est."], ["published", true], ["slug", nil], ["title", "Qui quibusdam odit enim ut."], ["updated_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["written_at", Fri, 16 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.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test23"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 53], ["blog_id", 1], ["body", "Enim sunt et aut illo. Accusamus ut ipsum minus dolores. Qui expedita rerum at optio. Cumque ipsam explicabo. Earum accusantium aperiam."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["excerpt", "Cupiditate dolores ipsa."], ["published", true], ["slug", nil], ["title", "Et eaque aut id fugit pariatur corrupti."], ["updated_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 54], ["blog_id", 1], ["body", "Officia nam repellendus sit. Unde nostrum omnis. Sit tenetur iure vel est accusamus quia. Dolorem sed animi qui cumque ut quia sunt. Facere quidem pariatur ut vel rerum."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["excerpt", "Rem."], ["published", true], ["slug", nil], ["title", "Quidem rem est natus."], ["updated_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 55], ["blog_id", 1], ["body", "Aut id voluptatem ut iusto excepturi voluptatum saepe. Rerum natus reprehenderit impedit officiis nihil ut. Dolorem nesciunt rerum dicta ut totam earum quod. Debitis alias blanditiis nihil nihil exercitationem sunt magnam. Enim sed aliquid voluptatem. Cum aliquid accusamus quo ut aut."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["excerpt", "Natus."], ["published", true], ["slug", nil], ["title", "Neque tenetur officia et."], ["updated_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["written_at", Fri, 16 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" = '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.1ms) 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" = 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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 26ms (Views: 19.2ms | ActiveRecord: 0.2ms) Almanac::Post Load (0.3ms) SELECT "almanac_posts".* FROM "almanac_posts" JOIN taggings posts_taggings_e62de5c ON posts_taggings_e62de5c.taggable_id = almanac_posts.id AND posts_taggings_e62de5c.taggable_type = 'Almanac::Post' AND posts_taggings_e62de5c.tag_id = 1 WHERE "almanac_posts"."published" = 't' ORDER BY written_at DESC, id DESC LIMIT 10 OFFSET 0  (9.0ms) 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" = 'margot@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", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "margot@example.com"], ["encrypted_password", "$2a$04$PpWKkxe.aH4/qGqT2Vc3vud0jje6gRhMMIVL2hO7DGuUeCjhzWQsW"], ["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", Fri, 16 Nov 2012 20:18:14 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", 56], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["description", "Qui distinctio numquam assumenda eum quam ex. Et natus deserunt et ducimus. Nemo eius et enim officia autem est voluptatem. Inventore repellendus praesentium et accusantium."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quas et sed consequatur praesentium iusto."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:14 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 46ms (Views: 41.1ms | ActiveRecord: 0.1ms)  (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" = 'alayna_schmitt@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", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "alayna_schmitt@example.net"], ["encrypted_password", "$2a$04$EX6xzOJrNOmeVHMCUR12p.cPPFVINB6DtV13RI.IlezJDQ/cb4WPe"], ["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", Fri, 16 Nov 2012 20:18:14 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", 57], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["description", "Ut dolorum at rerum sapiente sed qui error. Molestiae quam saepe cupiditate minus possimus quo. Dolor praesentium sit alias. Unde maxime omnis pariatur iste quia deleniti. Mollitia et ut sapiente et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Expedita dolor."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:14 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 58], ["blog_id", 1], ["body", "Aut illo est laboriosam rerum minus. Qui ipsam sed atque quod nesciunt quo eligendi. Qui nulla veritatis ea eos dolorem. Quam aspernatur in eveniet magni aut illo. Sequi necessitatibus facere vero nesciunt quidem sed expedita. Et impedit et aliquid expedita rerum cum."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["excerpt", "Rem corporis voluptate quam."], ["published", true], ["slug", nil], ["title", "Cupiditate sunt provident."], ["updated_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["written_at", Fri, 16 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.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" = 'test27' LIMIT 1 SQL (0.0ms) 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.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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_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.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.2ms) 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 114ms (ActiveRecord: 1.2ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"  (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" = 'chyna@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", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "chyna@example.org"], ["encrypted_password", "$2a$04$/orS.CO0rpzlBW863nI.4OLORJDNdzk0oMyd2MH6Hmr1M2MiKmiEi"], ["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", Fri, 16 Nov 2012 20:18:14 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", 59], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["description", "Praesentium unde ab ut deleniti. Hic illo nostrum ex ipsa deleniti molestiae. Quae fugiat magnam vel delectus repudiandae. Earum autem in."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Animi nulla hic cumque."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:14 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 60], ["blog_id", 1], ["body", "Quibusdam aut autem aut ut. Quo placeat alias rerum sit quia magni. Aut rerum officiis quidem quia odit. Nostrum enim animi quidem. Laborum sed blanditiis necessitatibus et. Molestias aut odit et magnam repellendus."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["excerpt", "Ullam quisquam ab sit."], ["published", true], ["slug", nil], ["title", "Debitis ipsum mollitia occaecati iusto accusantium."], ["updated_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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.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.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" = 'alayna_schmitt@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", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "alayna_schmitt@example.net"], ["encrypted_password", "$2a$04$/YF2fiyZ6aptJ2.V5g2MaOVFJ0/QIyrbgILYvytwjQVor2JklYfcS"], ["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", Fri, 16 Nov 2012 20:18:14 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", 61], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["description", "Ut dolorum at rerum sapiente sed qui error. Molestiae quam saepe cupiditate minus possimus quo. Dolor praesentium sit alias. Unde maxime omnis pariatur iste quia deleniti. Mollitia et ut sapiente et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Expedita dolor."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:14 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 62], ["blog_id", 1], ["body", "Aut illo est laboriosam rerum minus. Qui ipsam sed atque quod nesciunt quo eligendi. Qui nulla veritatis ea eos dolorem. Quam aspernatur in eveniet magni aut illo. Sequi necessitatibus facere vero nesciunt quidem sed expedita. Et impedit et aliquid expedita rerum cum."], ["created_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["excerpt", "Rem corporis voluptate quam."], ["published", true], ["slug", nil], ["title", "Cupiditate sunt provident."], ["updated_at", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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" = 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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"=>"Qui quibusdam odit.", "body"=>"Consectetur placeat nesciunt beatae ut aut. Sit iure omnis dolores dolore maxime voluptatibus. Voluptate dolorem doloribus et laudantium modi similique. Facilis est tempore ut mollitia quia. Quia omnis provident iste consequatur mollitia ut.", "published"=>true, "tag_list"=>"common,test30,rspec30,ruby30,#rails30", "author_id"=>"63", "written_at"=>"2012-11-16"}} 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" = 'Qui quibusdam odit.', "body" = 'Consectetur placeat nesciunt beatae ut aut. Sit iure omnis dolores dolore maxime voluptatibus. Voluptate dolorem doloribus et laudantium modi similique. Facilis est tempore ut mollitia quia. Quia omnis provident iste consequatur mollitia ut.', "author_id" = 63, "updated_at" = '2012-11-16 20:18:14.958341' WHERE "almanac_posts"."id" = 1 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.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test30"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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" = 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.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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", Fri, 16 Nov 2012 20:18:14 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 30ms (ActiveRecord: 2.5ms) Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = ? LIMIT 1 [["id", 1]]  (12.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" = 'miles@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", Fri, 16 Nov 2012 20:18:14 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "miles@example.org"], ["encrypted_password", "$2a$04$xJjlKTWR.SXzcK5S9AcWxeDK4DWqx7AhjiXP21JKNmYFdweax1H.u"], ["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", Fri, 16 Nov 2012 20:18:14 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", 64], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["description", "Quibusdam aut autem aut ut. Quo placeat alias rerum sit quia magni. Aut rerum officiis quidem quia odit. Nostrum enim animi quidem."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ullam quisquam ab sit nihil."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:15 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 65], ["blog_id", 1], ["body", "Qui accusamus ut labore maiores. Enim eveniet voluptatibus qui aliquid ipsa enim facere. Vitae et ut cumque aut. Ducimus minus minima atque commodi eum. Libero sed ipsa rerum enim nesciunt nam. Pariatur dolor voluptas cumque unde."], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["excerpt", "Molestias aut odit et."], ["published", true], ["slug", nil], ["title", "Laborum sed blanditiis necessitatibus et."], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["written_at", Fri, 16 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.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" = '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" = 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:15 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"=>"Qui maiores illo facere.", "excerpt"=>"Nostrum eum est quam.", "body"=>"Laborum magni quidem eum incidunt et. In quam doloremque qui laudantium non dolorem. Explicabo possimus eaque libero et doloribus et. Et et et. Officiis et veniam ut tenetur rerum ea accusantium. Qui quasi voluptas occaecati ipsa quo. Asperiores officiis culpa ex impedit.", "published"=>true, "tag_list"=>"common,test32,rspec32,ruby32,#rails32", "author_id"=>"66", "written_at"=>"2012-11-16"}} 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" = 'Qui maiores illo facere.', "excerpt" = 'Nostrum eum est quam.', "body" = 'Laborum magni quidem eum incidunt et. In quam doloremque qui laudantium non dolorem. Explicabo possimus eaque libero et doloribus et. Et et et. Officiis et veniam ut tenetur rerum ea accusantium. Qui quasi voluptas occaecati ipsa quo. Asperiores officiis culpa ex impedit.', "author_id" = 66, "updated_at" = '2012-11-16 20:18:15.075510' WHERE "almanac_posts"."id" = 1 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.0ms) 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.1ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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 28ms (ActiveRecord: 2.4ms)  (3.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" = 'alayna_schmitt@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", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "alayna_schmitt@example.net"], ["encrypted_password", "$2a$04$AS6mAT06x/lRKeQMmLNCauhg5bLqFQ1Klwnmr7EAVwx/m4NaCHjza"], ["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", Fri, 16 Nov 2012 20:18:15 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", 67], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["description", "Ut dolorum at rerum sapiente sed qui error. Molestiae quam saepe cupiditate minus possimus quo. Dolor praesentium sit alias. Unde maxime omnis pariatur iste quia deleniti. Mollitia et ut sapiente et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Expedita dolor."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:15 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 68], ["blog_id", 1], ["body", "Aut illo est laboriosam rerum minus. Qui ipsam sed atque quod nesciunt quo eligendi. Qui nulla veritatis ea eos dolorem. Quam aspernatur in eveniet magni aut illo. Sequi necessitatibus facere vero nesciunt quidem sed expedita. Et impedit et aliquid expedita rerum cum."], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["excerpt", "Rem corporis voluptate quam."], ["published", true], ["slug", nil], ["title", "Cupiditate sunt provident."], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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.0ms) 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" = 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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"=>"Qui quibusdam odit.", "body"=>"Consectetur placeat nesciunt beatae ut aut. Sit iure omnis dolores dolore maxime voluptatibus. Voluptate dolorem doloribus et laudantium modi similique. Facilis est tempore ut mollitia quia. Quia omnis provident iste consequatur mollitia ut.", "published"=>true, "tag_list"=>"common,test34,rspec34,ruby34,#rails34", "author_id"=>"69", "written_at"=>"2012-11-16"}} 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.2ms) 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 44ms (Views: 33.0ms | ActiveRecord: 0.6ms) Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = ? LIMIT 1 [["id", 1]]  (14.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" = 'miles@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", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "miles@example.org"], ["encrypted_password", "$2a$04$EvW5mZ8BaHiCw0xgCVU1jekyZWHnECKfVNLOhFKuS.DOfj0aHRkDy"], ["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", Fri, 16 Nov 2012 20:18:15 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", 70], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["description", "Quibusdam aut autem aut ut. Quo placeat alias rerum sit quia magni. Aut rerum officiis quidem quia odit. Nostrum enim animi quidem."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ullam quisquam ab sit nihil."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:15 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 71], ["blog_id", 1], ["body", "Qui accusamus ut labore maiores. Enim eveniet voluptatibus qui aliquid ipsa enim facere. Vitae et ut cumque aut. Ducimus minus minima atque commodi eum. Libero sed ipsa rerum enim nesciunt nam. Pariatur dolor voluptas cumque unde."], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["excerpt", "Molestias aut odit et."], ["published", true], ["slug", nil], ["title", "Laborum sed blanditiis necessitatibus et."], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test35' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test35"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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" = 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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"=>"Qui maiores.", "body"=>"Qui vel nobis ex voluptas. Id eius quas et. Modi voluptas dolores et architecto. Atque officiis modi accusamus. Architecto fugit repudiandae nam voluptates animi sed temporibus. Accusantium ipsam deserunt dolores. Dolorem suscipit praesentium et vel.", "published"=>true, "tag_list"=>"common,test36,rspec36,ruby36,#rails36", "author_id"=>"72", "written_at"=>"2012-11-16"}} 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 12ms (Views: 1.5ms | ActiveRecord: 0.5ms)  (6.0ms) 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" = 'alayna_schmitt@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", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "alayna_schmitt@example.net"], ["encrypted_password", "$2a$04$PQXzxjSdrCtncoSSudA0c.ROvs8FSzXJYy76Qzh5QptK56UridNtm"], ["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", Fri, 16 Nov 2012 20:18:15 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.6ms) 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", 73], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["description", "Ut dolorum at rerum sapiente sed qui error. Molestiae quam saepe cupiditate minus possimus quo. Dolor praesentium sit alias. Unde maxime omnis pariatur iste quia deleniti. Mollitia et ut sapiente et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Expedita dolor."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_posts" Processing by Almanac::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Cupiditate sunt provident.", "excerpt"=>"Rem corporis voluptate quam.", "body"=>"Aut illo est laboriosam rerum minus. Qui ipsam sed atque quod nesciunt quo eligendi. Qui nulla veritatis ea eos dolorem. Quam aspernatur in eveniet magni aut illo. Sequi necessitatibus facere vero nesciunt quidem sed expedita. Et impedit et aliquid expedita rerum cum.", "published"=>true, "tag_list"=>"common,test37,rspec37,ruby37,#rails37", "author_id"=>"74", "written_at"=>"2012-11-16", "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.5ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["blog_id", 1], ["body", "Aut illo est laboriosam rerum minus. Qui ipsam sed atque quod nesciunt quo eligendi. Qui nulla veritatis ea eos dolorem. Quam aspernatur in eveniet magni aut illo. Sequi necessitatibus facere vero nesciunt quidem sed expedita. Et impedit et aliquid expedita rerum cum."], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["excerpt", "Rem corporis voluptate quam."], ["published", true], ["slug", nil], ["title", "Cupiditate sunt provident."], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test37' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test37"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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 29ms (ActiveRecord: 2.6ms)  (0.0ms) SELECT COUNT(*) FROM "almanac_posts"   (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" = 'chyna@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", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "chyna@example.org"], ["encrypted_password", "$2a$04$so5AdzytcudkmQbPmCZPZOfyEi3gtkP1VsiGSYpiMr1s2Jxzctp5W"], ["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", Fri, 16 Nov 2012 20:18:15 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", 75], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["description", "Praesentium unde ab ut deleniti. Hic illo nostrum ex ipsa deleniti molestiae. Quae fugiat magnam vel delectus repudiandae. Earum autem in."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Animi nulla hic cumque."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Debitis ipsum mollitia occaecati iusto accusantium.", "excerpt"=>"Ullam quisquam ab sit.", "body"=>"Quibusdam aut autem aut ut. Quo placeat alias rerum sit quia magni. Aut rerum officiis quidem quia odit. Nostrum enim animi quidem. Laborum sed blanditiis necessitatibus et. Molestias aut odit et magnam repellendus.", "published"=>true, "tag_list"=>"common,test38,rspec38,ruby38,#rails38", "author_id"=>"76", "written_at"=>"2012-11-16", "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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["blog_id", 1], ["body", "Quibusdam aut autem aut ut. Quo placeat alias rerum sit quia magni. Aut rerum officiis quidem quia odit. Nostrum enim animi quidem. Laborum sed blanditiis necessitatibus et. Molestias aut odit et magnam repellendus."], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["excerpt", "Ullam quisquam ab sit."], ["published", true], ["slug", nil], ["title", "Debitis ipsum mollitia occaecati iusto accusantium."], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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 27ms (ActiveRecord: 2.4ms)  (2.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" = 'alayna_schmitt@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", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "alayna_schmitt@example.net"], ["encrypted_password", "$2a$04$5LYhgVS0fdRE1s4A.n9RCe//PFNL1ue5xQGp/iYIKagYjkBwG9eka"], ["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", Fri, 16 Nov 2012 20:18:15 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", 77], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["description", "Ut dolorum at rerum sapiente sed qui error. Molestiae quam saepe cupiditate minus possimus quo. Dolor praesentium sit alias. Unde maxime omnis pariatur iste quia deleniti. Mollitia et ut sapiente et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Expedita dolor."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:15 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"=>"Cupiditate.", "body"=>"Rem corporis voluptate quam dolore eos. Ipsam sequi suscipit quo deleniti illo non sed. Suscipit aperiam magnam doloribus fugiat. Ad magni ex eaque at et non. Molestiae eaque eum. Perspiciatis ipsum rerum. Facere quasi voluptas.", "published"=>true, "tag_list"=>"common,test39,rspec39,ruby39,#rails39", "author_id"=>"78", "written_at"=>"2012-11-16", "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 26ms (Views: 16.3ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"  (18.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" = 'ashtyn.bartell@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", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "ashtyn.bartell@example.net"], ["encrypted_password", "$2a$04$6JYPMe2lE9TV4V6LJ6WnoOOPNqoEsLFL5Z/VIRNVV6ddPR2IKJ7/S"], ["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", Fri, 16 Nov 2012 20:18:15 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", 79], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["description", "Qui tenetur illo suscipit dolorum minus. Ut ut harum. Ipsa tempore adipisci."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Tenetur et sint."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "excerpt"=>"Quia accusamus.", "body"=>"Qui sit voluptas exercitationem enim similique. Voluptatem hic distinctio velit suscipit. Asperiores quis aut qui in culpa. Ex ipsam nesciunt fugiat praesentium minus. Blanditiis placeat ut.", "published"=>true, "tag_list"=>"common,test40,rspec40,ruby40,#rails40", "author_id"=>"80", "written_at"=>"2012-11-16", "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 11ms (Views: 1.5ms | ActiveRecord: 0.4ms)  (1.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", 82], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["description", "Et ipsam modi. Deleniti voluptas eum nostrum sapiente et modi. Soluta quia architecto. Animi beatae facere ratione non dignissimos voluptas. Maxime sapiente odio cupiditate."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Aut dolor."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (42.0ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 81], ["blog_id", 1], ["body", "Voluptas dolor molestias quo. Asperiores provident est enim sint et est. Molestias error culpa nihil delectus repellat aut. Fugit explicabo nam error veritatis. Exercitationem dolorem dolor qui odit aliquam non officiis."], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["excerpt", "Consequatur voluptas eaque atque."], ["published", true], ["slug", nil], ["title", "Et et ut."], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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" = 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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  (2.2ms) 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", 84], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["description", "Voluptas itaque est. Quia aperiam ipsam voluptatem eaque perspiciatis. Omnis impedit sit autem debitis animi aperiam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sint aut ipsa et quo autem qui."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (4.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.0ms) 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.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", 87], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["description", "Impedit nemo quo ipsum voluptate consectetur corrupti necessitatibus. Eos explicabo id. Aliquid culpa unde quidem nemo. Aliquid odio reprehenderit saepe facere incidunt voluptatem. Ut tempore dignissimos neque a quas."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Vel similique."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.0ms) 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", 89], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["description", "Enim sed rerum aut aut minus. Harum reiciendis voluptatibus voluptate maxime. Consequatur error et. Occaecati qui aut repellat libero laboriosam. Iste repudiandae qui dolorem voluptas officia ut et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Tenetur earum nihil."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.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", 91], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["description", "Nulla aut non magni. Id quam voluptatem cupiditate. Nihil ducimus praesentium facilis voluptatibus et. Rerum omnis dolor perspiciatis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Inventore et quis voluptates animi est ex."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (15.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", 92], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["description", "Et maiores architecto sint modi. Totam facilis quasi. Est cupiditate ipsam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Rerum itaque unde."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:15 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 93], ["blog_id", 1], ["body", "Dolorem fugit necessitatibus sit a vel magnam. Amet molestiae beatae rerum dolorem mollitia. Quod corporis at et aliquam. Sunt veniam et. Explicabo et exercitationem numquam. Cumque est doloribus incidunt iure."], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["excerpt", "Vel in voluptatibus assumenda sint ad."], ["published", true], ["slug", nil], ["title", "Ad qui dolores."], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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" = 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 94], ["blog_id", 1], ["body", "Ad voluptatem nisi magni maiores quam soluta voluptas. Autem qui nostrum porro distinctio. Fuga inventore est. Accusamus et laboriosam tempora autem earum cupiditate sint. Expedita doloremque corporis illum sequi. Velit quo veritatis. Qui possimus necessitatibus."], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["excerpt", "Quis voluptas odio."], ["published", true], ["slug", nil], ["title", "Nobis minima quaerat placeat iure veritatis."], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["written_at", Fri, 16 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.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test48' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test48"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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  (3.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.1ms) 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", 97], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["description", "Incidunt sunt nihil est laboriosam quia deserunt. At nihil architecto dicta. Corporis velit exercitationem voluptatum esse dignissimos."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Enim eos veritatis eveniet."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (3.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.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", 99], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["description", "Pariatur inventore et tempora. Et ullam ipsum. Et magnam distinctio doloribus rerum quia. Enim in iusto animi temporibus rerum. Natus facilis perspiciatis et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Saepe aut."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:15 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", 101], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["description", "Voluptas et voluptatum. Ut ut at excepturi. Inventore accusamus voluptatum et architecto omnis voluptate. Temporibus iste blanditiis nobis perferendis voluptas amet. Illo quisquam aut officia repellendus expedita blanditiis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Consequatur labore at enim eos in doloremque."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.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.1ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.6ms) 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", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["description", "Facere numquam ut sit aut et quibusdam qui. Sit similique quaerat et nihil. Et quia maxime dolore itaque. Corrupti doloremque adipisci laboriosam odio aut unde."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Nihil et pariatur explicabo accusamus."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (12.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) 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", 104], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["description", "Consequatur ratione quibusdam fugiat nihil voluptates at saepe. Iure accusamus quo perferendis modi qui sunt saepe. Qui atque ipsa vero non vitae. Eum praesentium ut natus distinctio a aut omnis. Recusandae veritatis minima dolore."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Laboriosam nam et et et expedita."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:15 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 105], ["blog_id", 1], ["body", "Nostrum corrupti ratione repellendus voluptas doloribus. Sit voluptatum aut quis dolores id enim debitis. Veritatis quo voluptates quae rem aliquam. Voluptatibus praesentium ut. Autem aperiam id ut. Magnam et unde alias dolor quis qui. Dolorum accusantium molestiae et sed."], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["excerpt", "Ut beatae doloremque qui iusto."], ["published", true], ["slug", nil], ["title", "Earum optio modi sunt facilis."], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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" = 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 106], ["blog_id", 1], ["body", "Qui eveniet incidunt quo natus in explicabo vero. Rem sunt fugit provident ducimus perferendis. Qui dolor est dolore voluptas vitae quibusdam. Dolor recusandae nihil iusto. Fuga culpa quisquam laborum natus vel quaerat ullam. Veniam iure nihil similique."], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["excerpt", "Consequatur consequuntur fugiat suscipit."], ["published", true], ["slug", nil], ["title", "Eligendi itaque doloribus."], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["written_at", Fri, 16 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.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test55' LIMIT 1 SQL (0.1ms) 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" = 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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.3ms) 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 107], ["blog_id", 1], ["body", "Saepe explicabo velit sapiente reprehenderit porro. Eos et molestiae dolorem voluptas explicabo voluptatem. Ut inventore facilis quo. Quia velit nisi culpa animi illo. Officia non laudantium odit. Expedita nisi qui tenetur autem."], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["excerpt", "Qui vitae."], ["published", true], ["slug", nil], ["title", "Quos id quibusdam in."], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["written_at", Fri, 16 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.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test56' LIMIT 1 SQL (0.0ms) 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.0ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 108], ["blog_id", 1], ["body", "Dolore qui sapiente voluptatem nulla rem harum nostrum. Quod exercitationem consequatur et distinctio minus. Dolorem vel eius officiis consequatur. Quaerat quia mollitia rerum nulla labore. Non iste vel ut deleniti. Illo velit qui animi sapiente ut. Magni eaque sint voluptate."], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["excerpt", "Tenetur quae."], ["published", true], ["slug", nil], ["title", "Ad reprehenderit libero architecto mollitia excepturi."], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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.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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 109], ["blog_id", 1], ["body", "Vel voluptatem voluptatem assumenda porro doloribus quia. Ad ab ratione sit sit. Qui eius voluptatem ea soluta. Molestiae ex sint aut nemo dolores. Provident soluta optio. Dolor sint voluptatem. Laboriosam sint nihil sapiente quam."], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["excerpt", "Rerum nam eum eum nemo asperiores."], ["published", false], ["slug", nil], ["title", "Quo et rerum."], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 20:18:15 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 110], ["blog_id", 1], ["body", "Labore voluptatem ullam occaecati qui harum. Eos voluptates rerum et sit ipsum. Voluptates blanditiis minima veritatis laborum natus. Quam ut maxime aperiam. Occaecati fuga ut ducimus temporibus. Quia qui iste eligendi eos consectetur animi."], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["excerpt", "Omnis qui eum quo atque nemo."], ["published", false], ["slug", nil], ["title", "Quam voluptatem voluptates sed."], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:18:15 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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", Fri, 16 Nov 2012 20:18:15 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:15 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 111], ["blog_id", 1], ["body", "Ea sit numquam. Alias autem blanditiis fugiat itaque tenetur aut. Veritatis corporis enim corrupti. Iusto vitae asperiores et ratione blanditiis. Sed reiciendis amet ea illo adipisci temporibus."], ["created_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["excerpt", "Et."], ["published", false], ["slug", nil], ["title", "Ut iure aspernatur eligendi cupiditate quas qui."], ["updated_at", Fri, 16 Nov 2012 20:18:15 UTC +00:00], ["written_at", Fri, 16 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" = 'test60' LIMIT 1 SQL (0.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:18:16 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", Fri, 16 Nov 2012 20:18:16 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", Fri, 16 Nov 2012 20:18:16 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", Fri, 16 Nov 2012 20:18:16 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", Fri, 16 Nov 2012 20:18:16 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'  (84.2ms) 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", 112], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:16 UTC +00:00], ["description", "Consequatur ratione quibusdam fugiat nihil voluptates at saepe. Iure accusamus quo perferendis modi qui sunt saepe. Qui atque ipsa vero non vitae. Eum praesentium ut natus distinctio a aut omnis. Recusandae veritatis minima dolore."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Laboriosam nam et et et expedita."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:16 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 113], ["blog_id", 1], ["body", "Nostrum corrupti ratione repellendus voluptas doloribus. Sit voluptatum aut quis dolores id enim debitis. Veritatis quo voluptates quae rem aliquam. Voluptatibus praesentium ut. Autem aperiam id ut. Magnam et unde alias dolor quis qui. Dolorum accusantium molestiae et sed."], ["created_at", Fri, 16 Nov 2012 20:18:16 UTC +00:00], ["excerpt", "Ut beatae doloremque qui iusto."], ["published", true], ["slug", nil], ["title", "Earum optio modi sunt facilis."], ["updated_at", Fri, 16 Nov 2012 20:18:16 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test61' LIMIT 1 SQL (0.0ms) 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" = 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", Fri, 16 Nov 2012 20:18:16 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", Fri, 16 Nov 2012 20:18:16 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", Fri, 16 Nov 2012 20:18:16 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", Fri, 16 Nov 2012 20:18:16 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", Fri, 16 Nov 2012 20:18:16 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 114], ["blog_id", 1], ["body", "Qui eveniet incidunt quo natus in explicabo vero. Rem sunt fugit provident ducimus perferendis. Qui dolor est dolore voluptas vitae quibusdam. Dolor recusandae nihil iusto. Fuga culpa quisquam laborum natus vel quaerat ullam. Veniam iure nihil similique."], ["created_at", Fri, 16 Nov 2012 20:18:16 UTC +00:00], ["excerpt", "Consequatur consequuntur fugiat suscipit."], ["published", true], ["slug", nil], ["title", "Eligendi itaque doloribus."], ["updated_at", Fri, 16 Nov 2012 20:18:16 UTC +00:00], ["written_at", Fri, 16 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.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test62"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec62' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec62"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:18:16 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", Fri, 16 Nov 2012 20:18:16 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", Fri, 16 Nov 2012 20:18:16 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", Fri, 16 Nov 2012 20:18:16 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", Fri, 16 Nov 2012 20:18:16 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 115], ["blog_id", 1], ["body", "Saepe explicabo velit sapiente reprehenderit porro. Eos et molestiae dolorem voluptas explicabo voluptatem. Ut inventore facilis quo. Quia velit nisi culpa animi illo. Officia non laudantium odit. Expedita nisi qui tenetur autem."], ["created_at", Fri, 16 Nov 2012 20:18:16 UTC +00:00], ["excerpt", "Qui vitae."], ["published", true], ["slug", nil], ["title", "Quos id quibusdam in."], ["updated_at", Fri, 16 Nov 2012 20:18:16 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 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.3ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:16 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", Fri, 16 Nov 2012 20:18:16 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:16 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", Fri, 16 Nov 2012 20:18:16 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", Fri, 16 Nov 2012 20:18:16 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.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 116], ["blog_id", 1], ["body", "Dolore qui sapiente voluptatem nulla rem harum nostrum. Quod exercitationem consequatur et distinctio minus. Dolorem vel eius officiis consequatur. Quaerat quia mollitia rerum nulla labore. Non iste vel ut deleniti. Illo velit qui animi sapiente ut. Magni eaque sint voluptate."], ["created_at", Fri, 16 Nov 2012 20:18:16 UTC +00:00], ["excerpt", "Tenetur quae."], ["published", true], ["slug", nil], ["title", "Ad reprehenderit libero architecto mollitia excepturi."], ["updated_at", Fri, 16 Nov 2012 20:18:16 UTC +00:00], ["written_at", Fri, 16 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.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test64' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test64"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:18:16 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", Fri, 16 Nov 2012 20:18:16 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:16 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", Fri, 16 Nov 2012 20:18:16 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", Fri, 16 Nov 2012 20:18:16 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 117], ["blog_id", 1], ["body", "Vel voluptatem voluptatem assumenda porro doloribus quia. Ad ab ratione sit sit. Qui eius voluptatem ea soluta. Molestiae ex sint aut nemo dolores. Provident soluta optio. Dolor sint voluptatem. Laboriosam sint nihil sapiente quam."], ["created_at", Fri, 16 Nov 2012 20:18:16 UTC +00:00], ["excerpt", "Rerum nam eum eum nemo asperiores."], ["published", true], ["slug", nil], ["title", "Quo et rerum."], ["updated_at", Fri, 16 Nov 2012 20:18:16 UTC +00:00], ["written_at", Fri, 16 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.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test65"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["tag_id", 21], ["taggable_id", 5], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (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.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 118], ["blog_id", 1], ["body", "Labore voluptatem ullam occaecati qui harum. Eos voluptates rerum et sit ipsum. Voluptates blanditiis minima veritatis laborum natus. Quam ut maxime aperiam. Occaecati fuga ut ducimus temporibus. Quia qui iste eligendi eos consectetur animi."], ["created_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["excerpt", "Omnis qui eum quo atque nemo."], ["published", true], ["slug", nil], ["title", "Quam voluptatem voluptates sed."], ["updated_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 119], ["blog_id", 1], ["body", "Ea sit numquam. Alias autem blanditiis fugiat itaque tenetur aut. Veritatis corporis enim corrupti. Iusto vitae asperiores et ratione blanditiis. Sed reiciendis amet ea illo adipisci temporibus."], ["created_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["excerpt", "Et."], ["published", true], ["slug", nil], ["title", "Ut iure aspernatur eligendi cupiditate quas qui."], ["updated_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.2ms) 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" = 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 120], ["blog_id", 1], ["body", "Porro totam iste est eum sint aperiam ea. Libero fugit eos velit non vel iusto et. Porro assumenda eum reiciendis animi modi. Cumque quis nihil quaerat nobis rem corrupti et. Nulla nihil vel in expedita."], ["created_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["excerpt", "Dolorem officiis rerum."], ["published", true], ["slug", nil], ["title", "Enim vitae nisi."], ["updated_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["written_at", Fri, 16 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" = 'test68' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test68"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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" = 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 121], ["blog_id", 1], ["body", "Nihil ab voluptate facilis a error quam sequi. Explicabo voluptates et sunt est harum. Modi quibusdam sit. In est ea. Quae maiores ut molestiae dolores autem quia a. Velit quidem vel a quo libero."], ["created_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["excerpt", "Laudantium neque tenetur qui."], ["published", true], ["slug", nil], ["title", "Voluptas aut ea."], ["updated_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test69' OR lower(name) = 'rspec69' OR lower(name) = 'ruby69' OR lower(name) = '#rails69') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test69' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test69"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec69' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec69"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby69' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby69"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails69' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails69"]] 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 122], ["blog_id", 1], ["body", "Iure quos quia odit. Iure sed delectus est et. Libero dolorem qui. Ducimus ex impedit qui labore inventore repellat. Repudiandae eius animi voluptas omnis ad placeat cumque."], ["created_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["excerpt", "Commodi iure id."], ["published", true], ["slug", nil], ["title", "Aut dolor numquam impedit alias ducimus."], ["updated_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["written_at", Fri, 16 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" = 'test70' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test70"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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" = 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 123], ["blog_id", 1], ["body", "Quo necessitatibus cum. Neque molestiae consequatur libero eius ut qui. Magni deserunt saepe voluptate qui et quo asperiores. Non qui impedit at fuga officia nisi fugit. Maiores et voluptas repudiandae vel quae asperiores delectus. Qui at ipsam voluptates et."], ["created_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["excerpt", "Et ab illum natus et enim."], ["published", true], ["slug", nil], ["title", "Maiores qui harum rerum soluta."], ["updated_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["written_at", Fri, 16 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 (17.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 124], ["blog_id", 1], ["body", "Quas autem dolores omnis minima. Accusamus corrupti vitae natus dolorem repellendus magnam facere. Officiis repellendus ducimus aut eum rem. Officia nam atque. Est minima quis ut. Nemo omnis et reprehenderit minus totam."], ["created_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["excerpt", "Ut quia exercitationem."], ["published", true], ["slug", nil], ["title", "Ab et corporis nesciunt nobis ea nostrum."], ["updated_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["written_at", Fri, 16 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_298be77 ON posts_taggings_298be77.taggable_id = almanac_posts.id AND posts_taggings_298be77.taggable_type = 'Almanac::Post' AND posts_taggings_298be77.tag_id = 1 WHERE "almanac_posts"."published" = 't'  (84.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Almanac::Blog Load (63.4ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (83.9ms) 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", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["description", "Velit iste harum. Labore exercitationem nihil ad laudantium voluptas. Explicabo dolorem sit molestias enim perspiciatis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Soluta quisquam reiciendis aliquid veniam et veritatis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:17 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 (13.0ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 126], ["blog_id", 1], ["body", "Eos quia debitis exercitationem quasi at quia harum. Velit commodi est alias sed consectetur. Amet sit omnis architecto ullam. Eaque eligendi dignissimos eum id aut natus molestiae. Quas quaerat sunt. Enim deserunt aut repellendus animi id."], ["created_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["excerpt", "Dolores architecto."], ["published", true], ["slug", nil], ["title", "Perferendis id facere odit nobis et."], ["updated_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test71' OR lower(name) = 'rspec71' OR lower(name) = 'ruby71' OR lower(name) = '#rails71') 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" = 'test71' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test71"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec71' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec71"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby71' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby71"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails71' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails71"]] 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 (5.7ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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 (54.5ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 127], ["blog_id", 1], ["body", "Consequuntur et illum. Temporibus accusantium reprehenderit voluptatibus praesentium dolorem architecto. Qui repudiandae esse temporibus fugiat sint mollitia ut. Ea similique fugit asperiores voluptatem neque repellat. Ea velit reprehenderit."], ["created_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["excerpt", "Commodi temporibus vitae accusamus."], ["published", true], ["slug", nil], ["title", "A et quo exercitationem repellat deserunt vero est."], ["updated_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["written_at", Fri, 16 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" = 'test72' LIMIT 1 SQL (5.1ms) 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" = 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 (1.3ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 128], ["blog_id", 1], ["body", "Sit delectus iste enim. Ad aut non expedita. Expedita dolorum consectetur et sapiente. At repellendus fugiat culpa. Et maxime quae nobis voluptatum velit."], ["created_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["excerpt", "Nihil."], ["published", true], ["slug", nil], ["title", "Est optio quod."], ["updated_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] 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.0ms) 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" = 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.3ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 129], ["blog_id", 1], ["body", "Illo nam sint nihil dolor. Quia temporibus odio accusamus omnis. Sit esse quia doloribus recusandae consequatur. Quidem eos soluta inventore. Quia eaque sunt asperiores."], ["created_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["excerpt", "Et ad quod."], ["published", true], ["slug", nil], ["title", "Architecto omnis quia aut placeat sed."], ["updated_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.2ms) 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" = 'test74' LIMIT 1 SQL (0.1ms) 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.1ms) 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.2ms) 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:17 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["tag_id", 17], ["taggable_id", 4], ["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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 130], ["blog_id", 1], ["body", "Unde dolor sit assumenda. Ipsam cupiditate veniam. Quam eum cumque adipisci molestias et non. Ea accusantium perspiciatis quibusdam sint veniam voluptatem voluptatibus. Ut sed cumque aliquam consequatur. Ut modi ut perspiciatis dolor iure. Est nemo deleniti dignissimos dolores molestiae alias."], ["created_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["excerpt", "Repudiandae."], ["published", true], ["slug", nil], ["title", "Odit aspernatur odio."], ["updated_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 131], ["blog_id", 1], ["body", "Est pariatur ipsa officia dolores. Sed hic quia et. Voluptatem est sed. Non eos quis illo reiciendis. Itaque dolor officia architecto delectus sed alias. Rerum aut odit magnam eveniet placeat debitis dignissimos."], ["created_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["excerpt", "Molestias exercitationem ut quas est."], ["published", true], ["slug", nil], ["title", "Corporis nostrum delectus consequatur iure quaerat nam."], ["updated_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test76' OR lower(name) = 'rspec76' OR lower(name) = 'ruby76' OR lower(name) = '#rails76') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test76' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test76"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec76' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec76"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby76' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby76"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails76' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails76"]] 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 132], ["blog_id", 1], ["body", "Explicabo nesciunt tempora nemo dolores molestias veniam. Minima sed maiores. Qui sed dolorem consequatur maiores omnis. Sunt rerum facilis nisi et aut deleniti. Enim cupiditate quo laboriosam. Vel alias tempora sed repudiandae ut. Laboriosam debitis quia quia provident commodi earum."], ["created_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["excerpt", "Velit."], ["published", true], ["slug", nil], ["title", "Beatae quos et dolorem."], ["updated_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test77' OR lower(name) = 'rspec77' OR lower(name) = 'ruby77' OR lower(name) = '#rails77') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test77' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test77"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec77' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec77"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby77' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby77"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails77' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails77"]] 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 133], ["blog_id", 1], ["body", "Consequuntur odit non ut qui incidunt ut. Ex provident sapiente. Quaerat illo ea cumque. Aspernatur expedita voluptas quibusdam. Quod commodi ea."], ["created_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["excerpt", "Quisquam non voluptas laudantium ea."], ["published", true], ["slug", nil], ["title", "Assumenda corporis totam et."], ["updated_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["written_at", Fri, 16 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.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test78' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test78"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:18:17 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 134], ["blog_id", 1], ["body", "Occaecati reprehenderit aliquam architecto omnis maiores dicta eos. Totam sed et et quia. Dicta eaque omnis qui ullam officiis. Doloremque hic eum autem. Porro repellendus recusandae rerum eligendi molestiae. Quibusdam minus odio inventore. Ipsa laudantium et."], ["created_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["excerpt", "Fugit sit nihil praesentium."], ["published", true], ["slug", nil], ["title", "Ea voluptate nihil ipsum nobis quisquam magni."], ["updated_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 135], ["blog_id", 1], ["body", "Et quae modi. Aut magni voluptas molestiae. Et repellat in placeat ratione. Illum culpa illo consequatur est. Totam soluta ad doloremque magni magnam asperiores aspernatur."], ["created_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["excerpt", "Quaerat et sit velit aut."], ["published", true], ["slug", nil], ["title", "Voluptatem numquam in aut pariatur."], ["updated_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.2ms) 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" = 'test80' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test80"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.1ms) 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" = 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.3ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:17 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:17 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 136], ["blog_id", 1], ["body", "Animi et facilis similique eos distinctio ipsa. Voluptas nisi similique ut quam vero ut. Ut ut quo dolorem. Fuga et et placeat nisi voluptatem sapiente. Nisi cupiditate sit non molestiae. Ea rem veritatis reiciendis quasi. Sint qui nemo sunt."], ["created_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["excerpt", "Quia fugit sint."], ["published", false], ["slug", nil], ["title", "Odio eaque laudantium distinctio quia doloremque aut."], ["updated_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["written_at", Fri, 16 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 (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.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby81' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby81"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails81' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails81"]] ActsAsTaggableOn::Tag Load (0.2ms) 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.3ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:17 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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 (11.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 137], ["blog_id", 1], ["body", "Aut facere non nulla autem. Quia tempore modi dolorum officiis. Reprehenderit consequatur et quisquam recusandae. Et aut enim dolor corporis. Ratione sed non in molestiae quia ad. Aliquam dolorem dolor qui veniam eum."], ["created_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["excerpt", "Odit enim repellendus est."], ["published", false], ["slug", nil], ["title", "Sint voluptates quod nihil."], ["updated_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.2ms) 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" = 'test82' LIMIT 1 SQL (0.1ms) 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.1ms) 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.1ms) 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" = 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.4ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["tag_id", 1], ["taggable_id", 12], ["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" = 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", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:17 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", Fri, 16 Nov 2012 20:18:17 UTC +00:00], ["tag_id", 49], ["taggable_id", 12], ["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" WHERE (lower(name) = 'common')  (0.1ms) SELECT COUNT(*) FROM "almanac_posts" JOIN taggings posts_taggings_c3b4387 ON posts_taggings_c3b4387.taggable_id = almanac_posts.id AND posts_taggings_c3b4387.taggable_type = 'Almanac::Post' AND posts_taggings_c3b4387.tag_id = 1 WHERE "almanac_posts"."published" = 't'  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) 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", 138], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:18:18 UTC +00:00], ["description", "Consequatur ratione quibusdam fugiat nihil voluptates at saepe. Iure accusamus quo perferendis modi qui sunt saepe. Qui atque ipsa vero non vitae. Eum praesentium ut natus distinctio a aut omnis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ducimus suscipit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:18:18 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 (23.0ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 139], ["blog_id", 1], ["body", "Culpa consequatur officia repellat. Nostrum corrupti ratione repellendus voluptas doloribus. Sit voluptatum aut quis dolores id enim debitis. Veritatis quo voluptates quae rem aliquam. Voluptatibus praesentium ut."], ["created_at", Fri, 16 Nov 2012 20:18:18 UTC +00:00], ["excerpt", "Earum optio modi."], ["published", true], ["slug", nil], ["title", "Recusandae veritatis minima dolore."], ["updated_at", Fri, 16 Nov 2012 20:18:18 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.2ms) 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.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails83"]] ActsAsTaggableOn::Tag Load (0.2ms) 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", Fri, 16 Nov 2012 20:18:18 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", Fri, 16 Nov 2012 20:18:18 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", Fri, 16 Nov 2012 20:18:18 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.3ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:18 UTC +00:00], ["tag_id", 4], ["taggable_id", 1], ["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" = 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:18 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.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 140], ["blog_id", 1], ["body", "Adipisci et debitis voluptatibus officiis odio. Eligendi itaque doloribus. Consequatur consequuntur fugiat suscipit sed inventore. Nesciunt est accusamus ex cupiditate optio est neque. Rem sunt fugit provident ducimus perferendis. Qui dolor est dolore voluptas vitae quibusdam. Dolor recusandae nihil iusto."], ["created_at", Fri, 16 Nov 2012 20:18:18 UTC +00:00], ["excerpt", "Magnam et unde alias dolor."], ["published", true], ["slug", nil], ["title", "Autem aperiam id ut."], ["updated_at", Fri, 16 Nov 2012 20:18:18 UTC +00:00], ["written_at", Fri, 16 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.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test84' LIMIT 1 SQL (0.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:18:18 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", Fri, 16 Nov 2012 20:18:18 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", Fri, 16 Nov 2012 20:18:18 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", Fri, 16 Nov 2012 20:18:18 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", Fri, 16 Nov 2012 20:18:18 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 141], ["blog_id", 1], ["body", "Et eum a explicabo unde sit. Qui vitae temporibus asperiores. Deleniti similique qui est excepturi voluptatem. Ipsa dolores voluptates ea iusto sit. Corporis ut eos consequatur sint. Fugit itaque cum nesciunt voluptatem voluptas."], ["created_at", Fri, 16 Nov 2012 20:18:18 UTC +00:00], ["excerpt", "Veniam iure."], ["published", true], ["slug", nil], ["title", "Fuga culpa quisquam laborum natus vel quaerat ullam."], ["updated_at", Fri, 16 Nov 2012 20:18:18 UTC +00:00], ["written_at", Fri, 16 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" = '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.1ms) 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" = 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", Fri, 16 Nov 2012 20:18:18 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", Fri, 16 Nov 2012 20:18:18 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", Fri, 16 Nov 2012 20:18:18 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", Fri, 16 Nov 2012 20:18:18 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", Fri, 16 Nov 2012 20:18:18 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 142], ["blog_id", 1], ["body", "Enim voluptatem voluptatem ut numquam. Amet ad est at. Maxime a quasi dolores corporis ab et molestiae. Laudantium iste exercitationem soluta et consequatur. Distinctio aliquid et in sed aspernatur dolor reiciendis. Saepe impedit non reprehenderit nesciunt maxime aut."], ["created_at", Fri, 16 Nov 2012 20:18:18 UTC +00:00], ["excerpt", "Nobis et."], ["published", false], ["slug", nil], ["title", "Repellat aperiam eveniet reiciendis aliquid repellendus."], ["updated_at", Fri, 16 Nov 2012 20:18:18 UTC +00:00], ["written_at", Fri, 16 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" = 'test86' LIMIT 1 SQL (0.1ms) 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" = 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", Fri, 16 Nov 2012 20:18:18 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", Fri, 16 Nov 2012 20:18:18 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:18 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", Fri, 16 Nov 2012 20:18:18 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", Fri, 16 Nov 2012 20:18:18 UTC +00:00], ["tag_id", 17], ["taggable_id", 4], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.3ms) 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 143], ["blog_id", 1], ["body", "Id reiciendis impedit. Quo et rerum. Rerum nam eum eum nemo asperiores architecto harum. Qui ab necessitatibus cum magni. Ad ab ratione sit sit. Qui eius voluptatem ea soluta. Molestiae ex sint aut nemo dolores."], ["created_at", Fri, 16 Nov 2012 20:18:18 UTC +00:00], ["excerpt", "Eum explicabo in."], ["published", false], ["slug", nil], ["title", "Rerum quidem nulla quis praesentium voluptatem nesciunt magnam."], ["updated_at", Fri, 16 Nov 2012 20:18:18 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test87' OR lower(name) = 'rspec87' OR lower(name) = 'ruby87' OR lower(name) = '#rails87') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test87' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test87"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec87' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec87"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby87' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby87"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails87' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails87"]] 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.3ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:18 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", Fri, 16 Nov 2012 20:18:18 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:18 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", Fri, 16 Nov 2012 20:18:18 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", Fri, 16 Nov 2012 20:18:18 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 144], ["blog_id", 1], ["body", "Quas quis nihil voluptates ad nostrum. Quam voluptatem voluptates sed. Omnis qui eum quo atque nemo totam impedit. Excepturi voluptatem autem ex inventore reprehenderit. Saepe reprehenderit esse dolorem dolores. Qui facere cumque ut suscipit. Est quia esse."], ["created_at", Fri, 16 Nov 2012 20:18:18 UTC +00:00], ["excerpt", "Dolor."], ["published", false], ["slug", nil], ["title", "Provident soluta optio."], ["updated_at", Fri, 16 Nov 2012 20:18:18 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test88' OR lower(name) = 'rspec88' OR lower(name) = 'ruby88' OR lower(name) = '#rails88') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test88' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test88"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec88' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec88"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby88' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby88"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails88' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails88"]] 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.3ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:18:18 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", Fri, 16 Nov 2012 20:18:18 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", Fri, 16 Nov 2012 20:18:18 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", Fri, 16 Nov 2012 20:18:18 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", Fri, 16 Nov 2012 20:18:18 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'  (135.4ms) rollback transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (1.7ms) DELETE FROM "users";  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (1.5ms) DELETE FROM "almanac_posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_posts';  (1.2ms) DELETE FROM "almanac_images";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_images';  (1.4ms) DELETE FROM "tags";  (0.1ms) DELETE FROM sqlite_sequence where name = 'tags';  (1.0ms) DELETE FROM "taggings";  (0.2ms) DELETE FROM sqlite_sequence where name = 'taggings';  (1.2ms) DELETE FROM "almanac_comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_comments';  (1.0ms) DELETE FROM "almanac_blogs";  (0.1ms) 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" = 'rosetta@example.org' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (17.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", Fri, 16 Nov 2012 20:19:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "rosetta@example.org"], ["encrypted_password", "$2a$04$/lN1hGXnUQuWza2puNbkae7Xba.xcjAf6whzezUU8LfZ.y1GHU1Jq"], ["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", Fri, 16 Nov 2012 20:19:07 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.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", 2], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:07 UTC +00:00], ["description", "Dolores explicabo nesciunt est magnam veritatis molestiae totam. Eligendi architecto quis. Vel repellat nihil voluptatem."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Magni possimus velit molestiae corporis at praesentium."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:07 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["blog_id", 1], ["body", "Occaecati consequatur repellat illo. Aut ipsum labore aut. Qui porro sed numquam laboriosam aut vero velit. Sapiente est ut ut at est. Error expedita aperiam ut modi quos qui quam. Sapiente sequi voluptatum deserunt architecto accusantium id. Ipsum autem totam."], ["created_at", Fri, 16 Nov 2012 20:19:07 UTC +00:00], ["excerpt", "Error est porro assumenda ut."], ["published", true], ["slug", "iure-recusandae-1"], ["title", "Repudiandae repellendus quisquam amet aspernatur harum eos omnis."], ["updated_at", Fri, 16 Nov 2012 20:19:07 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) 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.0ms) 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", Fri, 16 Nov 2012 20:19:07 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", Fri, 16 Nov 2012 20:19:07 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", Fri, 16 Nov 2012 20:19:07 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", Fri, 16 Nov 2012 20:19:07 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", Fri, 16 Nov 2012 20:19:07 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_comments" Processing by Almanac::CommentsController#create as HTML Parameters: {"comment"=>{"author_name"=>"Aaliyah Bode DVM", "author_email"=>"audie.crist@example.net", "body"=>"Aut repellendus iusto debitis recusandae perspiciatis animi. Mollitia sequi sit earum."}, "post_id"=>"1"} Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 Almanac::Post Load (0.2ms) 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", "audie.crist@example.net"], ["author_name", "Aaliyah Bode DVM"], ["body", "Aut repellendus iusto debitis recusandae perspiciatis animi. Mollitia sequi sit earum."], ["created_at", Fri, 16 Nov 2012 20:19:07 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/1 Completed 302 Found in 18ms (ActiveRecord: 0.7ms)  (0.0ms) SELECT COUNT(*) FROM "almanac_comments"  (0.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" = 'cortney@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", Fri, 16 Nov 2012 20:19:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "cortney@example.com"], ["encrypted_password", "$2a$04$tj04gfZXSN1wHuadr7TTh.M4/p1wYS/x26Z5MnQAeu6kxySKVfNvO"], ["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", Fri, 16 Nov 2012 20:19:07 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", Fri, 16 Nov 2012 20:19:07 UTC +00:00], ["description", "Suscipit ipsa placeat. Quidem ipsam possimus ullam praesentium et amet. Saepe expedita consequatur. Voluptatem quia exercitationem quia soluta aut architecto. Suscipit inventore recusandae sequi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Rerum sunt laudantium nobis non aut."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:07 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 3], ["blog_id", 1], ["body", "Id sint architecto officia iste ex aut mollitia. Tempora et aperiam non ut. Debitis molestiae quaerat id quis sequi et. Non eos molestiae laborum dolores inventore numquam. Sint id ea dolorem culpa enim impedit perferendis."], ["created_at", Fri, 16 Nov 2012 20:19:07 UTC +00:00], ["excerpt", "Sed."], ["published", true], ["slug", "autem-tempore-2"], ["title", "Et hic adipisci ex inventore."], ["updated_at", Fri, 16 Nov 2012 20:19:07 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.0ms) 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", Fri, 16 Nov 2012 20:19:07 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", Fri, 16 Nov 2012 20:19:07 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", Fri, 16 Nov 2012 20:19:07 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", Fri, 16 Nov 2012 20:19:07 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", Fri, 16 Nov 2012 20:19:07 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"=>"Tillman Mertz", "author_email"=>"gerry_reinger@example.org", "body"=>"Itaque similique rem harum quod ad aut eius. Quae quia omnis possimus eum occaecati labore porro."}, "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", "gerry_reinger@example.org"], ["author_name", "Tillman Mertz"], ["body", "Itaque similique rem harum quod ad aut eius. Quae quia omnis possimus eum occaecati labore porro."], ["created_at", Fri, 16 Nov 2012 20:19:07 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/1 Completed 302 Found in 7ms (ActiveRecord: 0.4ms)  (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" = 'rosetta@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", Fri, 16 Nov 2012 20:19:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "rosetta@example.org"], ["encrypted_password", "$2a$04$IpuqGMvsdRKUpVhFrQXArOrorpCCrcwLoWISrpDFzs3BQJmgUkXhW"], ["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", Fri, 16 Nov 2012 20:19:07 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", 6], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:07 UTC +00:00], ["description", "Dolores explicabo nesciunt est magnam veritatis molestiae totam. Eligendi architecto quis. Vel repellat nihil voluptatem."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Magni possimus velit molestiae corporis at praesentium."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:07 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 5], ["blog_id", 1], ["body", "Occaecati consequatur repellat illo. Aut ipsum labore aut. Qui porro sed numquam laboriosam aut vero velit. Sapiente est ut ut at est. Error expedita aperiam ut modi quos qui quam. Sapiente sequi voluptatum deserunt architecto accusantium id. Ipsum autem totam."], ["created_at", Fri, 16 Nov 2012 20:19:07 UTC +00:00], ["excerpt", "Error est porro assumenda ut."], ["published", true], ["slug", "iure-recusandae-3"], ["title", "Repudiandae repellendus quisquam amet aspernatur harum eos omnis."], ["updated_at", Fri, 16 Nov 2012 20:19:07 UTC +00:00], ["written_at", Fri, 16 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", Fri, 16 Nov 2012 20:19:07 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", Fri, 16 Nov 2012 20:19:07 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", Fri, 16 Nov 2012 20:19:07 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", Fri, 16 Nov 2012 20:19:07 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", Fri, 16 Nov 2012 20:19:07 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"=>"Aaliyah Bode DVM", "author_email"=>"audie.crist@example.net", "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 9ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_comments"   (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" = 'kane@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", Fri, 16 Nov 2012 20:19:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "kane@example.net"], ["encrypted_password", "$2a$04$f8WLacSh7bioZnfTfZ2Rwez6ocup94D1GJyKO34rLCEoULqXmI9v6"], ["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", Fri, 16 Nov 2012 20:19:07 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", Fri, 16 Nov 2012 20:19:07 UTC +00:00], ["description", "Blanditiis praesentium soluta quia temporibus. Dicta totam dolorem eius. Voluptatibus consequuntur possimus qui magnam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Vero nemo quia cupiditate accusamus similique."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:07 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 7], ["blog_id", 1], ["body", "Commodi sed deleniti dolore et. Recusandae sint excepturi aliquam. Vero temporibus minima modi dicta eos. Provident molestiae fugit aperiam praesentium sunt. Quaerat sit est error autem nam et et. Molestias nisi reiciendis non quo distinctio."], ["created_at", Fri, 16 Nov 2012 20:19:07 UTC +00:00], ["excerpt", "Sit error veritatis consequatur suscipit a."], ["published", true], ["slug", "corrupti-maiores-4"], ["title", "Vel dolor eaque."], ["updated_at", Fri, 16 Nov 2012 20:19:07 UTC +00:00], ["written_at", Fri, 16 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.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" = '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", Fri, 16 Nov 2012 20:19:07 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", Fri, 16 Nov 2012 20:19:07 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", Fri, 16 Nov 2012 20:19:07 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", Fri, 16 Nov 2012 20:19:07 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", Fri, 16 Nov 2012 20:19:07 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"=>"Giovanny Mann", "author_email"=>"maud@example.com", "body"=>"Est beatae nemo dolor. Fugiat doloremque quidem distinctio officia. Ut sed eveniet."}, "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", "maud@example.com"], ["author_name", "Giovanny Mann"], ["body", "Est beatae nemo dolor. Fugiat doloremque quidem distinctio officia. Ut sed eveniet."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/1 Completed 302 Found in 7ms (ActiveRecord: 0.4ms)  (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" = 'rosetta@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", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "rosetta@example.org"], ["encrypted_password", "$2a$04$PxuVVu56ERUQlHeYLdyQnuBf5cA1TxHxb4b04tgHecd7K7r3ZavFa"], ["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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["description", "Dolores explicabo nesciunt est magnam veritatis molestiae totam. Eligendi architecto quis. Vel repellat nihil voluptatem."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Magni possimus velit molestiae corporis at praesentium."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 9], ["blog_id", 1], ["body", "Occaecati consequatur repellat illo. Aut ipsum labore aut. Qui porro sed numquam laboriosam aut vero velit. Sapiente est ut ut at est. Error expedita aperiam ut modi quos qui quam. Sapiente sequi voluptatum deserunt architecto accusantium id. Ipsum autem totam."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["excerpt", "Error est porro assumenda ut."], ["published", true], ["slug", "iure-recusandae-5"], ["title", "Repudiandae repellendus quisquam amet aspernatur harum eos omnis."], ["updated_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "audie.crist@example.net"], ["author_name", "Aaliyah Bode DVM"], ["body", "Aut repellendus iusto debitis recusandae perspiciatis animi. Mollitia sequi sit earum."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) 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.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)  (0.1ms) SELECT COUNT(*) FROM "almanac_comments"   (0.6ms) 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" = 'cortney@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", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "cortney@example.com"], ["encrypted_password", "$2a$04$rZ4S21yuS1O5jvrTMdeyluziZ/sMPj7hGcRHAGgMkIARk.6FCg/2i"], ["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", Fri, 16 Nov 2012 20:19:08 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", 12], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["description", "Suscipit ipsa placeat. Quidem ipsam possimus ullam praesentium et amet. Saepe expedita consequatur. Voluptatem quia exercitationem quia soluta aut architecto. Suscipit inventore recusandae sequi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Rerum sunt laudantium nobis non aut."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 11], ["blog_id", 1], ["body", "Id sint architecto officia iste ex aut mollitia. Tempora et aperiam non ut. Debitis molestiae quaerat id quis sequi et. Non eos molestiae laborum dolores inventore numquam. Sint id ea dolorem culpa enim impedit perferendis."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["excerpt", "Sed."], ["published", true], ["slug", "autem-tempore-6"], ["title", "Et hic adipisci ex inventore."], ["updated_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["written_at", Fri, 16 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.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" = '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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "gerry_reinger@example.org"], ["author_name", "Tillman Mertz"], ["body", "Itaque similique rem harum quod ad aut eius. Quae quia omnis possimus eum occaecati labore porro."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:08 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.0ms) 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.0ms) 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 6ms (ActiveRecord: 0.3ms)  (0.7ms) rollback transaction  (0.0ms) 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", 13], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["description", "Mollitia excepturi ex rerum sunt est assumenda. Facere et beatae repudiandae. Nobis est repellendus enim sequi quis. Voluptatem repellat fugiat nihil necessitatibus cum dolorem rerum. Nisi nihil odit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Occaecati et deleniti."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) 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", 15], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["description", "Nam exercitationem labore enim aliquid architecto. Et quos ut consequuntur culpa est ea. Reiciendis ea quaerat odit. Qui laborum commodi dolores qui dolorum voluptatem aperiam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Magni doloribus magnam repudiandae soluta."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:08 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  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) 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" = 'rosetta@example.org' 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", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "rosetta@example.org"], ["encrypted_password", "$2a$04$zUSN0r1pGVGAN1F.yGrbneqsO8rENMyfV4MOnBepLXsak90CNt5sG"], ["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", Fri, 16 Nov 2012 20:19:08 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"=>"Repudiandae repellendus quisquam amet aspernatur harum eos.", "description"=>"Optio voluptatem id vel. Eaque quod ut. Eos quia ut accusamus.", "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", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["description", "Optio voluptatem id vel. Eaque quod ut. Eos quia ut accusamus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Repudiandae repellendus quisquam amet aspernatur harum eos."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 8ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"   (0.5ms) 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" = 'jose@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", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "jose@example.net"], ["encrypted_password", "$2a$04$3ci3NJfVBKkMPe92LT1hwOa89sO7cLGDzr63vDjR0Wx1lezGdxWve"], ["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", Fri, 16 Nov 2012 20:19:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>"Rerum laborum similique illo.", "description"=>"Nesciunt pariatur debitis sunt. Minus dolor incidunt illum rerum harum ut quae. Autem et facilis quos nemo. Labore nobis quas. Quia corrupti at vel.", "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", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["description", "Nesciunt pariatur debitis sunt. Minus dolor incidunt illum rerum harum ut quae. Autem et facilis quos nemo. Labore nobis quas. Quia corrupti at vel."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Rerum laborum similique illo."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 7ms (ActiveRecord: 0.9ms)  (0.5ms) 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" = 'rosetta@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", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "rosetta@example.org"], ["encrypted_password", "$2a$04$t51EQV5SQfPIcOVvkFmOau8G5ddAgjtPk/yPId77X.x4Hn7KJ5/0u"], ["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", Fri, 16 Nov 2012 20:19:08 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"=>"Repudiandae repellendus quisquam amet aspernatur harum eos omnis. Est quia minus quia rem temporibus ipsum. Totam ducimus molestias eaque ut non amet autem. Magnam minus nostrum porro. Hic tenetur vel placeat ut veritatis recusandae.", "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 50ms (Views: 44.1ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"   (0.4ms) 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" = 'lance@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", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lance@example.com"], ["encrypted_password", "$2a$04$f.8h9WXbTh.DYcjqlC8tzuEHQcV.r6XmMhqQSgAQAwZ4uDmZDjCHm"], ["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", Fri, 16 Nov 2012 20:19:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>nil, "description"=>"Quis et enim distinctio minima. Corrupti possimus minima quia. Maiores a earum dolorem inventore. Veritatis exercitationem consequatur eveniet. Error maxime modi dicta id et et et.", "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 7ms (Views: 1.4ms | ActiveRecord: 0.4ms)  (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" = 'rosetta@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", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "rosetta@example.org"], ["encrypted_password", "$2a$04$T6qrvZyh6MT1H5Y2KjTW9eCKKfedw8vvDjZFFHVOuz/ExwST4DxvO"], ["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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["description", "Optio voluptatem id vel. Eaque quod ut. Eos quia ut accusamus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Repudiandae repellendus quisquam amet aspernatur harum eos."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Testz", "description"=>"Cumque eligendi et maxime esse. Soluta ex sunt at omnis est animi. Velit consequuntur velit culpa. Qui omnis non eveniet qui.", "author_id"=>"18"}} 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" = 'Cumque eligendi et maxime esse. Soluta ex sunt at omnis est animi. Velit consequuntur velit culpa. Qui omnis non eveniet qui.', "author_id" = 18, "updated_at" = '2012-11-16 20:19:08.287346' 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.4ms) Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) 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" = 'jamil@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", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "jamil@example.org"], ["encrypted_password", "$2a$04$ya8dRYYfOMnvNrXwocCOoeLomS1cF6a1vCi9OIz57jNdSK3z29kxC"], ["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", Fri, 16 Nov 2012 20:19:08 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", 19], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["description", "Quia corrupti at vel. Itaque rerum est nisi aspernatur. Et ut et fugit libero."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eos et ab consequatur quia reiciendis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Sint rerum sed facilis laudantium dolores ullam.", "description"=>"Tenetur in et ut voluptas. Officia et impedit ratione aut earum illo laudantium. Eum soluta est excepturi ut ipsam. Delectus maxime necessitatibus doloribus sint sed sunt.", "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" = 'Sint rerum sed facilis laudantium dolores ullam.', "description" = 'Tenetur in et ut voluptas. Officia et impedit ratione aut earum illo laudantium. Eum soluta est excepturi ut ipsam. Delectus maxime necessitatibus doloribus sint sed sunt.', "author_id" = 20, "updated_at" = '2012-11-16 20:19:08.341151' 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)  (0.5ms) 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" = 'rosetta@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", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "rosetta@example.org"], ["encrypted_password", "$2a$04$HlNFx7PoEN4DQj.A7tn8kuCMxTdjEXJVi5B8jyvp7szk.EkHFwFpO"], ["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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["description", "Optio voluptatem id vel. Eaque quod ut. Eos quia ut accusamus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Repudiandae repellendus quisquam amet aspernatur harum eos."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Cumque eligendi et maxime esse. Soluta ex sunt at omnis est animi. Velit consequuntur velit culpa. Qui omnis non eveniet qui.", "author_id"=>"22"}} 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: 2.0ms | ActiveRecord: 0.3ms) Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) 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" = 'jamil@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", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "jamil@example.org"], ["encrypted_password", "$2a$04$LU/Aq2KYNAAwmIG8/rT1mevOSPGMPr3oopeT4ARtM/Es7M4moiL0e"], ["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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["description", "Quia corrupti at vel. Itaque rerum est nisi aspernatur. Et ut et fugit libero."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eos et ab consequatur quia reiciendis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Explicabo est vero sed dolorum quis dignissimos unde. Tenetur in et ut voluptas. Officia et impedit ratione aut earum illo laudantium. Eum soluta est excepturi ut ipsam.", "author_id"=>"24"}} 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.3ms)  (0.6ms) 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" = 'rosetta@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", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "rosetta@example.org"], ["encrypted_password", "$2a$04$vtu6srlHoTY1.15w43AO7uisGvrcDyXKzuqEC17lwOKwTy3CZooW."], ["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", Fri, 16 Nov 2012 20:19:08 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", 25], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["description", "Optio voluptatem id vel. Eaque quod ut. Eos quia ut accusamus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Repudiandae repellendus quisquam amet aspernatur harum eos."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 26], ["blog_id", 1], ["body", "Error expedita aperiam ut modi quos qui quam. Sapiente sequi voluptatum deserunt architecto accusantium id. Ipsum autem totam. Magni possimus velit molestiae corporis at praesentium doloribus. Sint architecto quo est neque et. Iste aut sed totam quia. Tempora voluptas hic velit velit sunt."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["excerpt", "Similique ut."], ["published", true], ["slug", "doloribus-et-7"], ["title", "Quis praesentium dolorem enim."], ["updated_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", "rowena.bosco@example.com"], ["author_name", "Dane Abbott Jr."], ["body", "Ut quibusdam modi qui. Vero soluta reiciendis iusto qui."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "addie_conn@example.net"], ["author_name", "Emerald Conn MD"], ["body", "Vel aut et eum."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "bret.lockman@example.com"], ["author_name", "Cristopher Crona"], ["body", "Tempore dolorum recusandae nihil delectus voluptatem ea qui. Facilis similique sint."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "rosalia.wilkinson@example.net"], ["author_name", "Art Collins"], ["body", "Magni aut rerum officiis non. Libero dolores quas voluptas aut."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "josephine.gorczany@example.com"], ["author_name", "Jasper Altenwerth"], ["body", "Officia vel autem quia sunt quis est cum. Similique eum quia aut eos illum. Qui magni qui unde inventore voluptatum."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "nash@example.net"], ["author_name", "Drew Green"], ["body", "Voluptatem libero in pariatur asperiores. Nulla ut aut. Non iure aut est id culpa ut consequatur."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "denis@example.com"], ["author_name", "Mr. Riley Sauer"], ["body", "Sint id nam."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "al@example.com"], ["author_name", "Shemar Johnston PhD"], ["body", "Ab inventore officia soluta quo. Ut laborum aliquid quasi laudantium. Eum a dolorum omnis fugiat dolor odit incidunt."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "linnea.windler@example.net"], ["author_name", "Modesto Hoppe"], ["body", "Dolores alias est iusto. Soluta sunt temporibus nihil."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "hilbert.ebert@example.com"], ["author_name", "Alta Fahey I"], ["body", "Quia iusto culpa officiis quia voluptates eligendi."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "ilene_rutherford@example.org"], ["author_name", "Mr. Jannie Stoltenberg"], ["body", "Sit molestias sapiente est omnis alias. Illo ratione autem earum."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "jana_block@example.org"], ["author_name", "Miss Jedediah Adams"], ["body", "Qui quisquam fugiat distinctio officia ut eos."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "keshaun@example.org"], ["author_name", "Cecelia Ferry"], ["body", "Possimus et nesciunt quia tenetur aut."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "virginie.jerde@example.com"], ["author_name", "Dr. Kaylee Mosciski"], ["body", "Ea iure esse cumque adipisci et quae porro. Aut cupiditate dignissimos illo aut vero quas et."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "pearl@example.net"], ["author_name", "Milo Mueller"], ["body", "Facere sapiente officiis cumque. Maxime ut dolores dolore repudiandae. Modi rerum necessitatibus in quibusdam voluptatibus."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:08 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 8ms (Views: 2.2ms | ActiveRecord: 0.1ms) Almanac::Comment Load (0.1ms) SELECT "almanac_comments".* FROM "almanac_comments" WHERE "almanac_comments"."spam" = 't' ORDER BY id ASC  (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" = 'stevie_gleason@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", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "stevie_gleason@example.net"], ["encrypted_password", "$2a$04$PUcfmGTwRr8CPFKmKG0j9eqp6ozxcb//t/9BNJbxTophLaeI3QDFe"], ["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", Fri, 16 Nov 2012 20:19:08 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", 27], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["description", "Asperiores deserunt et vero placeat dolore ut sit. Ut nobis optio voluptatem. Eos rerum sit. Quas culpa illum aut eaque soluta quia ea."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sint vitae in ut adipisci est exercitationem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 28], ["blog_id", 1], ["body", "Rerum amet voluptatum. Quia mollitia voluptas autem. Laboriosam non doloremque cum sunt est labore. Sint at explicabo ipsa recusandae aut eveniet. Enim dolor sunt in debitis atque et quas. Magni ut fugit."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["excerpt", "Illo placeat est."], ["published", true], ["slug", "deserunt-et-8"], ["title", "Facere architecto sunt nesciunt."], ["updated_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.3ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", "danyka@example.com"], ["author_name", "Sidney O'Hara"], ["body", "Odit expedita porro. Voluptas assumenda inventore numquam iste aut."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "ladarius_moriette@example.org"], ["author_name", "Miss Isaiah Stroman"], ["body", "Itaque sit omnis qui aliquid. Et asperiores dolor consequatur maxime et earum facere."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "mac@example.org"], ["author_name", "Murray Donnelly Sr."], ["body", "Laboriosam qui aut aut maxime."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "elouise.yundt@example.org"], ["author_name", "Bernie Tremblay"], ["body", "Sequi voluptatem veritatis ut excepturi et quaerat assumenda."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "kristy_cummings@example.net"], ["author_name", "Savion Schaefer Sr."], ["body", "Perferendis possimus numquam qui voluptatem quisquam voluptates. Enim magni aut accusamus."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "horacio@example.com"], ["author_name", "Nannie Mertz DVM"], ["body", "Optio quos sit. Ut possimus quisquam et fugiat."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "colton.dickinson@example.com"], ["author_name", "Ryley Kulas"], ["body", "Modi vel iure nemo quia nisi voluptas."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "lucius.schuster@example.net"], ["author_name", "Mrs. Tess Flatley"], ["body", "Et dolore quia fuga. Deserunt occaecati blanditiis totam similique at."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "hilbert_borer@example.net"], ["author_name", "Miss Jermaine Bernhard"], ["body", "A eligendi occaecati beatae ea optio accusantium. Exercitationem aut autem unde eum aut quisquam aliquid. Distinctio rem temporibus tempore."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "jamir@example.net"], ["author_name", "Daphney Armstrong"], ["body", "Enim quia quasi corporis. Magnam exercitationem voluptatum rerum ut non harum."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "katlyn_bernier@example.com"], ["author_name", "Alaina Brakus MD"], ["body", "Et facere assumenda voluptatem."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "everette@example.org"], ["author_name", "Alycia Brakus"], ["body", "Qui beatae et magnam itaque laborum et sed. Esse nam saepe."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "dolly@example.com"], ["author_name", "Madaline Cartwright"], ["body", "Et ad sit est odio ut unde. Doloribus est ut labore aut sed illo."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "rosetta@example.org"], ["author_name", "Bernardo Dach"], ["body", "Nisi officiis est qui qui enim eum praesentium. Sed temporibus quos ipsa quis."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "van@example.org"], ["author_name", "Presley Tremblay"], ["body", "Et explicabo dolor maxime reiciendis."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:08 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)  (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" = 'rosetta@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", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "rosetta@example.org"], ["encrypted_password", "$2a$04$YzwOFnvunPWkiCp3ipjpJObeQAA5Fh3gpAexzGoLGVOmrTohI0.gG"], ["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", Fri, 16 Nov 2012 20:19:08 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", 29], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["description", "Optio voluptatem id vel. Eaque quod ut. Eos quia ut accusamus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Repudiandae repellendus quisquam amet aspernatur harum eos."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 30], ["blog_id", 1], ["body", "Error expedita aperiam ut modi quos qui quam. Sapiente sequi voluptatum deserunt architecto accusantium id. Ipsum autem totam. Magni possimus velit molestiae corporis at praesentium doloribus. Sint architecto quo est neque et. Iste aut sed totam quia. Tempora voluptas hic velit velit sunt."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["excerpt", "Similique ut."], ["published", true], ["slug", "doloribus-et-9"], ["title", "Quis praesentium dolorem enim."], ["updated_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test9' OR lower(name) = 'rspec9' OR lower(name) = 'ruby9' OR lower(name) = '#rails9') 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" = 'test9' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test9"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec9' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec9"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby9' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby9"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails9' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails9"]] 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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_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.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.2ms) SELECT "tags".* FROM "tags" WHERE "tags"."id" IN (1, 2, 3, 4, 5) SQL (0.2ms) 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 98ms (ActiveRecord: 1.4ms)  (0.0ms) SELECT COUNT(*) FROM "almanac_posts"  (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" = 'dane@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", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "dane@example.com"], ["encrypted_password", "$2a$04$EaAjAQbr0QklEL1kLPbqsO4cc2H72vxrxuLx/4veqMwvlX.IIDuR."], ["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", Fri, 16 Nov 2012 20:19:08 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", 31], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["description", "Est itaque quia necessitatibus. Ad impedit laudantium qui et non unde. Nihil in ut recusandae. Et voluptatibus cumque tenetur. Vel commodi fugit sed ab maiores rerum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quia saepe aut."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 32], ["blog_id", 1], ["body", "Laboriosam voluptatem suscipit magnam iste molestias. Ut aut nemo dolores consequatur officia est. Beatae cupiditate amet officiis consequatur dolores. Qui rem et quisquam quas. Voluptatibus repellat id quibusdam perspiciatis omnis impedit rerum. Quaerat iusto est fugit corrupti tenetur."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["excerpt", "Expedita."], ["published", true], ["slug", "ex-et-10"], ["title", "Ad eum pariatur placeat rerum consequatur beatae."], ["updated_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test10' OR lower(name) = 'rspec10' OR lower(name) = 'ruby10' OR lower(name) = '#rails10') 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" = 'test10' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test10"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec10' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec10"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby10' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby10"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails10' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails10"]] 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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 11ms (ActiveRecord: 0.9ms)  (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" = 'rosetta@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", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "rosetta@example.org"], ["encrypted_password", "$2a$04$vUSGOhJCQZJuD3OaN6wCKuvgDKY1Yvtq7kbo5E6Njq4FMv4gH9agC"], ["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", Fri, 16 Nov 2012 20:19:08 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", 33], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["description", "Optio voluptatem id vel. Eaque quod ut. Eos quia ut accusamus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Repudiandae repellendus quisquam amet aspernatur harum eos."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:08 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 34], ["blog_id", 1], ["body", "Error expedita aperiam ut modi quos qui quam. Sapiente sequi voluptatum deserunt architecto accusantium id. Ipsum autem totam. Magni possimus velit molestiae corporis at praesentium doloribus. Sint architecto quo est neque et. Iste aut sed totam quia. Tempora voluptas hic velit velit sunt."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["excerpt", "Similique ut."], ["published", true], ["slug", "doloribus-et-11"], ["title", "Quis praesentium dolorem enim."], ["updated_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test11' OR lower(name) = 'rspec11' OR lower(name) = 'ruby11' OR lower(name) = '#rails11') 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" = 'test11' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test11"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec11' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec11"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby11' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby11"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails11' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails11"]] 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 35], ["blog_id", 1], ["body", "Architecto numquam ab adipisci ut sapiente temporibus magni. Commodi iure est nemo est. Illo culpa placeat maxime. Quos qui error soluta sapiente odio. Est voluptatem nesciunt eligendi placeat voluptatem laudantium. Et iusto dicta. Et in fuga optio illum quos expedita velit."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["excerpt", "Rem."], ["published", true], ["slug", "consequatur-et-12"], ["title", "Sit incidunt doloribus nihil enim et."], ["updated_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test12' OR lower(name) = 'rspec12' OR lower(name) = 'ruby12' OR lower(name) = '#rails12') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test12' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test12"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec12' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec12"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby12' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby12"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails12' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails12"]] 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 36], ["blog_id", 1], ["body", "Sapiente fuga id explicabo autem exercitationem nisi dolor. Qui est aut laudantium et. Magni velit sed animi. Pariatur sed et. Enim assumenda quia ipsam."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["excerpt", "Quam porro harum asperiores dolores."], ["published", true], ["slug", "rem-soluta-13"], ["title", "Eaque id repellat ab in reprehenderit ipsum sed."], ["updated_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test13' OR lower(name) = 'rspec13' OR lower(name) = 'ruby13' OR lower(name) = '#rails13') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test13' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test13"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec13' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec13"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby13' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby13"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails13' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails13"]] 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["tag_id", 13], ["taggable_id", 3], ["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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 37], ["blog_id", 1], ["body", "Qui voluptatem quis blanditiis. Earum ut qui eum sint repudiandae impedit. Qui illo non eveniet dolorem. Molestias inventore et ut aspernatur adipisci. Fugiat rerum quisquam nihil. Consequuntur est itaque quia. Numquam iusto aut quibusdam cupiditate."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["excerpt", "Ut voluptatem velit fugit necessitatibus."], ["published", true], ["slug", "nulla-sequi-14"], ["title", "Animi atque voluptas excepturi."], ["updated_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["written_at", Fri, 16 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" = '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.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 38], ["blog_id", 1], ["body", "Ut aut eos qui blanditiis. Ut incidunt saepe animi et sint. Est sit explicabo eum perferendis velit. Itaque ratione repellat. Tempore voluptatem soluta repellendus earum maxime ipsam. Voluptatem modi omnis consequatur."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["excerpt", "Qui aperiam maiores labore cum fuga."], ["published", true], ["slug", "deserunt-esse-15"], ["title", "Debitis iste sed libero non reiciendis."], ["updated_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["written_at", Fri, 16 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.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test15"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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 10ms (Views: 3.1ms | ActiveRecord: 0.2ms) Almanac::Post Load (0.3ms) SELECT "almanac_posts".* FROM "almanac_posts" JOIN taggings posts_taggings_d9c99b8 ON posts_taggings_d9c99b8.taggable_id = almanac_posts.id AND posts_taggings_d9c99b8.taggable_type = 'Almanac::Post' AND posts_taggings_d9c99b8.tag_id = 1 WHERE "almanac_posts"."published" = 't' ORDER BY written_at DESC, id DESC LIMIT 10 OFFSET 0  (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" = 'emma.okuneva@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", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "emma.okuneva@example.net"], ["encrypted_password", "$2a$04$TAQvqw9KkMRpcKb2hGRUDeIjY1ZvSs4ZdAU1LhYGkxOtmvqFziXy2"], ["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", Fri, 16 Nov 2012 20:19:08 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", 39], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["description", "Veniam ab consectetur eum similique voluptas eaque. Omnis et ad voluptas aut distinctio. Sed molestias atque adipisci voluptates."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Cupiditate cumque veniam tempore repellendus nihil."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:08 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 6ms (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" = 'rosetta@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", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "rosetta@example.org"], ["encrypted_password", "$2a$04$qtKucqddv6IpXEfINoRj4OBRvj9GD0P29fbq0b8iqVADmMTFr05Lm"], ["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", Fri, 16 Nov 2012 20:19:08 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", 40], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["description", "Optio voluptatem id vel. Eaque quod ut. Eos quia ut accusamus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Repudiandae repellendus quisquam amet aspernatur harum eos."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:08 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"=>"Quis praesentium dolorem enim.", "slug"=>"doloribus-et-16", "excerpt"=>"Similique ut.", "body"=>"Error expedita aperiam ut modi quos qui quam. Sapiente sequi voluptatum deserunt architecto accusantium id. Ipsum autem totam. Magni possimus velit molestiae corporis at praesentium doloribus. Sint architecto quo est neque et. Iste aut sed totam quia. Tempora voluptas hic velit velit sunt.", "published"=>true, "tag_list"=>"common,test16,rspec16,ruby16,#rails16", "author_id"=>"41", "written_at"=>"2012-11-16", "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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["blog_id", 1], ["body", "Error expedita aperiam ut modi quos qui quam. Sapiente sequi voluptatum deserunt architecto accusantium id. Ipsum autem totam. Magni possimus velit molestiae corporis at praesentium doloribus. Sint architecto quo est neque et. Iste aut sed totam quia. Tempora voluptas hic velit velit sunt."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["excerpt", "Similique ut."], ["published", true], ["slug", "doloribus-et-16"], ["title", "Quis praesentium dolorem enim."], ["updated_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test16' OR lower(name) = 'rspec16' OR lower(name) = 'ruby16' OR lower(name) = '#rails16') 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" = 'test16' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test16"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec16' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec16"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby16' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby16"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails16' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails16"]] 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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.3ms)  (0.0ms) SELECT COUNT(*) FROM "almanac_posts"   (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" = 'dane@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", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "dane@example.com"], ["encrypted_password", "$2a$04$CG2h7ixOlVu2RYOK/4Acreacfr4voaqk/dueJh.K3Vi9Zzh2p55dy"], ["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", Fri, 16 Nov 2012 20:19:08 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", 42], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["description", "Est itaque quia necessitatibus. Ad impedit laudantium qui et non unde. Nihil in ut recusandae. Et voluptatibus cumque tenetur. Vel commodi fugit sed ab maiores rerum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quia saepe aut."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Ad eum pariatur placeat rerum consequatur beatae.", "slug"=>"ex-et-17", "excerpt"=>"Expedita.", "body"=>"Laboriosam voluptatem suscipit magnam iste molestias. Ut aut nemo dolores consequatur officia est. Beatae cupiditate amet officiis consequatur dolores. Qui rem et quisquam quas. Voluptatibus repellat id quibusdam perspiciatis omnis impedit rerum. Quaerat iusto est fugit corrupti tenetur.", "published"=>true, "tag_list"=>"common,test17,rspec17,ruby17,#rails17", "author_id"=>"43", "written_at"=>"2012-11-16", "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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["blog_id", 1], ["body", "Laboriosam voluptatem suscipit magnam iste molestias. Ut aut nemo dolores consequatur officia est. Beatae cupiditate amet officiis consequatur dolores. Qui rem et quisquam quas. Voluptatibus repellat id quibusdam perspiciatis omnis impedit rerum. Quaerat iusto est fugit corrupti tenetur."], ["created_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["excerpt", "Expedita."], ["published", true], ["slug", "ex-et-17"], ["title", "Ad eum pariatur placeat rerum consequatur beatae."], ["updated_at", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.1ms) 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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", Fri, 16 Nov 2012 20:19:08 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 27ms (ActiveRecord: 2.4ms)  (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" = 'rosetta@example.org' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (25.9ms) 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", Fri, 16 Nov 2012 20:19:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "rosetta@example.org"], ["encrypted_password", "$2a$04$6wLHxzOmyGkLaqrFedLm/uZ4C2./CWI6azqQfADHOm2fBaJVFF4qe"], ["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", Fri, 16 Nov 2012 20:19:08 UTC +00:00]]  (0.1ms) 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", 44], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["description", "Optio voluptatem id vel. Eaque quod ut. Eos quia ut accusamus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Repudiandae repellendus quisquam amet aspernatur harum eos."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:09 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, "slug"=>"et-sint-18", "excerpt"=>"Qui porro sed numquam laboriosam aut.", "body"=>"Ut est harum hic dolorem odit officiis impedit. Voluptas saepe dolor aperiam et. Et dolorem quisquam nesciunt amet tempore. Corrupti inventore cumque. Aut delectus labore facere.", "published"=>true, "tag_list"=>"common,test18,rspec18,ruby18,#rails18", "author_id"=>"45", "written_at"=>"2012-11-16", "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 12ms (Views: 2.2ms | ActiveRecord: 0.4ms)  (0.1ms) 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" = 'marcelino@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", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "marcelino@example.org"], ["encrypted_password", "$2a$04$iYaBYLSOLwgv2Cu2FLbcNe4p9/CU0hH0sHMBauOVjIuSv882VTPRC"], ["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", Fri, 16 Nov 2012 20:19:09 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", 46], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["description", "Saepe suscipit at fugiat. Sed beatae veritatis provident ipsa quam aut nemo. In ullam quo id nihil ex repellat sit. Quia placeat laborum ut molestiae molestiae. Facere aut incidunt dolorem commodi ut maiores."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Tenetur modi perferendis quae."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "slug"=>"officia-repellat-19", "excerpt"=>"Esse et placeat rerum itaque.", "body"=>"Illo quae non culpa tempora. Qui dolor doloribus iure. Magnam sequi et placeat. Numquam repudiandae dolor totam repellendus fuga. Explicabo dicta nihil. Perspiciatis quas molestiae omnis aliquid aut tempore numquam. Provident quas facere neque optio vero.", "published"=>true, "tag_list"=>"common,test19,rspec19,ruby19,#rails19", "author_id"=>"47", "written_at"=>"2012-11-16", "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 12ms (Views: 2.1ms | ActiveRecord: 0.4ms)  (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" = 'rosetta@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", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "rosetta@example.org"], ["encrypted_password", "$2a$04$uQhqEZB1gqnTZ1L7JqwjNuVw4u3W92iP/FCrBPnLZnkj8JtLyouYS"], ["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", Fri, 16 Nov 2012 20:19:09 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", 48], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["description", "Optio voluptatem id vel. Eaque quod ut. Eos quia ut accusamus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Repudiandae repellendus quisquam amet aspernatur harum eos."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 49], ["blog_id", 1], ["body", "Error expedita aperiam ut modi quos qui quam. Sapiente sequi voluptatum deserunt architecto accusantium id. Ipsum autem totam. Magni possimus velit molestiae corporis at praesentium doloribus. Sint architecto quo est neque et. Iste aut sed totam quia. Tempora voluptas hic velit velit sunt."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["excerpt", "Similique ut."], ["published", true], ["slug", "doloribus-et-20"], ["title", "Quis praesentium dolorem enim."], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.0ms) 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", "slug"=>"labore-tempora-21", "excerpt"=>"Sint numquam ullam.", "body"=>"Sit earum sed corrupti minus. Facere quo dicta tempora veniam. Commodi iure est nemo est. Illo culpa placeat maxime. Quos qui error soluta sapiente odio.", "published"=>true, "tag_list"=>"common,test21,rspec21,ruby21,#rails21", "author_id"=>"50", "written_at"=>"2012-11-16"}} 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', "slug" = 'labore-tempora-21', "excerpt" = 'Sint numquam ullam.', "body" = 'Sit earum sed corrupti minus. Facere quo dicta tempora veniam. Commodi iure est nemo est. Illo culpa placeat maxime. Quos qui error soluta sapiente odio.', "author_id" = 50, "updated_at" = '2012-11-16 20:19:09.102949' WHERE "almanac_posts"."id" = 1 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.1ms) 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.1ms) 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.0ms) 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" = 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.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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 28ms (ActiveRecord: 2.4ms) Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = ? LIMIT 1 [["id", 1]]  (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" = 'elroy@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", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "elroy@example.net"], ["encrypted_password", "$2a$04$ytde1Zyp1.roXhQ/KPukDuUdtDe.znFLRtLuBzwYgEmxhUiuJxBEy"], ["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", Fri, 16 Nov 2012 20:19:09 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", 51], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["description", "Numquam repudiandae dolor totam repellendus fuga. Explicabo dicta nihil. Perspiciatis quas molestiae omnis aliquid aut tempore numquam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Neque nihil qui sunt et perferendis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 52], ["blog_id", 1], ["body", "Occaecati cum fugiat omnis doloribus. Natus saepe officiis nobis neque. Est sint eaque est autem quae sequi. Vero iusto quo. Quo dolores quo rerum. Maxime saepe id aliquid eligendi."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["excerpt", "Modi eum minima rem cupiditate voluptatem."], ["published", true], ["slug", "reiciendis-laborum-22"], ["title", "Provident quas facere neque optio vero."], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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"=>"Distinctio recusandae repudiandae soluta.", "slug"=>"maxime-velit-23", "excerpt"=>"Ea.", "body"=>"Repudiandae quis voluptatem. Dolorum delectus velit. Vitae sit omnis praesentium aliquam voluptatem neque et. Est dolor ad sed sint. Necessitatibus id placeat itaque et illum.", "published"=>true, "tag_list"=>"common,test23,rspec23,ruby23,#rails23", "author_id"=>"53", "written_at"=>"2012-11-16"}} 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" = 'Distinctio recusandae repudiandae soluta.', "slug" = 'maxime-velit-23', "excerpt" = 'Ea.', "body" = 'Repudiandae quis voluptatem. Dolorum delectus velit. Vitae sit omnis praesentium aliquam voluptatem neque et. Est dolor ad sed sint. Necessitatibus id placeat itaque et illum.', "author_id" = 53, "updated_at" = '2012-11-16 20:19:09.166188' WHERE "almanac_posts"."id" = 1 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.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test23"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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.5ms)  (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" = 'rosetta@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", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "rosetta@example.org"], ["encrypted_password", "$2a$04$HICWU1NH56Yh5Zrrvb5c1eHjGBBxZ6tSEe86Wx6TTF2iAWd0JF.AO"], ["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", Fri, 16 Nov 2012 20:19:09 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", 54], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["description", "Optio voluptatem id vel. Eaque quod ut. Eos quia ut accusamus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Repudiandae repellendus quisquam amet aspernatur harum eos."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 55], ["blog_id", 1], ["body", "Error expedita aperiam ut modi quos qui quam. Sapiente sequi voluptatum deserunt architecto accusantium id. Ipsum autem totam. Magni possimus velit molestiae corporis at praesentium doloribus. Sint architecto quo est neque et. Iste aut sed totam quia. Tempora voluptas hic velit velit sunt."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["excerpt", "Similique ut."], ["published", true], ["slug", "doloribus-et-24"], ["title", "Quis praesentium dolorem enim."], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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" = 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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, "slug"=>"labore-tempora-25", "excerpt"=>"Sint numquam ullam.", "body"=>"Sit earum sed corrupti minus. Facere quo dicta tempora veniam. Commodi iure est nemo est. Illo culpa placeat maxime. Quos qui error soluta sapiente odio.", "published"=>true, "tag_list"=>"common,test25,rspec25,ruby25,#rails25", "author_id"=>"56", "written_at"=>"2012-11-16"}} 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 55ms (Views: 2.6ms | 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" = 'elroy@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", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "elroy@example.net"], ["encrypted_password", "$2a$04$kKm0Dcz9NeLvufAKXGFiPO.2DkLxzhJVA4DCrJu0nIYckYEeOWR52"], ["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", Fri, 16 Nov 2012 20:19:09 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", 57], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["description", "Numquam repudiandae dolor totam repellendus fuga. Explicabo dicta nihil. Perspiciatis quas molestiae omnis aliquid aut tempore numquam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Neque nihil qui sunt et perferendis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 58], ["blog_id", 1], ["body", "Occaecati cum fugiat omnis doloribus. Natus saepe officiis nobis neque. Est sint eaque est autem quae sequi. Vero iusto quo. Quo dolores quo rerum. Maxime saepe id aliquid eligendi."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["excerpt", "Modi eum minima rem cupiditate voluptatem."], ["published", true], ["slug", "reiciendis-laborum-26"], ["title", "Provident quas facere neque optio vero."], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.0ms) 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.0ms) 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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, "slug"=>"modi-inventore-27", "excerpt"=>"Ab libero reprehenderit sit.", "body"=>"Quae iure nulla recusandae aut. Vero molestias sed eum veritatis. Porro a fugiat est et. Natus voluptatem temporibus nobis. Suscipit et odio autem et optio.", "published"=>true, "tag_list"=>"common,test27,rspec27,ruby27,#rails27", "author_id"=>"59", "written_at"=>"2012-11-16"}} 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)  (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" = 'felicia_murazik@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", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "felicia_murazik@example.net"], ["encrypted_password", "$2a$04$WhCO6ptF0NNI4wUXS0hw7Oa3qKiPHtT8gAOaHJAS7T6RVzSXIewoG"], ["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", Fri, 16 Nov 2012 20:19:09 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", 60], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["description", "Voluptate similique unde nobis cum et. Occaecati consequatur repellat illo. Aut ipsum labore aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Optio dolorum dolor dicta."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 61], ["blog_id", 1], ["body", "Architecto commodi perspiciatis dolorem. Est accusantium similique est magnam aliquam consequatur numquam. Autem fugiat magnam et. Itaque officiis nihil eum non. Consectetur rerum consequatur rerum."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["excerpt", "Quibusdam distinctio."], ["published", true], ["slug", "ea-velit-28"], ["title", "Qui porro sed numquam laboriosam aut vero velit."], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["written_at", Fri, 16 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.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" = '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" = 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 62], ["blog_id", 1], ["body", "Minima est impedit ut eius atque. Magni ea quis quaerat dolorum saepe. Atque velit harum eos omnis. Non deleniti et quia assumenda. Illo et delectus repellat officiis facilis cum repellendus. Iure necessitatibus incidunt aspernatur soluta similique cum recusandae."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["excerpt", "Officia fugit eos."], ["published", true], ["slug", "sint-odio-29"], ["title", "Inventore nobis perferendis sed ex porro odio maxime."], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 63], ["blog_id", 1], ["body", "Maiores voluptate dignissimos repellat enim aut quia. Ut aperiam voluptatibus voluptatem ipsum recusandae eum. Accusantium occaecati id illo ut accusamus dolor sapiente. Quidem atque totam quae expedita. Nam dolores esse error saepe. Autem qui itaque nisi nobis a."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["excerpt", "Quidem."], ["published", true], ["slug", "vel-eos-30"], ["title", "Atque officia ut quod cupiditate mollitia commodi nulla."], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 64], ["blog_id", 1], ["body", "Totam debitis nesciunt voluptas sunt ut nulla ad. Hic quo quibusdam. Et maiores assumenda officia sed temporibus ea ut. Ab impedit delectus sunt mollitia est accusantium dolore. Qui tempora iusto autem quibusdam. Unde doloremque eius. Nostrum sit vitae."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["excerpt", "Fugiat amet inventore vel quo dignissimos."], ["published", true], ["slug", "sunt-dicta-31"], ["title", "Neque rerum voluptatibus recusandae aliquid maxime."], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 65], ["blog_id", 1], ["body", "Deleniti aut occaecati velit rerum est dolorum quisquam. Ea ut dolorem. Quasi consequuntur nisi sit aut perspiciatis. Fugiat cupiditate voluptas non. Dolor numquam natus et. Quaerat sint molestias. Assumenda tenetur distinctio."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["excerpt", "Sed cum."], ["published", true], ["slug", "corrupti-molestiae-32"], ["title", "Qui quia deleniti."], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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 28ms (Views: 23.1ms | ActiveRecord: 0.1ms) Almanac::Post Load (0.3ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."published" = 't' ORDER BY written_at DESC, id DESC LIMIT 10 OFFSET 0  (10.9ms) 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" = 'roy@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", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "roy@example.com"], ["encrypted_password", "$2a$04$2HR2mALG07zmmr8Gxmlhpe2/bS9/C5Z4H4PExh3K9PW6EDF7V0W1i"], ["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", Fri, 16 Nov 2012 20:19:09 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", 66], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["description", "Et praesentium in cupiditate. Consectetur esse voluptas ut. Sit magni voluptatem aut. Et quis est maxime amet. Sapiente et nemo nesciunt."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quaerat non sed quibusdam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 67], ["blog_id", 1], ["body", "Est reiciendis eos enim optio consequatur doloribus. Distinctio repellendus commodi dolorem earum. Vel eaque voluptas laudantium suscipit maxime aut. Sint enim nam. Eaque in est eum et et quos ratione."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["excerpt", "Aut occaecati eos iusto consequatur aliquid."], ["published", false], ["slug", "et-eum-33"], ["title", "Et qui autem ipsum eum iure esse."], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test33' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test33"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 68], ["blog_id", 1], ["body", "In consequuntur neque dolore sunt ab nihil labore. Quia soluta quo qui recusandae quod consequuntur sunt. Laborum et eum saepe. Aliquam nulla consectetur quas at ut vel. Nam quasi aliquid quia laboriosam. Itaque velit et quia vero repellendus eaque optio."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["excerpt", "Et repudiandae enim."], ["published", false], ["slug", "omnis-eos-34"], ["title", "Nihil harum temporibus commodi cum et."], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 69], ["blog_id", 1], ["body", "Veritatis in autem qui. Soluta velit voluptatibus corrupti architecto. Modi tempore iusto. Quasi in repudiandae natus provident. Officiis voluptas nulla vel omnis quaerat."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["excerpt", "Enim repellendus in harum."], ["published", false], ["slug", "dolor-omnis-35"], ["title", "Eius consequatur ut ipsum cum rem a accusamus."], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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 6ms (Views: 1.4ms | 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  (8.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'tomasa_fadel@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", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "tomasa_fadel@example.net"], ["encrypted_password", "$2a$04$e1G3BfB7WW1rDzQBOGvjouzN.3fuF8dapOO5/6WiUaMCDrrgz1Jua"], ["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", Fri, 16 Nov 2012 20:19:09 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", 70], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["description", "Veniam aliquam libero qui accusamus omnis placeat quia. Autem voluptatum qui sit nemo quia vitae. Ut nisi laborum magni recusandae animi sit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Aut ratione enim quia quaerat accusantium."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:09 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 46ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (7.6ms) rollback transaction  (0.1ms) 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", 72], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["description", "Praesentium quia quam molestias. Et ullam iusto eum. Corporis quis praesentium ut eius aut magni. Velit blanditiis reiciendis id culpa dolor vel doloribus. Repudiandae qui et sequi voluptatum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Inventore nobis perferendis sed ex porro odio."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 71], ["blog_id", 1], ["body", "Architecto commodi perspiciatis dolorem. Est accusantium similique est magnam aliquam consequatur numquam. Autem fugiat magnam et. Itaque officiis nihil eum non. Consectetur rerum consequatur rerum."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["excerpt", "Quibusdam distinctio."], ["published", true], ["slug", "ea-velit-36"], ["title", "Qui porro sed numquam laboriosam aut vero velit."], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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  (2.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", 74], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["description", "Sed et reprehenderit molestiae illo. Totam debitis nesciunt voluptas sunt ut nulla ad. Hic quo quibusdam. Et maiores assumenda officia sed temporibus ea ut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Tempora voluptas qui qui ut nihil."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 73], ["blog_id", 1], ["body", "Consequuntur qui sed at autem neque voluptas. Facilis aliquam qui et quia et. Cum vel eveniet ratione non eos amet. Voluptatem occaecati quos voluptatibus hic animi in expedita. Et expedita et sit molestiae enim aliquid. Molestiae aliquam voluptatem id nostrum. Et at facilis sint."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["excerpt", "Dicta dolorem sunt delectus."], ["published", true], ["slug", "vitae-autem-37"], ["title", "Quo blanditiis ea hic voluptate."], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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" = 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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  (10.0ms) 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", 76], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["description", "Temporibus quo dolorum tempora eum quia. Aliquid assumenda tempore sapiente. Ut et voluptas consequatur autem similique ipsum id."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Laborum saepe."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 75], ["blog_id", 1], ["body", "Dolorum delectus velit. Vitae sit omnis praesentium aliquam voluptatem neque et. Est dolor ad sed sint. Necessitatibus id placeat itaque et illum. Aut libero fugit qui. Ab temporibus assumenda aut aut placeat. Nobis et esse at vel tenetur ipsam."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["excerpt", "Eos tenetur praesentium modi."], ["published", true], ["slug", "accusantium-adipisci-38"], ["title", "Facilis quia sed quod."], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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.0ms) 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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  (11.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", 78], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["description", "Quidem cumque ullam consequuntur totam minima. Sint quia sint enim eum. Rem quia a ad fugiat aliquam recusandae est."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quasi aut mollitia et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 77], ["blog_id", 1], ["body", "Consequatur ut unde reprehenderit reiciendis omnis quod nobis. Illum quo expedita veniam. Magnam dolorem culpa officiis id. Consequatur eos autem error et tenetur. Dicta officiis deleniti ipsum quasi."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["excerpt", "Et."], ["published", true], ["slug", "provident-sunt-39"], ["title", "Commodi soluta aliquam corporis consequatur repellendus omnis."], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test39' LIMIT 1 SQL (0.0ms) 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.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", "nathan_wuckert@example.com"], ["author_name", "Mckayla Bruen"], ["body", "Autem rerum et quas. Aliquid quae voluptates eveniet sunt provident non."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:09 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  (2.2ms) 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", 80], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["description", "Laborum qui fugiat quae. Eos eum laboriosam nesciunt reiciendis ad nisi. Enim quos non nemo architecto expedita et ab. Dicta reiciendis quo porro consequuntur impedit molestias. Expedita nostrum quia aspernatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Mollitia asperiores."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 79], ["blog_id", 1], ["body", "Ut optio accusamus ipsam quo. Dolor mollitia ut soluta porro est. Voluptas voluptatem ea non aliquid quia similique. Nisi nihil odit. Et facere illum amet. Aut illum sed dolorem itaque accusantium."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["excerpt", "Mollitia excepturi ex rerum sunt."], ["published", true], ["slug", "quia-non-40"], ["title", "Cum doloribus vitae et rerum eos ea."], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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" = 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", "ava@example.com"], ["author_name", "Gwen Hane"], ["body", "Doloribus et possimus earum est voluptas."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "clara_feest@example.com"], ["author_name", "Desmond Beer I"], ["body", "Velit blanditiis reiciendis id culpa dolor vel doloribus. Repudiandae qui et sequi voluptatum. Blanditiis quibusdam corrupti."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "calista@example.com"], ["author_name", "Lawson Gottlieb DDS"], ["body", "Ipsum reiciendis quasi nihil vitae. Ut pariatur est."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "icie_schaden@example.org"], ["author_name", "Bell Hermiston"], ["body", "Deserunt porro minus ut sequi. Ipsa sequi id quisquam tenetur. Et eaque eligendi laudantium eos corporis modi."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "sammy_bosco@example.com"], ["author_name", "Carlotta Hills"], ["body", "Suscipit eaque et est in sunt."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "julianne_bashirian@example.net"], ["author_name", "Mrs. Chet Champlin"], ["body", "Enim minima quo. Animi dolorem earum. Cum non facere cumque veritatis in qui laborum."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "caden_kuvalis@example.com"], ["author_name", "Miss Delphine Purdy"], ["body", "Est necessitatibus voluptatem et. Et aut ratione minima est asperiores ea. Dolorum optio sapiente id voluptate explicabo animi tenetur."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "dean_rohan@example.com"], ["author_name", "Chyna Watsica"], ["body", "Explicabo praesentium in quia dolor corporis eos expedita. Ducimus vel maxime deserunt dolor voluptates harum praesentium. Quod consequatur a voluptatem dolor."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "gia.okuneva@example.com"], ["author_name", "Carmine Mohr DDS"], ["body", "Nisi recusandae laudantium at. Numquam ullam qui similique enim et. Quia distinctio rerum explicabo tenetur."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "dudley_collins@example.net"], ["author_name", "Keyshawn Wisoky"], ["body", "Fuga accusantium exercitationem. Adipisci ipsam culpa soluta quae iste eos. Quasi perspiciatis architecto tempore."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "ivah@example.net"], ["author_name", "Delphine Zboncak PhD"], ["body", "Qui quo deserunt ab."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "anabel_considine@example.net"], ["author_name", "Paige Satterfield"], ["body", "Expedita nobis nam sed. Autem et necessitatibus ex ipsam sapiente. Laborum sit ut adipisci aut iste suscipit."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "brennan@example.net"], ["author_name", "Ms. Josiane Rau"], ["body", "Optio asperiores totam doloremque repellendus. Similique dolores et aut pariatur molestiae ut aliquid."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "erwin@example.com"], ["author_name", "Frederique Kuphal"], ["body", "Est rerum dolor recusandae nesciunt ducimus. Cumque doloremque minus et repellendus. Eos et sequi quia soluta sit hic."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "lavern@example.org"], ["author_name", "Miss Bret Rice"], ["body", "Ex eveniet itaque dicta."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:09 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 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", 82], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["description", "Veritatis consequuntur quo et qui voluptas laboriosam hic. Modi dignissimos et nostrum quasi repellendus. Ut consequuntur neque. Enim enim quis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Iusto sed beatae incidunt."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) 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", 84], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["description", "In voluptatem aperiam omnis doloremque et repudiandae impedit. Reprehenderit pariatur aut similique laborum magni. Dolor ipsa et repellendus rerum. Placeat officia molestiae."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Veniam et laudantium occaecati aut animi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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", 86], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["description", "Animi atque voluptas excepturi. Est enim animi. Et temporibus repellendus officia. Earum nisi dolorem. Delectus ab quia laborum sit voluptate nihil magni."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sunt temporibus officiis molestias cum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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", 88], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["description", "Quas recusandae quis exercitationem et quos qui. Facilis est aperiam perferendis voluptate. Minima aut quis atque dignissimos nam soluta voluptatem. Quia et voluptatum dolor libero illum autem. Ad vero placeat est perspiciatis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sint nostrum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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.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.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", 91], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["description", "Voluptatibus sapiente autem consectetur ratione. Et quidem saepe impedit. Iure reprehenderit ab nemo et. Saepe eaque dicta et est architecto non sit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Repellendus consequatur molestias."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 90], ["blog_id", 1], ["body", "Vel eum incidunt ex natus vitae ea. Minima eum consectetur quisquam veritatis. Eligendi qui architecto voluptatem. Commodi autem temporibus quos et exercitationem labore. Ipsa voluptates numquam aut cupiditate cum rerum. Suscipit culpa eveniet. Quasi eius pariatur impedit enim iste ut doloribus."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["excerpt", "Reprehenderit."], ["published", true], ["slug", "qui-mollitia-46"], ["title", "Autem consequatur officiis."], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["written_at", Fri, 16 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.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" = 'test46' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test46"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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  (0.7ms) 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", 92], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["description", "Quasi est officia quis voluptas dolor fugiat. Id repellendus omnis quae dolores. Occaecati accusamus ea et dignissimos quos quae aliquid. Non qui dolor error quasi doloremque."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Nisi at magnam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:09 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 93], ["blog_id", 1], ["body", "Sit odio pariatur. Perspiciatis ut quaerat repudiandae est. Et est magni repellendus perspiciatis. Quaerat ut facilis. Et praesentium aspernatur explicabo non. Officia doloremque velit quasi sit omnis ducimus quos."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["excerpt", "Consequatur dolor nam."], ["published", true], ["slug", "ipsam-rem-47"], ["title", "Magnam corrupti consequatur sed."], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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" = 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 94], ["blog_id", 1], ["body", "Laudantium esse aut placeat eum officia dolor et. Qui optio necessitatibus mollitia ipsam velit. Ipsam vitae est corporis tempore. Repudiandae ipsum ab. Esse commodi est ullam ex dolor. Est voluptatem labore assumenda rerum. Laborum perferendis quasi ea quos distinctio quidem delectus."], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["excerpt", "Sed aliquam quis omnis quae."], ["published", true], ["slug", "ut-nobis-48"], ["title", "Aperiam inventore ea veritatis deserunt."], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["written_at", Fri, 16 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.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test48' LIMIT 1 SQL (0.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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", Fri, 16 Nov 2012 20:19:09 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  (0.5ms) 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", 96], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00], ["description", "Consequuntur qui quos et sapiente ab sunt. Quod voluptatem delectus est veritatis voluptates excepturi. Occaecati harum molestiae. Voluptate facilis temporibus autem."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Mollitia id quibusdam ullam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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", 98], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["description", "Quas illum sapiente voluptatum voluptas. Veniam explicabo et praesentium eum deleniti illum. Ab voluptatem ut voluptate. Natus dicta et aut ab dolorem et. Laboriosam occaecati dolorem omnis animi architecto."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Iure repellat quae eum et repellendus sunt."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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) 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", 101], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["description", "Sint ad quia cumque. Voluptas sunt veritatis voluptatem consequatur omnis architecto at. Officiis eaque sed velit voluptatem. Officiis et beatae nostrum porro distinctio et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Unde sunt."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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", 103], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["description", "Sint maxime est commodi accusamus iusto unde. Nostrum in est debitis aut minus nobis. Cum deleniti iure ipsam assumenda illo."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ratione qui."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) 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", 104], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["description", "Expedita esse nemo deserunt fuga et soluta. Natus nihil commodi quis ab quia at. Nemo aut et sint deserunt assumenda. Laudantium ratione et earum libero quos repudiandae et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Voluptas quis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 105], ["blog_id", 1], ["body", "Ducimus voluptatem nobis officiis eligendi. Quaerat et reprehenderit temporibus. Possimus corporis omnis ab enim ratione. Magni doloribus magnam repudiandae soluta aperiam. Quia dignissimos voluptas et. Et quos ut consequuntur culpa est ea. Reiciendis ea quaerat odit."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Quod officia earum atque."], ["published", true], ["slug", "nulla-in-52"], ["title", "Eligendi quam est dolores."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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.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" = '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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 106], ["blog_id", 1], ["body", "Sed esse cupiditate omnis corporis. Omnis aut rerum et ut. Tenetur quas harum iste temporibus. Nemo illo est quasi odio temporibus sequi minus. Sed soluta culpa excepturi. Totam error eum alias. Voluptas nesciunt sunt aliquid."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Quis non reprehenderit velit et in."], ["published", true], ["slug", "aut-vero-53"], ["title", "Qui laborum commodi dolores qui dolorum voluptatem aperiam."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test55' LIMIT 1 SQL (0.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 107], ["blog_id", 1], ["body", "Qui esse sit quibusdam veniam doloribus rerum ea. Cum vero id suscipit. Quae dicta ratione. Tenetur et facere repellendus sit ducimus veniam. Dolores aliquam deserunt voluptatem eum saepe voluptas. Harum incidunt esse. Vel et repudiandae excepturi asperiores et deleniti voluptatem."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Dolorem ea qui facilis sapiente deleniti."], ["published", true], ["slug", "omnis-et-54"], ["title", "Sequi qui sint omnis debitis ducimus."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test56' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test56"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 108], ["blog_id", 1], ["body", "Aut omnis architecto. Fuga aut ut et molestiae. Aut tempora quo porro corporis explicabo et. Illo architecto delectus. Inventore ut in."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Vel est."], ["published", true], ["slug", "rerum-perspiciatis-55"], ["title", "Sit veniam explicabo ratione voluptas aliquid."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 109], ["blog_id", 1], ["body", "Facilis beatae veniam autem provident blanditiis tenetur doloribus. Aut aut eos dolorem quia neque rerum fugit. Illo atque tenetur tempore mollitia aut. Eos et officia ipsum quasi tempore. Repudiandae natus labore voluptas."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Praesentium quidem quos."], ["published", false], ["slug", "deleniti-neque-56"], ["title", "Et qui dolorum."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 110], ["blog_id", 1], ["body", "Optio recusandae cum. Earum provident delectus perferendis sapiente iste animi dolores. Enim ut fugit porro est. Doloribus sapiente distinctio vero perspiciatis voluptatem earum. Odit earum corrupti neque. Est aut qui ab molestias."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Sed."], ["published", false], ["slug", "corrupti-ratione-57"], ["title", "Numquam sed non ut qui."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 111], ["blog_id", 1], ["body", "Quam iusto delectus. Sint rerum dolorem. Eum laborum et quos harum non qui. Eos error dolorum aut a occaecati in. Consequuntur laudantium numquam. Sunt expedita aut et sit libero dolor. Debitis non cumque vero."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Nostrum molestiae quia sapiente est."], ["published", false], ["slug", "et-culpa-58"], ["title", "Rerum quisquam qui consequuntur pariatur ducimus debitis."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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" = '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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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'  (3.4ms) 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", 112], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["description", "Expedita esse nemo deserunt fuga et soluta. Natus nihil commodi quis ab quia at. Nemo aut et sint deserunt assumenda. Laudantium ratione et earum libero quos repudiandae et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Cum doloribus vitae et rerum eos."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 113], ["blog_id", 1], ["body", "Ducimus voluptatem nobis officiis eligendi. Quaerat et reprehenderit temporibus. Possimus corporis omnis ab enim ratione. Magni doloribus magnam repudiandae soluta aperiam. Quia dignissimos voluptas et. Et quos ut consequuntur culpa est ea. Reiciendis ea quaerat odit."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Quod officia earum atque."], ["published", true], ["slug", "nulla-in-59"], ["title", "Eligendi quam est dolores."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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.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" = 'test61' LIMIT 1 SQL (0.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 114], ["blog_id", 1], ["body", "Sed esse cupiditate omnis corporis. Omnis aut rerum et ut. Tenetur quas harum iste temporibus. Nemo illo est quasi odio temporibus sequi minus. Sed soluta culpa excepturi. Totam error eum alias. Voluptas nesciunt sunt aliquid."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Quis non reprehenderit velit et in."], ["published", true], ["slug", "aut-vero-60"], ["title", "Qui laborum commodi dolores qui dolorum voluptatem aperiam."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test62"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 115], ["blog_id", 1], ["body", "Qui esse sit quibusdam veniam doloribus rerum ea. Cum vero id suscipit. Quae dicta ratione. Tenetur et facere repellendus sit ducimus veniam. Dolores aliquam deserunt voluptatem eum saepe voluptas. Harum incidunt esse. Vel et repudiandae excepturi asperiores et deleniti voluptatem."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Dolorem ea qui facilis sapiente deleniti."], ["published", true], ["slug", "omnis-et-61"], ["title", "Sequi qui sint omnis debitis ducimus."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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" = 'test63' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test63"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 116], ["blog_id", 1], ["body", "Aut omnis architecto. Fuga aut ut et molestiae. Aut tempora quo porro corporis explicabo et. Illo architecto delectus. Inventore ut in."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Vel est."], ["published", false], ["slug", "rerum-perspiciatis-62"], ["title", "Sit veniam explicabo ratione voluptas aliquid."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test64' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test64"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 117], ["blog_id", 1], ["body", "Facilis beatae veniam autem provident blanditiis tenetur doloribus. Aut aut eos dolorem quia neque rerum fugit. Illo atque tenetur tempore mollitia aut. Eos et officia ipsum quasi tempore. Repudiandae natus labore voluptas."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Praesentium quidem quos."], ["published", false], ["slug", "deleniti-neque-63"], ["title", "Et qui dolorum."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test65"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 118], ["blog_id", 1], ["body", "Optio recusandae cum. Earum provident delectus perferendis sapiente iste animi dolores. Enim ut fugit porro est. Doloribus sapiente distinctio vero perspiciatis voluptatem earum. Odit earum corrupti neque. Est aut qui ab molestias."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Sed."], ["published", false], ["slug", "corrupti-ratione-64"], ["title", "Numquam sed non ut qui."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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'  (13.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.3ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (0.6ms) 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", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["description", "Expedita esse nemo deserunt fuga et soluta. Natus nihil commodi quis ab quia at. Nemo aut et sint deserunt assumenda. Laudantium ratione et earum libero quos repudiandae et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Voluptas quis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00]]  (0.0ms) 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.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 120], ["blog_id", 1], ["body", "Ducimus voluptatem nobis officiis eligendi. Quaerat et reprehenderit temporibus. Possimus corporis omnis ab enim ratione. Magni doloribus magnam repudiandae soluta aperiam. Quia dignissimos voluptas et. Et quos ut consequuntur culpa est ea. Reiciendis ea quaerat odit."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Quod officia earum atque."], ["published", true], ["slug", "nulla-in-65"], ["title", "Eligendi quam est dolores."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test67' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test67"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 121], ["blog_id", 1], ["body", "Sed esse cupiditate omnis corporis. Omnis aut rerum et ut. Tenetur quas harum iste temporibus. Nemo illo est quasi odio temporibus sequi minus. Sed soluta culpa excepturi. Totam error eum alias. Voluptas nesciunt sunt aliquid."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Quis non reprehenderit velit et in."], ["published", true], ["slug", "aut-vero-66"], ["title", "Qui laborum commodi dolores qui dolorum voluptatem aperiam."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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" = 'test68' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test68"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 122], ["blog_id", 1], ["body", "Qui esse sit quibusdam veniam doloribus rerum ea. Cum vero id suscipit. Quae dicta ratione. Tenetur et facere repellendus sit ducimus veniam. Dolores aliquam deserunt voluptatem eum saepe voluptas. Harum incidunt esse. Vel et repudiandae excepturi asperiores et deleniti voluptatem."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Dolorem ea qui facilis sapiente deleniti."], ["published", true], ["slug", "omnis-et-67"], ["title", "Sequi qui sint omnis debitis ducimus."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test69' OR lower(name) = 'rspec69' OR lower(name) = 'ruby69' OR lower(name) = '#rails69') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test69' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test69"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec69' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec69"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby69' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby69"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails69' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails69"]] 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 123], ["blog_id", 1], ["body", "Aut omnis architecto. Fuga aut ut et molestiae. Aut tempora quo porro corporis explicabo et. Illo architecto delectus. Inventore ut in."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Vel est."], ["published", true], ["slug", "rerum-perspiciatis-68"], ["title", "Sit veniam explicabo ratione voluptas aliquid."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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" = 'test70' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test70"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 124], ["blog_id", 1], ["body", "Facilis beatae veniam autem provident blanditiis tenetur doloribus. Aut aut eos dolorem quia neque rerum fugit. Illo atque tenetur tempore mollitia aut. Eos et officia ipsum quasi tempore. Repudiandae natus labore voluptas."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Praesentium quidem quos."], ["published", true], ["slug", "deleniti-neque-69"], ["title", "Et qui dolorum."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test71' OR lower(name) = 'rspec71' OR lower(name) = 'ruby71' OR lower(name) = '#rails71') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test71' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test71"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec71' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec71"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby71' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby71"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails71' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails71"]] 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 125], ["blog_id", 1], ["body", "Optio recusandae cum. Earum provident delectus perferendis sapiente iste animi dolores. Enim ut fugit porro est. Doloribus sapiente distinctio vero perspiciatis voluptatem earum. Odit earum corrupti neque. Est aut qui ab molestias."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Sed."], ["published", true], ["slug", "corrupti-ratione-70"], ["title", "Numquam sed non ut qui."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 126], ["blog_id", 1], ["body", "Quam iusto delectus. Sint rerum dolorem. Eum laborum et quos harum non qui. Eos error dolorum aut a occaecati in. Consequuntur laudantium numquam. Sunt expedita aut et sit libero dolor. Debitis non cumque vero."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Nostrum molestiae quia sapiente est."], ["published", true], ["slug", "et-culpa-71"], ["title", "Rerum quisquam qui consequuntur pariatur ducimus debitis."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 127], ["blog_id", 1], ["body", "Earum quis perferendis nisi voluptatem atque. Qui voluptatibus dolorum. Illo ipsam fuga. Omnis doloribus sint officiis sequi. Nemo blanditiis libero quae. Molestias vel consequatur."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Quo non."], ["published", true], ["slug", "laboriosam-molestiae-72"], ["title", "Aut eum nulla veniam voluptatem omnis."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 128], ["blog_id", 1], ["body", "Ab eligendi dolor asperiores nihil libero delectus. Nesciunt pariatur ratione. Asperiores autem ipsum et ex ipsam quibusdam. Explicabo dolor ea numquam perferendis. Earum mollitia hic accusamus. Eligendi cumque modi et autem dolor rem quod. Ut et est incidunt et accusantium sit est."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Quia numquam error."], ["published", true], ["slug", "perferendis-modi-73"], ["title", "Eos et voluptas."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 129], ["blog_id", 1], ["body", "Explicabo sint dolorum magnam. Omnis quo inventore voluptas ut. Quo eos vel commodi et. Accusamus laudantium est ex voluptatibus. Expedita dignissimos assumenda dolor non. Soluta fugit dolorem veniam necessitatibus."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Quidem optio maxime suscipit sed unde."], ["published", true], ["slug", "ducimus-consequatur-74"], ["title", "Exercitationem aperiam ut voluptatem eum."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test76' OR lower(name) = 'rspec76' OR lower(name) = 'ruby76' OR lower(name) = '#rails76') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test76' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test76"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec76' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec76"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby76' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby76"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails76' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails76"]] 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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.3ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 130], ["blog_id", 1], ["body", "Qui vel nihil tempore sit fugiat. Non eum ex exercitationem quaerat. Minima quia officia magni voluptatem consequatur quibusdam. Repellendus et perspiciatis qui repellat alias omnis eos. Non consequatur quae veniam sit nemo."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Nobis labore quia officia."], ["published", true], ["slug", "ut-est-75"], ["title", "Voluptatem quisquam modi non et."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 131], ["blog_id", 1], ["body", "Aspernatur est quidem et iusto. Laudantium aut voluptas. Soluta repellendus non inventore magni corrupti. Autem quis corporis harum ea. Laboriosam temporibus voluptatem fugiat nisi odit quisquam ut. Tempora assumenda deleniti nemo odio et et. Voluptatem ipsum iste ex fugiat nihil velit."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Voluptatem natus voluptas culpa sed."], ["published", true], ["slug", "quis-non-76"], ["title", "Consectetur labore eveniet quaerat."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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_1527849 ON posts_taggings_1527849.taggable_id = almanac_posts.id AND posts_taggings_1527849.taggable_type = 'Almanac::Post' AND posts_taggings_1527849.tag_id = 1 WHERE "almanac_posts"."published" = 't'  (9.1ms) 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", 132], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["description", "Aspernatur eaque eum tenetur ducimus et qui. Ullam eligendi consequatur et quas omnis natus blanditiis. Nobis ex minima."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Voluptas rerum debitis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 133], ["blog_id", 1], ["body", "Perferendis et vel dolores sed. Est ut aliquid ab officiis sed. Iste corporis et dignissimos. Eum at exercitationem. Sed dicta deleniti. Eligendi et dolorem omnis non."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Velit quia veniam eos saepe."], ["published", true], ["slug", "placeat-omnis-77"], ["title", "Iste cumque molestiae sed esse autem."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test77' OR lower(name) = 'rspec77' OR lower(name) = 'ruby77' OR lower(name) = '#rails77') 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" = 'test77' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test77"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec77' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec77"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby77' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby77"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails77' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails77"]] 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 134], ["blog_id", 1], ["body", "Ea et est neque corrupti iure. Similique laudantium quia consequatur nemo eum delectus voluptatem. Consequatur alias molestiae doloremque qui ut. Quis voluptas saepe aut minima adipisci doloribus non. Dignissimos voluptate pariatur ut. Tempora sed placeat facere officiis delectus."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Necessitatibus doloremque."], ["published", true], ["slug", "et-hic-78"], ["title", "Corporis inventore minima blanditiis."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test78' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test78"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 135], ["blog_id", 1], ["body", "Nostrum maiores nihil quisquam voluptates est debitis et. Aut qui nisi qui pariatur accusantium. Distinctio quas facilis et. Recusandae est autem praesentium. Mollitia quia dicta et explicabo repellendus reprehenderit. Facilis quidem doloremque asperiores voluptas ratione et voluptatibus."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Veritatis dolorem eos corporis."], ["published", true], ["slug", "voluptatem-et-79"], ["title", "Enim et blanditiis harum voluptas culpa ipsam neque."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 136], ["blog_id", 1], ["body", "Nulla voluptatum ut incidunt. Harum voluptatem excepturi sunt et laudantium. Omnis deserunt qui perspiciatis harum unde suscipit. Quibusdam voluptas delectus. Optio laboriosam qui quia cumque vitae pariatur hic. Neque modi in ipsum. Doloremque dolor adipisci."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Quisquam ullam laboriosam ut distinctio."], ["published", true], ["slug", "officiis-aut-80"], ["title", "Amet praesentium alias voluptatum fuga voluptatem sed est."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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" = 'test80' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test80"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 137], ["blog_id", 1], ["body", "Ullam eius nihil sit ut quae molestiae sint. Aliquid sed beatae voluptatem quam recusandae autem quo. Aut quia sint ut provident perspiciatis aliquam. Omnis omnis fugiat non voluptatem ducimus. Dignissimos maxime ea cumque. Eveniet vel eligendi nulla. Praesentium et dignissimos amet magni."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Dolor ab expedita consequatur itaque non."], ["published", true], ["slug", "vel-sequi-81"], ["title", "Distinctio error consequatur eaque consectetur cumque."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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 (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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 138], ["blog_id", 1], ["body", "Rem laborum ratione provident est nihil corrupti dolores. Repellendus omnis quia et at sed. Voluptas est laudantium accusantium quas. Repellendus commodi sed ratione. Eos hic recusandae odio aliquid impedit assumenda. Est sint ipsa sed ea quia. Iusto aut pariatur."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Inventore distinctio maiores qui."], ["published", true], ["slug", "iure-error-82"], ["title", "Natus praesentium non corporis blanditiis dolor."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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" = '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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 139], ["blog_id", 1], ["body", "Quia ut harum odit quis accusamus nisi. Magnam delectus qui est quaerat porro ut tempora. Quo necessitatibus veniam ut nemo voluptatem. Maxime nostrum distinctio deserunt. Et rerum vero. In explicabo necessitatibus. Expedita ipsum tempora quos quidem."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Sed corporis minima."], ["published", true], ["slug", "error-repudiandae-83"], ["title", "Nulla reiciendis rerum animi ut est deleniti qui."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 140], ["blog_id", 1], ["body", "Voluptatem voluptate totam accusantium accusamus dolore. Incidunt assumenda dolores neque ut nisi. Aut cupiditate possimus ut magni natus. Cum iusto aut provident et magni. Sed harum id quo exercitationem asperiores et vel. Consequatur mollitia dolorum adipisci."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Minus esse."], ["published", true], ["slug", "nulla-voluptatem-84"], ["title", "Repudiandae quia sapiente ea fugit."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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.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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 141], ["blog_id", 1], ["body", "Minima dignissimos assumenda. Voluptates labore atque quia commodi quo molestiae. Sit commodi tenetur beatae quia quisquam voluptas est. Sed vel quisquam fugit saepe rerum ducimus voluptatum. Harum illum aut voluptatem exercitationem quidem odit sunt."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Alias delectus voluptas voluptatem animi nesciunt."], ["published", true], ["slug", "fugit-perspiciatis-85"], ["title", "Dolorum quibusdam accusantium voluptatem iste placeat."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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" = 'test85' LIMIT 1 SQL (0.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 142], ["blog_id", 1], ["body", "Maiores modi aperiam architecto eum. Quo sed qui ut. Et laborum omnis voluptas rem est fuga. Eius rem in eum soluta consequuntur exercitationem sit. Similique quia sed beatae a sit et modi. Eum assumenda autem sed sint reiciendis magnam vero."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Quam voluptatem provident dolor ipsam placeat."], ["published", true], ["slug", "pariatur-libero-86"], ["title", "Repudiandae mollitia iste."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 143], ["blog_id", 1], ["body", "Facilis expedita libero eos voluptatem. Excepturi fugiat facere perferendis delectus. Est molestiae libero porro et sapiente sed. Aperiam quaerat numquam aliquam. Harum sed iusto aspernatur voluptatem nihil ipsam. Saepe adipisci dolore qui."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Fuga corporis explicabo."], ["published", false], ["slug", "beatae-itaque-87"], ["title", "Praesentium et adipisci."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test87' OR lower(name) = 'rspec87' OR lower(name) = 'ruby87' OR lower(name) = '#rails87') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test87' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test87"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec87' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec87"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby87' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby87"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails87' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails87"]] 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 144], ["blog_id", 1], ["body", "Facere rem dolor optio maxime. Et aspernatur pariatur qui ullam eum. Rerum facere dolores sed et et. Minus inventore et atque quaerat quam quia adipisci. Adipisci doloremque et ut voluptas neque laboriosam voluptates."], ["created_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["excerpt", "Ipsam distinctio quia nam dolores."], ["published", false], ["slug", "asperiores-illum-88"], ["title", "Qui earum sed dolorem molestiae eligendi."], ["updated_at", Fri, 16 Nov 2012 20:19:10 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test88' OR lower(name) = 'rspec88' OR lower(name) = 'ruby88' OR lower(name) = '#rails88') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test88' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test88"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec88' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec88"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby88' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby88"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails88' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails88"]] 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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", Fri, 16 Nov 2012 20:19:10 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_e106677 ON posts_taggings_e106677.taggable_id = almanac_posts.id AND posts_taggings_e106677.taggable_type = 'Almanac::Post' AND posts_taggings_e106677.tag_id = 1 WHERE "almanac_posts"."published" = 't'  (8.3ms) rollback transaction Connecting to database specified by database.yml  (2.4ms) DELETE FROM "users";  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';  (0.7ms) DELETE FROM "almanac_posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_posts';  (0.8ms) DELETE FROM "almanac_images";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_images';  (0.6ms) DELETE FROM "tags";  (0.1ms) DELETE FROM sqlite_sequence where name = 'tags';  (0.9ms) DELETE FROM "taggings";  (0.1ms) DELETE FROM sqlite_sequence where name = 'taggings';  (3.2ms) DELETE FROM "almanac_comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_comments';  (1.1ms) DELETE FROM "almanac_blogs";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_blogs';  (0.0ms) begin transaction  (0.1ms) 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 (4.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", 2], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["description", "Exercitationem minus odit laboriosam quis. Sit quibusdam recusandae rerum doloribus. Sit vel sapiente natus deleniti similique."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Cumque aut suscipit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'nobis-consequatur-1' LIMIT 1 SQL (0.6ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["blog_id", 1], ["body", "Nesciunt numquam eligendi dolor nihil distinctio. Aut quas ea natus quo esse quia neque. Quia animi quam blanditiis. Nobis eveniet nesciunt. Laboriosam voluptates ut dolor aliquam eos quidem. Voluptates dolore et sit sunt."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["excerpt", "Qui voluptatibus."], ["published", true], ["slug", "nobis-consequatur-1"], ["title", "Qui quaerat tempora incidunt."], ["updated_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) 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.0ms) 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", 4], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["description", "Sapiente perspiciatis est voluptatem tenetur ad. In reiciendis repudiandae. Excepturi earum harum ullam soluta."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Aperiam est saepe tempore."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'voluptatem-ipsum-2' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 3], ["blog_id", 1], ["body", "Inventore placeat ut sed sint est. Et expedita id repellat. Laboriosam est molestiae veritatis. Omnis perferendis molestias. Iure fuga recusandae odio saepe illum dignissimos. Ut optio cum qui aut excepturi. Reiciendis vel voluptatem ducimus magnam ex."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["excerpt", "Odit."], ["published", true], ["slug", "voluptatem-ipsum-2"], ["title", "Suscipit voluptates ut."], ["updated_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["written_at", Fri, 16 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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.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", 6], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["description", "Sunt et in consequuntur illum dignissimos. Ut hic laboriosam quam. Est ad sed numquam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Est animi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'sunt-et-3' LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 5], ["blog_id", 1], ["body", "Quisquam ipsa totam. Qui neque rerum architecto modi. Suscipit recusandae quisquam nobis architecto omnis beatae assumenda. Aut voluptatibus similique atque odit. Necessitatibus voluptates ut autem omnis fugit corrupti et. Iusto error totam."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["excerpt", "Ea quaerat reprehenderit."], ["published", true], ["slug", "sunt-et-3"], ["title", "Rerum nulla voluptatem quasi esse."], ["updated_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.0ms) 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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.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", 8], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["description", "Est minima aspernatur eligendi ut facere adipisci. Enim ut quos sequi nobis voluptatum. Molestiae quibusdam ipsum tempora suscipit enim. Tempora fugiat et nisi non explicabo."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Id accusamus earum itaque est."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'mollitia-autem-4' LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 7], ["blog_id", 1], ["body", "Consequatur sit pariatur incidunt accusamus quaerat. Autem cupiditate quaerat impedit beatae nobis nisi aliquid. Totam illo similique fuga ut suscipit. Aliquid atque illum alias veniam voluptatem quis. Facilis laudantium neque placeat facere optio dolorum. Expedita qui reprehenderit soluta omnis quas. Voluptatum et ex vel quis sapiente accusamus."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["excerpt", "Inventore odit aut dolor."], ["published", true], ["slug", "mollitia-autem-4"], ["title", "Sint et aliquam magni itaque voluptatum saepe."], ["updated_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["written_at", Fri, 16 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", "jacky@example.org"], ["author_name", "Giovani Haag"], ["body", "Rerum quas porro aut saepe aperiam natus iste. Minima voluptate id."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:26 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.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.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", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["description", "Velit qui ex ea accusantium. Repudiandae architecto quo fugiat. Eos dolorum earum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Esse qui ipsam temporibus distinctio."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'ut-et-5' LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 9], ["blog_id", 1], ["body", "Eius molestiae quidem distinctio quia. Explicabo consequuntur omnis molestias. Sit et voluptatibus pariatur perferendis. Eligendi qui saepe vel ipsum porro tempore quia. Eaque quia dignissimos. Vero harum quo quo animi error. Quia distinctio aut tenetur eaque aut cupiditate."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["excerpt", "Quod."], ["published", true], ["slug", "ut-et-5"], ["title", "Non dolores dolor quod natus voluptas vitae."], ["updated_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["written_at", Fri, 16 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", "syble_hickle@example.com"], ["author_name", "Alan Corwin"], ["body", "Et animi culpa sit reprehenderit sit autem."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:26 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", "clotilde@example.org"], ["author_name", "Eda Yundt"], ["body", "Inventore voluptas ea labore qui adipisci et. Corporis modi incidunt nobis earum et. Cum dolor qui quidem aut."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:26 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", "kirstin@example.com"], ["author_name", "Dr. Kendra Bartell"], ["body", "In ipsam libero hic molestiae sunt qui."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:26 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", "nettie.jaskolski@example.net"], ["author_name", "Miss Wilford Daniel"], ["body", "Omnis aut debitis sunt ut est animi quaerat. Minima exercitationem nesciunt dignissimos impedit eum. Omnis quod consectetur est adipisci odit provident tenetur."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:26 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", "verner.kertzmann@example.net"], ["author_name", "Hardy Konopelski"], ["body", "Quod natus deleniti sunt enim ea consequuntur. Laudantium alias deserunt ut unde quis aut id. Ad qui qui ipsum."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:26 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", "quentin_grant@example.org"], ["author_name", "Eugenia Grady"], ["body", "Voluptatibus corrupti sint eius in."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:26 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.koepp@example.org"], ["author_name", "Mckenzie Rice"], ["body", "Soluta ut odio occaecati eos quo sapiente eos. Vitae quo fuga omnis quas non."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:26 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", "emmett@example.org"], ["author_name", "Mr. Odell Stoltenberg"], ["body", "Ipsum cum quod fuga pariatur. Ex in nobis quia veritatis architecto. Deleniti ut quo magnam dolores."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:26 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", "angel@example.com"], ["author_name", "Rhiannon Hegmann"], ["body", "Perspiciatis deleniti dolores exercitationem aut quo ut."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:26 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", "sherman_leffler@example.com"], ["author_name", "Walker Johnston"], ["body", "Inventore quis nobis nihil delectus doloremque et. Corrupti qui aspernatur perferendis ipsam et."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:26 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", "gardner@example.com"], ["author_name", "Sandrine Lakin"], ["body", "Temporibus a eum quos possimus."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:26 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", "elinor_grady@example.com"], ["author_name", "Mrs. Rosie Lowe"], ["body", "Dicta sapiente nihil error est accusantium id qui."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:26 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", "kris_kertzmann@example.org"], ["author_name", "Rylee Green MD"], ["body", "Non occaecati nihil dolores veniam adipisci dolorem asperiores."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:26 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", "aleandro_parker@example.com"], ["author_name", "Johnson Pacocha DVM"], ["body", "Rerum qui voluptas officiis non nulla. Id nemo a hic aut odit. Rem minus nam libero commodi."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:26 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", "geovanny@example.net"], ["author_name", "Mrs. Camren Ward"], ["body", "Ipsum reprehenderit et repellat facilis ut. Saepe id aspernatur expedita neque voluptatem iure voluptas. Est cumque aut error voluptatem molestiae."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:26 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.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'harry@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", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "harry@example.net"], ["encrypted_password", "$2a$04$vNeEFBDTGG01L/8RGx.h3eHfxzoFa2gbdSFTd4ZqGjR3Znr./r3TW"], ["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", Fri, 16 Nov 2012 20:19:26 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", 11], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["description", "Voluptates nihil pariatur odio voluptate qui non. Non totam cupiditate amet consequuntur. Doloremque ut possimus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Error eum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:26 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'esse-ab-6' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 12], ["blog_id", 1], ["body", "Deleniti dolorem modi ut quis cupiditate totam unde. A id nobis minima nostrum nihil. Eum inventore illo explicabo aspernatur fuga. Vero provident in. Suscipit est sit veritatis est id consequuntur. Possimus cum voluptas molestiae. Vitae repudiandae et."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["excerpt", "Natus commodi eaque dolores."], ["published", true], ["slug", "esse-ab-6"], ["title", "Quia ab quas expedita sequi consequuntur provident facere."], ["updated_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["written_at", Fri, 16 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.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" = '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.0ms) 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.0ms) 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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.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.2ms) 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 29ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"   (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" = 'korey@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", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "korey@example.com"], ["encrypted_password", "$2a$04$EeEYemf4pW1lZdWqVeDNK.fYIZIluXwNhgs5e6GPwqShCOsPQsDM6"], ["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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["description", "Sunt dolorem autem provident illo non unde at. Quia rem enim officia eligendi. Quo eveniet quisquam. Non consequatur aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Est qui fugit voluptatem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:26 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'perspiciatis-odit-7' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 14], ["blog_id", 1], ["body", "Libero id delectus cupiditate beatae et eligendi facere. Iure architecto recusandae aut modi dolor in. Ipsa qui et ex qui quam necessitatibus explicabo. Recusandae laboriosam et quidem. Ut repellat corrupti accusantium ducimus et iure voluptas."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["excerpt", "Dolor doloribus excepturi."], ["published", true], ["slug", "perspiciatis-odit-7"], ["title", "Non voluptatibus dolorum omnis deleniti eligendi earum."], ["updated_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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.0ms) 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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.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.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" = 'harry@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", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "harry@example.net"], ["encrypted_password", "$2a$04$5.VAVy9ykfD1q6YqqehDTOi4upVmD6vLRB510CMIhdRQuaGMXD99W"], ["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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["description", "Voluptates nihil pariatur odio voluptate qui non. Non totam cupiditate amet consequuntur. Doloremque ut possimus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Error eum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:26 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"=>"Quia ab quas expedita sequi consequuntur provident facere.", "slug"=>"esse-ab-8", "excerpt"=>"Natus commodi eaque dolores.", "body"=>"Deleniti dolorem modi ut quis cupiditate totam unde. A id nobis minima nostrum nihil. Eum inventore illo explicabo aspernatur fuga. Vero provident in. Suscipit est sit veritatis est id consequuntur. Possimus cum voluptas molestiae. Vitae repudiandae et.", "published"=>true, "tag_list"=>"common,test8,rspec8,ruby8,#rails8", "author_id"=>"16", "written_at"=>"2012-11-16", "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 Almanac::Post Exists (0.0ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'esse-ab-8' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["blog_id", 1], ["body", "Deleniti dolorem modi ut quis cupiditate totam unde. A id nobis minima nostrum nihil. Eum inventore illo explicabo aspernatur fuga. Vero provident in. Suscipit est sit veritatis est id consequuntur. Possimus cum voluptas molestiae. Vitae repudiandae et."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["excerpt", "Natus commodi eaque dolores."], ["published", true], ["slug", "esse-ab-8"], ["title", "Quia ab quas expedita sequi consequuntur provident facere."], ["updated_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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 27ms (ActiveRecord: 2.3ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"  (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" = 'korey@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", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "korey@example.com"], ["encrypted_password", "$2a$04$YH71rShZczCSw4UqR6LEIuhOH7OEJ7paeJB1779odyH.pTxKwD.gm"], ["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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["description", "Sunt dolorem autem provident illo non unde at. Quia rem enim officia eligendi. Quo eveniet quisquam. Non consequatur aut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Est qui fugit voluptatem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Non voluptatibus dolorum omnis deleniti eligendi earum.", "slug"=>"perspiciatis-odit-9", "excerpt"=>"Dolor doloribus excepturi.", "body"=>"Libero id delectus cupiditate beatae et eligendi facere. Iure architecto recusandae aut modi dolor in. Ipsa qui et ex qui quam necessitatibus explicabo. Recusandae laboriosam et quidem. Ut repellat corrupti accusantium ducimus et iure voluptas.", "published"=>true, "tag_list"=>"common,test9,rspec9,ruby9,#rails9", "author_id"=>"18", "written_at"=>"2012-11-16", "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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'perspiciatis-odit-9' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["blog_id", 1], ["body", "Libero id delectus cupiditate beatae et eligendi facere. Iure architecto recusandae aut modi dolor in. Ipsa qui et ex qui quam necessitatibus explicabo. Recusandae laboriosam et quidem. Ut repellat corrupti accusantium ducimus et iure voluptas."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["excerpt", "Dolor doloribus excepturi."], ["published", true], ["slug", "perspiciatis-odit-9"], ["title", "Non voluptatibus dolorum omnis deleniti eligendi earum."], ["updated_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test9' OR lower(name) = 'rspec9' OR lower(name) = 'ruby9' OR lower(name) = '#rails9') 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" = 'test9' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test9"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec9' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec9"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby9' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby9"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails9' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails9"]] 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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 63ms (ActiveRecord: 2.5ms)  (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" = 'harry@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", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "harry@example.net"], ["encrypted_password", "$2a$04$sCujHaaTtGBzLmQvNe9LXeGj2zsrOvjd4t51vNIpa8CDnQhmGjluq"], ["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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["description", "Voluptates nihil pariatur odio voluptate qui non. Non totam cupiditate amet consequuntur. Doloremque ut possimus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Error eum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:26 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"=>nil, "slug"=>"fugiat-dignissimos-10", "excerpt"=>"Ullam ea iusto.", "body"=>"Inventore error sit. Minima accusantium facilis voluptas unde. A id nobis minima nostrum nihil. Eum inventore illo explicabo aspernatur fuga. Vero provident in. Suscipit est sit veritatis est id consequuntur. Possimus cum voluptas molestiae.", "published"=>true, "tag_list"=>"common,test10,rspec10,ruby10,#rails10", "author_id"=>"20", "written_at"=>"2012-11-16", "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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'fugiat-dignissimos-10' LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 23ms (Views: 12.3ms | ActiveRecord: 0.4ms)  (0.1ms) 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" = 'keshaun@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", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "keshaun@example.net"], ["encrypted_password", "$2a$04$E87OSe5LOIbXv8SjR73RZusIdh85PmxHbj.fcZtPqZqSgmv3ioNCu"], ["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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["description", "Aut autem laborum dolore et. Sunt dolorem autem provident illo non unde at. Quia rem enim officia eligendi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Iure dignissimos reiciendis itaque vel molestiae."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "slug"=>"non-animi-11", "excerpt"=>"Repellendus et quia similique quis.", "body"=>"Corrupti nihil earum ut nisi dolorum voluptas. Non quis aut itaque tempora fuga officia aut. Tempora aut reiciendis. Nisi temporibus provident dolorum est. Deserunt est rerum.", "published"=>true, "tag_list"=>"common,test11,rspec11,ruby11,#rails11", "author_id"=>"22", "written_at"=>"2012-11-16", "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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'non-animi-11' LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 11ms (Views: 1.4ms | ActiveRecord: 0.4ms)  (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" = 'harry@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", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "harry@example.net"], ["encrypted_password", "$2a$04$DRSeU6OY0cNAkeP271EWEegNQbh1U7dSWL/Sp43.ayZk7YvDFMfbS"], ["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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["description", "Voluptates nihil pariatur odio voluptate qui non. Non totam cupiditate amet consequuntur. Doloremque ut possimus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Error eum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:26 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'esse-ab-12' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 24], ["blog_id", 1], ["body", "Deleniti dolorem modi ut quis cupiditate totam unde. A id nobis minima nostrum nihil. Eum inventore illo explicabo aspernatur fuga. Vero provident in. Suscipit est sit veritatis est id consequuntur. Possimus cum voluptas molestiae. Vitae repudiandae et."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["excerpt", "Natus commodi eaque dolores."], ["published", true], ["slug", "esse-ab-12"], ["title", "Quia ab quas expedita sequi consequuntur provident facere."], ["updated_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test12' OR lower(name) = 'rspec12' OR lower(name) = 'ruby12' OR lower(name) = '#rails12') 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" = 'test12' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test12"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec12' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec12"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby12' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby12"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails12' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails12"]] 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'debitis-accusantium-13' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 25], ["blog_id", 1], ["body", "Corporis modi incidunt nobis earum et. Cum dolor qui quidem aut. Culpa qui et adipisci rem. In sed voluptates quia maiores magnam eos et. Quod quo excepturi et. Ad laborum dolore. Fugit ullam amet officiis."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["excerpt", "Inventore voluptas ea labore qui."], ["published", true], ["slug", "debitis-accusantium-13"], ["title", "Omnis autem quia porro."], ["updated_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test13' OR lower(name) = 'rspec13' OR lower(name) = 'ruby13' OR lower(name) = '#rails13') ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test13' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test13"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec13' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec13"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby13' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby13"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails13' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails13"]] 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'eaque-aspernatur-14' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 26], ["blog_id", 1], ["body", "Omnis perferendis molestias. Iure fuga recusandae odio saepe illum dignissimos. Ut optio cum qui aut excepturi. Reiciendis vel voluptatem ducimus magnam ex. Aperiam est saepe tempore culpa. Voluptatibus qui quo."], ["created_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["excerpt", "Eum."], ["published", true], ["slug", "eaque-aspernatur-14"], ["title", "Quasi nostrum voluptatem ad quos."], ["updated_at", Fri, 16 Nov 2012 20:19:26 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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", Fri, 16 Nov 2012 20:19:26 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'soluta-necessitatibus-15' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 27], ["blog_id", 1], ["body", "Quaerat placeat consequatur. Ut modi dolor laboriosam corrupti at vel. Omnis nostrum quia laborum ducimus adipisci qui. Error repellendus voluptatem. Laudantium quaerat quia repellendus labore facilis."], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["excerpt", "Enim recusandae."], ["published", true], ["slug", "soluta-necessitatibus-15"], ["title", "Vel possimus qui et cupiditate deserunt consequatur."], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'qui-quibusdam-16' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 28], ["blog_id", 1], ["body", "Aut reiciendis earum veniam ea. Minima corrupti reiciendis. Nihil voluptatibus vel debitis quis aut. Cupiditate dolorem et doloribus corporis aut voluptatem provident. Porro quo molestiae eos illo. Autem nihil impedit est qui quaerat. Voluptatum saepe nobis provident nemo incidunt ut totam."], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["excerpt", "Ut."], ["published", true], ["slug", "qui-quibusdam-16"], ["title", "Ut unde accusantium qui alias ut odio labore."], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test16' OR lower(name) = 'rspec16' OR lower(name) = 'ruby16' OR lower(name) = '#rails16') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test16' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test16"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec16' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec16"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby16' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby16"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails16' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails16"]] 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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 46ms (Views: 39.1ms | ActiveRecord: 0.2ms) Almanac::Post Load (0.3ms) SELECT "almanac_posts".* FROM "almanac_posts" JOIN taggings posts_taggings_4e71f5b ON posts_taggings_4e71f5b.taggable_id = almanac_posts.id AND posts_taggings_4e71f5b.taggable_type = 'Almanac::Post' AND posts_taggings_4e71f5b.tag_id = 1 WHERE "almanac_posts"."published" = 't' ORDER BY written_at DESC, id DESC LIMIT 10 OFFSET 0  (7.0ms) 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" = 'davon.murazik@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", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "davon.murazik@example.org"], ["encrypted_password", "$2a$04$MuWMXLANpZvUWdZf0Au6COoYvydU8MVSQvADYRGtF/Sd9SXM7xi9e"], ["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", Fri, 16 Nov 2012 20:19:27 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", 29], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["description", "Dolor deleniti sint quibusdam et nesciunt. Omnis dolor ducimus ipsam error. Impedit ut ducimus. Voluptatum quia cum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quia est quidem et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:27 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 6ms (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" = 'harry@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", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "harry@example.net"], ["encrypted_password", "$2a$04$oDdSbUDRmikwMjQ8dAbm2O1ndSGeyajntT0xu1w7H.p96j4GOC2Ye"], ["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", Fri, 16 Nov 2012 20:19:27 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", 30], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["description", "Voluptates nihil pariatur odio voluptate qui non. Non totam cupiditate amet consequuntur. Doloremque ut possimus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Error eum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:27 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'esse-ab-17' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 31], ["blog_id", 1], ["body", "Deleniti dolorem modi ut quis cupiditate totam unde. A id nobis minima nostrum nihil. Eum inventore illo explicabo aspernatur fuga. Vero provident in. Suscipit est sit veritatis est id consequuntur. Possimus cum voluptas molestiae. Vitae repudiandae et."], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["excerpt", "Natus commodi eaque dolores."], ["published", true], ["slug", "esse-ab-17"], ["title", "Quia ab quas expedita sequi consequuntur provident facere."], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", "slug"=>"et-culpa-18", "excerpt"=>"Veniam dolorem explicabo quis dolores recusandae.", "body"=>"Illo adipisci sit ea laborum vitae omnis. Fuga cupiditate et ratione pariatur repellat voluptas magnam. Eos placeat earum nihil est fugit. Perferendis quas id consequatur. Et dolores optio quo quia et numquam. Neque in porro rerum. Nostrum qui repellendus molestiae similique aut dolores.", "published"=>true, "tag_list"=>"common,test18,rspec18,ruby18,#rails18", "author_id"=>"32", "written_at"=>"2012-11-16"}} 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) Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE ("almanac_posts"."slug" = 'et-culpa-18' AND "almanac_posts"."id" != 1) LIMIT 1  (26.8ms) UPDATE "almanac_posts" SET "title" = 'Testz', "slug" = 'et-culpa-18', "excerpt" = 'Veniam dolorem explicabo quis dolores recusandae.', "body" = 'Illo adipisci sit ea laborum vitae omnis. Fuga cupiditate et ratione pariatur repellat voluptas magnam. Eos placeat earum nihil est fugit. Perferendis quas id consequatur. Et dolores optio quo quia et numquam. Neque in porro rerum. Nostrum qui repellendus molestiae similique aut dolores.', "author_id" = 32, "updated_at" = '2012-11-16 20:19:27.161760' WHERE "almanac_posts"."id" = 1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test18' OR lower(name) = 'rspec18' OR lower(name) = 'ruby18' OR lower(name) = '#rails18') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test18' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test18"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec18' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec18"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby18' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby18"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails18' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails18"]] 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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 59ms (ActiveRecord: 29.4ms) Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = ? LIMIT 1 [["id", 1]]  (4.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" = 'palma_braun@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", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "palma_braun@example.net"], ["encrypted_password", "$2a$04$xsm5srSbecWguOKqw9q2N.iDv5UEDwXx2On373upJ8WaqybQ4aUBy"], ["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", Fri, 16 Nov 2012 20:19:27 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", 33], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["description", "Quaerat quia nemo ut omnis voluptatum occaecati ut. Incidunt minima totam quasi ex. Qui neque minus aut doloribus quasi ut corrupti."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et pariatur itaque quibusdam provident velit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00]]  (0.0ms) 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.1ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'molestias-non-19' LIMIT 1 SQL (0.5ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 34], ["blog_id", 1], ["body", "Rerum quis pariatur rerum aut. Blanditiis dolore et. Quia earum iusto qui praesentium id. Temporibus cum porro itaque consequatur dignissimos. Ipsa autem velit maiores. Sed quisquam et."], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["excerpt", "Recusandae est labore voluptate."], ["published", true], ["slug", "molestias-non-19"], ["title", "Blanditiis corporis voluptatibus eum et rerum."], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test19' OR lower(name) = 'rspec19' OR lower(name) = 'ruby19' OR lower(name) = '#rails19') 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" = 'test19' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test19"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec19' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec19"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby19' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby19"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails19' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails19"]] 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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"=>"Voluptatem adipisci dolorem sed reiciendis et distinctio dolores.", "slug"=>"sapiente-sunt-20", "excerpt"=>"Doloribus.", "body"=>"Totam optio neque sit quod perferendis quos. Nesciunt ut ipsam facere dolore similique quis odio. Optio alias voluptatem quibusdam. Molestiae quisquam laboriosam voluptatem sunt. Fugiat accusantium consequatur dolor sit assumenda. Tempore et sit fuga.", "published"=>true, "tag_list"=>"common,test20,rspec20,ruby20,#rails20", "author_id"=>"35", "written_at"=>"2012-11-16"}} 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) Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE ("almanac_posts"."slug" = 'sapiente-sunt-20' AND "almanac_posts"."id" != 1) LIMIT 1  (0.1ms) UPDATE "almanac_posts" SET "title" = 'Voluptatem adipisci dolorem sed reiciendis et distinctio dolores.', "slug" = 'sapiente-sunt-20', "excerpt" = 'Doloribus.', "body" = 'Totam optio neque sit quod perferendis quos. Nesciunt ut ipsam facere dolore similique quis odio. Optio alias voluptatem quibusdam. Molestiae quisquam laboriosam voluptatem sunt. Fugiat accusantium consequatur dolor sit assumenda. Tempore et sit fuga.', "author_id" = 35, "updated_at" = '2012-11-16 20:19:27.268244' WHERE "almanac_posts"."id" = 1 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" = 'test20' LIMIT 1 SQL (0.1ms) 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.0ms) 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.1ms) 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 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.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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.5ms)  (99.5ms) 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" = 'harry@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", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "harry@example.net"], ["encrypted_password", "$2a$04$KfDpA.nqLTOaLDIZ5nKn7.dzBXei5gqm8WfJPVjp/QEqy0uwzSrkG"], ["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", Fri, 16 Nov 2012 20:19:27 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", 36], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["description", "Voluptates nihil pariatur odio voluptate qui non. Non totam cupiditate amet consequuntur. Doloremque ut possimus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Error eum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00]]  (0.0ms) 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'esse-ab-21' LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 37], ["blog_id", 1], ["body", "Deleniti dolorem modi ut quis cupiditate totam unde. A id nobis minima nostrum nihil. Eum inventore illo explicabo aspernatur fuga. Vero provident in. Suscipit est sit veritatis est id consequuntur. Possimus cum voluptas molestiae. Vitae repudiandae et."], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["excerpt", "Natus commodi eaque dolores."], ["published", true], ["slug", "esse-ab-21"], ["title", "Quia ab quas expedita sequi consequuntur provident facere."], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test21' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test21"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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, "slug"=>"et-culpa-22", "excerpt"=>"Veniam dolorem explicabo quis dolores recusandae.", "body"=>"Illo adipisci sit ea laborum vitae omnis. Fuga cupiditate et ratione pariatur repellat voluptas magnam. Eos placeat earum nihil est fugit. Perferendis quas id consequatur. Et dolores optio quo quia et numquam. Neque in porro rerum. Nostrum qui repellendus molestiae similique aut dolores.", "published"=>true, "tag_list"=>"common,test22,rspec22,ruby22,#rails22", "author_id"=>"38", "written_at"=>"2012-11-16"}} 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) Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE ("almanac_posts"."slug" = 'et-culpa-22' AND "almanac_posts"."id" != 1) LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 2.2ms | ActiveRecord: 0.5ms) Almanac::Post Load (0.1ms) 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" = 'palma_braun@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", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "palma_braun@example.net"], ["encrypted_password", "$2a$04$PVUyEm9y/w4uOq7ugorO4OkeqSCM6.4BJbihXSMf/j.uqJkaPK35W"], ["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", Fri, 16 Nov 2012 20:19:27 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", 39], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["description", "Quaerat quia nemo ut omnis voluptatum occaecati ut. Incidunt minima totam quasi ex. Qui neque minus aut doloribus quasi ut corrupti."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et pariatur itaque quibusdam provident velit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:27 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'molestias-non-23' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 40], ["blog_id", 1], ["body", "Rerum quis pariatur rerum aut. Blanditiis dolore et. Quia earum iusto qui praesentium id. Temporibus cum porro itaque consequatur dignissimos. Ipsa autem velit maiores. Sed quisquam et."], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["excerpt", "Recusandae est labore voluptate."], ["published", true], ["slug", "molestias-non-23"], ["title", "Blanditiis corporis voluptatibus eum et rerum."], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test23' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test23"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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, "slug"=>"qui-est-24", "excerpt"=>"Voluptas nobis dignissimos.", "body"=>"Doloribus magnam est. Non autem fugit voluptas nulla et consequatur illo. Minima ut placeat voluptatem error enim. Et ut voluptatem alias autem esse eligendi. Rerum odio minima omnis maxime facere molestiae. Voluptatem quisquam at. Temporibus qui non quas et.", "published"=>true, "tag_list"=>"common,test24,rspec24,ruby24,#rails24", "author_id"=>"41", "written_at"=>"2012-11-16"}} 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) Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE ("almanac_posts"."slug" = 'qui-est-24' AND "almanac_posts"."id" != 1) LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 1.5ms | ActiveRecord: 0.6ms)  (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" = 'stone_tromp@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", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "stone_tromp@example.com"], ["encrypted_password", "$2a$04$hlkCj0IZ4TSwo6JFffsfrudYg1Ng0jxY/GT6QgzcSInBBPHVarwni"], ["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", Fri, 16 Nov 2012 20:19:27 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", 42], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["description", "Sapiente perferendis quasi. Ullam vitae repudiandae. Optio et non et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Aspernatur suscipit aut."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:27 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'animi-perferendis-25' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 43], ["blog_id", 1], ["body", "Perferendis cupiditate consequatur reiciendis voluptatem sed. Nisi reiciendis non soluta. Quia sint voluptatem totam qui. Ut voluptas facilis quibusdam animi quidem. Repellendus aliquam illo sapiente minus voluptas omnis dicta."], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["excerpt", "Dolores ratione minus vero molestiae."], ["published", true], ["slug", "animi-perferendis-25"], ["title", "Ullam ea iusto corporis nam."], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'repudiandae-laudantium-26' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 44], ["blog_id", 1], ["body", "Voluptas explicabo qui voluptatem et dolor soluta corporis. Omnis et aut commodi quia eos quibusdam eaque. Ducimus ratione soluta molestiae et sed. Laborum ut repellendus voluptatum in et praesentium. Rerum fugit vero dolores dolores molestias qui. In sed voluptates quia maiores magnam eos et. Quod quo excepturi et."], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["excerpt", "Enim reiciendis quia quas cumque."], ["published", true], ["slug", "repudiandae-laudantium-26"], ["title", "Nam quo voluptatibus similique enim et."], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["written_at", Fri, 16 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" = 'test26' LIMIT 1 SQL (0.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'repellendus-aut-27' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 45], ["blog_id", 1], ["body", "Quas quo ipsam quod sequi consequatur eaque. Quia et ut ut eaque id. Sequi maxime perferendis dicta occaecati debitis corporis et. Et minus sit cum. Esse enim aut. Est dolorem sed ipsum."], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["excerpt", "Non non dicta tempora sed."], ["published", true], ["slug", "repellendus-aut-27"], ["title", "Ad laborum dolore."], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'harum-sed-28' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 46], ["blog_id", 1], ["body", "Libero dolores repudiandae. Excepturi earum harum ullam soluta. Porro est et et provident. Laborum delectus nihil. Ipsam et qui est est."], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["excerpt", "Voluptas qui reprehenderit."], ["published", true], ["slug", "harum-sed-28"], ["title", "Est dolore nulla molestiae tempora."], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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 Almanac::Post Exists (0.0ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'ipsum-cupiditate-29' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 47], ["blog_id", 1], ["body", "Repellat blanditiis nulla. Consequuntur ab laborum. Fugit odio sunt quia. Eius est itaque deleniti aut et qui. Est provident sunt eum placeat quaerat in. Nemo aut ut eveniet dignissimos consequatur unde. Et dolor cupiditate deserunt vel ex."], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["excerpt", "Omnis et."], ["published", true], ["slug", "ipsum-cupiditate-29"], ["title", "Rerum odio voluptates."], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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 7ms (Views: 2.1ms | 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  (10.6ms) 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" = 'tyler.hane@example.net' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) 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", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "tyler.hane@example.net"], ["encrypted_password", "$2a$04$DmcmhK4SU8Y6F0LFOS058.c.yh0SkOvyUIN23Ik5./zC/c7VrtfcO"], ["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", Fri, 16 Nov 2012 20:19:27 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 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", 48], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["description", "Sed ullam eius quis ut aut repellendus explicabo. Molestiae sit id veritatis quia et. Eius quaerat impedit. Consequatur sit pariatur incidunt accusamus quaerat. Autem cupiditate quaerat impedit beatae nobis nisi aliquid."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Tempora ut quia et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:27 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.5ms | 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" = 'lavern@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", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "lavern@example.com"], ["encrypted_password", "$2a$04$5CKHxLgSXcUHu98SHirDXO8x3FAH1ZEnqT25rDXvDQ6p1kFV1pW/O"], ["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", Fri, 16 Nov 2012 20:19:27 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", 49], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["description", "Ea eos deleniti earum qui explicabo magnam laborum. Aliquam laudantium qui omnis id. Sit fugit voluptatem et quia praesentium eum dolor. Quia odit tempora sunt molestiae consectetur tempore."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Aut quo itaque sequi."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:27 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 50], ["blog_id", 1], ["body", "Explicabo quas quo debitis ut. Sit omnis molestiae harum perferendis. Reiciendis dolor minima pariatur laborum earum et soluta. Qui architecto autem. Sunt ratione expedita similique magnam rem quis. Sit et qui qui ad."], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["excerpt", "Dicta quia repellendus similique."], ["published", false], ["slug", "qui-vero-30"], ["title", "Velit sunt perspiciatis deleniti."], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["written_at", Fri, 16 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.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" = 'test30' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test30"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 51], ["blog_id", 1], ["body", "Ad voluptatem velit. Id voluptatum ullam. Ut impedit omnis. Commodi sapiente quae doloribus enim quibusdam. Et accusamus sed hic facilis. Molestiae doloremque qui totam. Fugiat ullam ut aut in."], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["excerpt", "Maiores quo quia consequatur."], ["published", false], ["slug", "repudiandae-ad-31"], ["title", "Qui vero ut nisi rem autem."], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["written_at", Fri, 16 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.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test31' LIMIT 1 SQL (0.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 52], ["blog_id", 1], ["body", "Est corrupti animi odio minus quidem. A rerum aut quaerat magnam nisi non. Amet deleniti accusamus quibusdam hic repudiandae. Perspiciatis fugit est ut sequi velit corporis. Qui distinctio consequatur laudantium nihil neque quia. Vero consequuntur iure quod dolor sit. Sint sed magni est aspernatur quas non."], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["excerpt", "Rerum."], ["published", false], ["slug", "ea-qui-32"], ["title", "Temporibus quod distinctio recusandae corporis laudantium."], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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 5ms (Views: 1.3ms | ActiveRecord: 0.1ms) Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."published" = 'f' ORDER BY written_at DESC, id DESC  (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" = 'harry@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", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "harry@example.net"], ["encrypted_password", "$2a$04$f6k4ZUvOL5DIHEmIMUrjROdG7JOZ11Tk677X48bsWnAsZ.QtKayru"], ["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", Fri, 16 Nov 2012 20:19:27 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", 54], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["description", "Dolorem omnis maxime magnam ducimus et. Possimus cum voluptas molestiae. Vitae repudiandae et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Vero provident."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'eaque-fugit-33' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 53], ["blog_id", 1], ["body", "Ullam vitae repudiandae. Optio et non et. Ullam ea iusto corporis nam. Natus commodi eaque dolores magni aliquid. Sit esse molestiae eos similique. A id nobis minima nostrum nihil. Eum inventore illo explicabo aspernatur fuga."], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["excerpt", "Quod."], ["published", true], ["slug", "eaque-fugit-33"], ["title", "Error eum autem."], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["written_at", Fri, 16 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.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" = '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" = 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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"=>"Korey Russel IV", "author_email"=>"albert.gutmann@example.net", "body"=>"Molestiae voluptate itaque ea excepturi doloremque. Qui eum molestias temporibus doloremque. Voluptates rerum velit sint consequatur ex quia."}, "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", "albert.gutmann@example.net"], ["author_name", "Korey Russel IV"], ["body", "Molestiae voluptate itaque ea excepturi doloremque. Qui eum molestias temporibus doloremque. Voluptates rerum velit sint consequatur ex quia."], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/1 Completed 302 Found in 8ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_comments"  (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" = 'gillian_halvorson@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", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "gillian_halvorson@example.net"], ["encrypted_password", "$2a$04$TaKDEulFd9avU3l9OCv5eOh3GmI9hSaNgzT6F8q1Qmx/2Dwet2Pky"], ["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", Fri, 16 Nov 2012 20:19:27 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", 56], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["description", "Consequuntur voluptate itaque. Nobis adipisci architecto. Asperiores repudiandae eligendi et commodi ex ut. Dicta qui placeat ullam ipsam iure repellendus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ad qui qui."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'consequatur-asperiores-34' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 55], ["blog_id", 1], ["body", "Corrupti aspernatur reprehenderit ab necessitatibus et. Iure facere veritatis ut ipsam. Sed saepe nihil aut sit vitae. Quod natus deleniti sunt enim ea consequuntur. Laudantium alias deserunt ut unde quis aut id."], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["excerpt", "Ut rem cumque et."], ["published", true], ["slug", "consequatur-asperiores-34"], ["title", "Qui est aut nam eveniet."], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test34' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test34"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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.0ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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"=>"Cali Ernser", "author_email"=>"marjolaine@example.net", "body"=>"Quia voluptas et magni id eligendi doloremque dicta."}, "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", "marjolaine@example.net"], ["author_name", "Cali Ernser"], ["body", "Quia voluptas et magni id eligendi doloremque dicta."], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/1 Completed 302 Found in 7ms (ActiveRecord: 0.4ms)  (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" = 'harry@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", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "harry@example.net"], ["encrypted_password", "$2a$04$92aCku0sVF7ja8f3wQUTce.QYsa7bBU60H0QUX7w1T4vmI5N7ARdC"], ["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", Fri, 16 Nov 2012 20:19:27 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", 58], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["description", "Dolorem omnis maxime magnam ducimus et. Possimus cum voluptas molestiae. Vitae repudiandae et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Vero provident."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'eaque-fugit-35' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 57], ["blog_id", 1], ["body", "Ullam vitae repudiandae. Optio et non et. Ullam ea iusto corporis nam. Natus commodi eaque dolores magni aliquid. Sit esse molestiae eos similique. A id nobis minima nostrum nihil. Eum inventore illo explicabo aspernatur fuga."], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["excerpt", "Quod."], ["published", true], ["slug", "eaque-fugit-35"], ["title", "Error eum autem."], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["written_at", Fri, 16 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.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" = 'test35' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test35"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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"=>"Korey Russel IV", "author_email"=>"albert.gutmann@example.net", "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 7ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_comments"   (0.6ms) 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" = 'marley.dickens@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", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "marley.dickens@example.org"], ["encrypted_password", "$2a$04$2/PsDfptdwQr5wfkQW5M0.A/nq4y8hPv.pqCVe.Lb/KJOcgAO/KnG"], ["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", Fri, 16 Nov 2012 20:19:27 UTC +00:00]]  (0.0ms) 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 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", 60], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["description", "Alias non qui unde quo. Et ipsam dolores dolor beatae quisquam. Quo dolore dolorum odio nesciunt molestiae quis dignissimos. Et enim dolore eius. Totam et ut aliquid."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Dolores consequuntur corporis dolorem illum et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'dolorem-dolorum-36' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 59], ["blog_id", 1], ["body", "Adipisci temporibus libero consequatur porro vel error fugit. Ut id non est. Ut rem cumque et fugiat illo. Cum quis iusto libero rerum ab. Suscipit enim perspiciatis enim eos temporibus. Nulla quae harum eaque necessitatibus."], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["excerpt", "Sit quis culpa ducimus rem."], ["published", true], ["slug", "dolorem-dolorum-36"], ["title", "Soluta doloribus eveniet laudantium."], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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.0ms) 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.2ms) 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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", Fri, 16 Nov 2012 20:19:27 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 Processing by Almanac::CommentsController#create as HTML Parameters: {"comment"=>{"author_name"=>"Lucie Eichmann", "author_email"=>"aleandra@example.org", "body"=>"Est ipsam inventore."}, "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", "aleandra@example.org"], ["author_name", "Lucie Eichmann"], ["body", "Est ipsam inventore."], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:27 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)  (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" = 'harry@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", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "harry@example.net"], ["encrypted_password", "$2a$04$TMURIJ6wN8QsFdnL.SYwJOXALIlrMWFnGpQgmnjhfg.ggwopvVwsa"], ["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", Fri, 16 Nov 2012 20:19:27 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.6ms) 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", 62], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00], ["description", "Dolorem omnis maxime magnam ducimus et. Possimus cum voluptas molestiae. Vitae repudiandae et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Vero provident."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:27 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'eaque-fugit-37' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 61], ["blog_id", 1], ["body", "Ullam vitae repudiandae. Optio et non et. Ullam ea iusto corporis nam. Natus commodi eaque dolores magni aliquid. Sit esse molestiae eos similique. A id nobis minima nostrum nihil. Eum inventore illo explicabo aspernatur fuga."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["excerpt", "Quod."], ["published", true], ["slug", "eaque-fugit-37"], ["title", "Error eum autem."], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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" = 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "albert.gutmann@example.net"], ["author_name", "Korey Russel IV"], ["body", "Molestiae voluptate itaque ea excepturi doloremque. Qui eum molestias temporibus doloremque. Voluptates rerum velit sint consequatur ex quia."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) 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"   (0.8ms) 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" = 'gillian_halvorson@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", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "gillian_halvorson@example.net"], ["encrypted_password", "$2a$04$YInbkCe47YlNhunhrbKpW.k5LJS5AhkHDd4u8eRDhfjZEYgzmdz26"], ["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", Fri, 16 Nov 2012 20:19:28 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", 64], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["description", "Consequuntur voluptate itaque. Nobis adipisci architecto. Asperiores repudiandae eligendi et commodi ex ut. Dicta qui placeat ullam ipsam iure repellendus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ad qui qui."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'consequatur-asperiores-38' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 63], ["blog_id", 1], ["body", "Corrupti aspernatur reprehenderit ab necessitatibus et. Iure facere veritatis ut ipsam. Sed saepe nihil aut sit vitae. Quod natus deleniti sunt enim ea consequuntur. Laudantium alias deserunt ut unde quis aut id."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["excerpt", "Ut rem cumque et."], ["published", true], ["slug", "consequatur-asperiores-38"], ["title", "Qui est aut nam eveniet."], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "marjolaine@example.net"], ["author_name", "Cali Ernser"], ["body", "Quia voluptas et magni id eligendi doloremque dicta."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:28 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.0ms) 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.0ms) 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 6ms (ActiveRecord: 0.3ms)  (0.9ms) 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", 65], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["description", "Quod laudantium repellat. Culpa qui ut repellendus voluptas. Consequatur doloremque vel perferendis quo sint. Qui accusamus minima praesentium voluptas et. Rerum eos deserunt voluptates quia consequatur."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Minus atque veritatis exercitationem quidem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:28 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  (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", 66], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["description", "Vero harum quo quo animi error. Quia distinctio aut tenetur eaque aut cupiditate. Esse qui ipsam temporibus distinctio tenetur. Facilis iste a soluta beatae sed ut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quae rem ratione."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:28 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.4ms) rollback transaction  (0.0ms) 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" = 'harry@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", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "harry@example.net"], ["encrypted_password", "$2a$04$V0q/POW5.dyEfhuDHMJvcOJOnChWVzlGsxnGk.ZjIQaW6yqgHQpbC"], ["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", Fri, 16 Nov 2012 20:19:28 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"=>"Error eum.", "description"=>"Voluptates nihil pariatur odio voluptate qui non. Non totam cupiditate amet consequuntur. Doloremque ut possimus.", "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", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["description", "Voluptates nihil pariatur odio voluptate qui non. Non totam cupiditate amet consequuntur. Doloremque ut possimus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Error eum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 8ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"  (0.4ms) 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" = 'isaac.hayes@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", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "isaac.hayes@example.org"], ["encrypted_password", "$2a$04$fJ/Yci8FoEqRAAx3ZyPo4OAOz72TmI7MT1SzEO/WE9EqVDIbIboTW"], ["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", Fri, 16 Nov 2012 20:19:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>"Sit laboriosam dolores modi impedit.", "description"=>"Dolores sint beatae. Sunt amet cumque et odio aut necessitatibus quas. Alias quo quasi. Et fugiat culpa reprehenderit quasi ratione est eum. Id vel aut corporis praesentium fugit nulla.", "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.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", 1], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["description", "Dolores sint beatae. Sunt amet cumque et odio aut necessitatibus quas. Alias quo quasi. Et fugiat culpa reprehenderit quasi ratione est eum. Id vel aut corporis praesentium fugit nulla."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sit laboriosam dolores modi impedit."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 6ms (ActiveRecord: 0.8ms)  (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" = 'harry@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", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "harry@example.net"], ["encrypted_password", "$2a$04$Vy4W5nXBIA6l4.DAOEqF..0LmBHwQxpzUf9XeGASAI8OgPjGRTZyW"], ["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", Fri, 16 Nov 2012 20:19:28 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"=>"Velit culpa veritatis et ipsa. Voluptates nihil pariatur odio voluptate qui non. Non totam cupiditate amet 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  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 49ms (Views: 43.8ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"  (0.5ms) 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" = 'caitlyn@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", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "caitlyn@example.net"], ["encrypted_password", "$2a$04$S8u2lseQ7brjVbPpYVQZzuxDLZQVno0lIskgQGXxPMgp87UvkKEni"], ["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", Fri, 16 Nov 2012 20:19:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>nil, "description"=>"Ut ab laboriosam eum doloremque. Quidem exercitationem quia eius veritatis dolorem. Ut consequuntur commodi exercitationem. Quaerat officia nemo dolor. Alias eum sit et.", "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 7ms (Views: 1.5ms | ActiveRecord: 0.3ms)  (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" = 'harry@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", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "harry@example.net"], ["encrypted_password", "$2a$04$N4EY/nOIl0VAHJZ419yIkOi9q6MsjKYVkQpcjl9IUTidHSQkApf3C"], ["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", Fri, 16 Nov 2012 20:19:28 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", 69], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["description", "Voluptates nihil pariatur odio voluptate qui non. Non totam cupiditate amet consequuntur. Doloremque ut possimus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Error eum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:28 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'esse-ab-39' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 70], ["blog_id", 1], ["body", "Deleniti dolorem modi ut quis cupiditate totam unde. A id nobis minima nostrum nihil. Eum inventore illo explicabo aspernatur fuga. Vero provident in. Suscipit est sit veritatis est id consequuntur. Possimus cum voluptas molestiae. Vitae repudiandae et."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["excerpt", "Natus commodi eaque dolores."], ["published", true], ["slug", "esse-ab-39"], ["title", "Quia ab quas expedita sequi consequuntur provident facere."], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test39' LIMIT 1 SQL (0.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", "albert.gutmann@example.net"], ["author_name", "Korey Russel IV"], ["body", "Molestiae voluptate itaque ea excepturi doloremque. Qui eum molestias temporibus doloremque. Voluptates rerum velit sint consequatur ex quia."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "libbie_ebert@example.net"], ["author_name", "Gillian Halvorson"], ["body", "Corporis et id ad quod perferendis et rerum. At sequi amet et. Fuga sit quo voluptatem deserunt nulla eum quia."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "richmond_mann@example.org"], ["author_name", "Bernardo Trantow"], ["body", "Iure facere veritatis ut ipsam. Sed saepe nihil aut sit vitae. Quod natus deleniti sunt enim ea consequuntur."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "darrick@example.com"], ["author_name", "Terry Kozey"], ["body", "Facere tempora accusantium consectetur laboriosam."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "elliott@example.org"], ["author_name", "Ludie Dare"], ["body", "Sed corrupti et nihil fugiat officia quidem. Amet sunt rerum aut perferendis."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "cristian@example.net"], ["author_name", "Princess Rutherford"], ["body", "Molestias nostrum consequuntur."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "tony@example.net"], ["author_name", "Dr. Will Kirlin"], ["body", "Accusantium et non qui ratione eos nobis illo. Voluptas natus aspernatur."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "chet@example.com"], ["author_name", "Lavina Douglas"], ["body", "Est nostrum aut autem in minima impedit. Assumenda recusandae perspiciatis tempore sint nostrum culpa impedit."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "lina_hyatt@example.com"], ["author_name", "Anjali Pollich"], ["body", "Consectetur ratione consequatur deserunt in."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "geovanny@example.com"], ["author_name", "Lionel Howe"], ["body", "Placeat explicabo animi et est."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "brennan@example.org"], ["author_name", "Rhiannon Treutel"], ["body", "Facilis quam sunt doloremque et amet totam eveniet."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "micheal@example.org"], ["author_name", "Christian Davis"], ["body", "Tempore tempora accusantium eos. Sit aperiam error corporis. Est tempora iusto quod."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "johnson@example.org"], ["author_name", "Giuseppe Dickens DDS"], ["body", "Molestias consequatur consequuntur qui excepturi enim deserunt eaque. Sint sed quos."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "kameron@example.com"], ["author_name", "Ricardo Okuneva"], ["body", "Nulla accusantium delectus assumenda beatae. Nostrum voluptas eos. Praesentium suscipit ipsum eos laborum."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "isaac@example.com"], ["author_name", "Mr. Alexie Weimann"], ["body", "Et a voluptas harum occaecati."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:28 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 6ms (Views: 2.2ms | ActiveRecord: 0.1ms) Almanac::Comment Load (0.1ms) SELECT "almanac_comments".* FROM "almanac_comments" WHERE "almanac_comments"."spam" = 't' ORDER BY id ASC  (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" = 'hermann@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", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "hermann@example.net"], ["encrypted_password", "$2a$04$4ovZtXtdwXpcutvqdeGUxOvdOhQ6AAS.9Jd2ILP1narcMPz9y1PYC"], ["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", Fri, 16 Nov 2012 20:19:28 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", 71], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["description", "Est in doloribus voluptate. Et veniam cum quisquam magni rerum quas cupiditate. Aut pariatur ex id ea recusandae. Iste qui similique aut qui."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ipsum sunt vero asperiores vel quisquam."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:28 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'quos-sunt-40' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 72], ["blog_id", 1], ["body", "Repudiandae inventore qui exercitationem dolore deserunt est qui. Ut ut necessitatibus. Consequatur adipisci sit aperiam sit. Molestias ducimus ad. Ut at ex ea consequatur provident."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["excerpt", "Debitis sapiente."], ["published", true], ["slug", "quos-sunt-40"], ["title", "Ipsa et quis rerum."], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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" = 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", "dee@example.com"], ["author_name", "Noemy Bins"], ["body", "Eos iusto adipisci ut ut autem quia ab. Illum ipsam exercitationem excepturi quasi saepe earum. Quia distinctio harum."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "dedrick.huel@example.org"], ["author_name", "Dr. Nicolette Weber"], ["body", "Architecto aut doloremque."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "stanton_haley@example.org"], ["author_name", "Maryam Reichel"], ["body", "Voluptatem molestiae autem in aperiam."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "jayne@example.org"], ["author_name", "Noble Wuckert"], ["body", "Veniam deserunt laborum dolorem temporibus odio cumque. Qui quis laudantium dolore."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "melyna@example.net"], ["author_name", "Arlo Tillman"], ["body", "Reiciendis qui corporis harum quo occaecati."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "ruel@example.net"], ["author_name", "Emmett O'Reilly"], ["body", "Vero fugit ea veniam quos. Ut quae accusantium sequi blanditiis."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "rosie_metz@example.net"], ["author_name", "Miss Andrew Pollich"], ["body", "Commodi laudantium ad deserunt libero sapiente."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "franz@example.net"], ["author_name", "Mike Streich"], ["body", "Fugit molestiae minus distinctio. Consequatur mollitia veritatis eveniet."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "arlene@example.org"], ["author_name", "Gregg O'Kon"], ["body", "Earum odit autem et cupiditate consectetur ad itaque. Sed quae repudiandae voluptatem ipsa omnis unde qui."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "bruce_becker@example.org"], ["author_name", "Albertha Orn"], ["body", "Recusandae illo reprehenderit. Nesciunt omnis voluptas et aut ipsa quis dignissimos."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "bailey_willms@example.net"], ["author_name", "Darian Gibson"], ["body", "Suscipit voluptate culpa. Optio et sit."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "josh.gibson@example.com"], ["author_name", "Jazlyn Stracke"], ["body", "Veritatis incidunt omnis. Praesentium vel voluptate nemo."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "abbie@example.org"], ["author_name", "Thad Ondricka III"], ["body", "Quos explicabo nesciunt. Exercitationem veniam eligendi consequuntur et illo quos."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "carole_kohler@example.org"], ["author_name", "Raina Wilkinson"], ["body", "Enim atque rerum odio."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:28 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", "edna_cole@example.org"], ["author_name", "Jarvis Olson"], ["body", "Labore distinctio asperiores aspernatur non aperiam ex autem."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Fri, 16 Nov 2012 20:19:28 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)  (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" = 'harry@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", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "harry@example.net"], ["encrypted_password", "$2a$04$VMiFiQXgAoCzP5yjfVFwUOGCMD2Sqx2k3g8AawzIfA/xDaPJ8661W"], ["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", Fri, 16 Nov 2012 20:19:28 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", 73], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["description", "Voluptates nihil pariatur odio voluptate qui non. Non totam cupiditate amet consequuntur. Doloremque ut possimus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Error eum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Testz", "description"=>"Earum quis quo modi. Fugit est commodi libero quod iusto. Occaecati est ut nam possimus et aut illo. Totam iste est id aut quis eum.", "author_id"=>"74"}} 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" = 'Earum quis quo modi. Fugit est commodi libero quod iusto. Occaecati est ut nam possimus et aut illo. Totam iste est id aut quis eum.', "author_id" = 74, "updated_at" = '2012-11-16 20:19:28.374523' 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.4ms) Almanac::Blog Load (0.0ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) 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" = 'gerard@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", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "gerard@example.net"], ["encrypted_password", "$2a$04$37JZppYHjUG6iyx1DKBhMeS7gknbi1rzeAQ3RFzPuissLWMVoPV2C"], ["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", Fri, 16 Nov 2012 20:19:28 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", 75], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["description", "Ea fuga facilis enim aliquam ex sit. Aut et amet quo iure unde. Nemo autem et debitis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quia iste."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Nostrum aut vel possimus qui provident inventore.", "description"=>"Dolorem aut sed in nisi optio. Perferendis eveniet eum et. Soluta deserunt quis id sit natus qui aut. Perspiciatis non iste asperiores.", "author_id"=>"76"}} 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" = 'Nostrum aut vel possimus qui provident inventore.', "description" = 'Dolorem aut sed in nisi optio. Perferendis eveniet eum et. Soluta deserunt quis id sit natus qui aut. Perspiciatis non iste asperiores.', "author_id" = 76, "updated_at" = '2012-11-16 20:19:28.392857' 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)  (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" = 'harry@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", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "harry@example.net"], ["encrypted_password", "$2a$04$/rJdcCXybyC0Ii6lSyiaKeybRDsSEPtqe6xnLmOR7Fty1j2vDAPrK"], ["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", Fri, 16 Nov 2012 20:19:28 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", 77], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["description", "Voluptates nihil pariatur odio voluptate qui non. Non totam cupiditate amet consequuntur. Doloremque ut possimus."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Error eum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Earum quis quo modi. Fugit est commodi libero quod iusto. Occaecati est ut nam possimus et aut illo. Totam iste est id aut quis eum.", "author_id"=>"78"}} 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.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 9ms (Views: 2.1ms | ActiveRecord: 0.3ms) Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."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" = 'gerard@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", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "gerard@example.net"], ["encrypted_password", "$2a$04$xEC7uxoaXSCoxrMNz/vQee9YkRGVjn.3Obz3tOnijVF0mmxKo1IMi"], ["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", Fri, 16 Nov 2012 20:19:28 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", 79], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["description", "Ea fuga facilis enim aliquam ex sit. Aut et amet quo iure unde. Nemo autem et debitis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quia iste."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Eum quis voluptatum. Exercitationem incidunt sed. Id perferendis magni et. Soluta deserunt quis id sit natus qui aut.", "author_id"=>"80"}} 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 6ms (Views: 1.5ms | ActiveRecord: 0.2ms)  (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", 82], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["description", "Assumenda ut laboriosam beatae laborum et occaecati. Sunt beatae voluptatem placeat voluptate consequatur enim quis. Sunt nostrum voluptas et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Adipisci enim in aut quia."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = '' LIMIT 1  (0.6ms) 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", 84], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["description", "Enim est sit dolorem ut. Autem et dolor. At labore sint dolorem atque et ipsum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Non incidunt quaerat esse provident officiis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) 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) Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'ex-vel-42' LIMIT 1  (0.0ms) 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", 87], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["description", "Ut ut alias ut saepe. Vel voluptatum ex facilis aut soluta voluptatem tenetur. Ad omnis eveniet quia dolore. Reprehenderit modi error occaecati rerum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Inventore quia ipsa et est et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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", 89], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["description", "Cum consectetur nihil voluptatem minus perferendis. Fugit consequatur quam nesciunt atque rerum sed neque. Molestiae harum quo ea suscipit expedita."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Laboriosam occaecati voluptatem aliquid voluptatem."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Exists (41.2ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'sed-molestiae-43' LIMIT 1  (0.5ms) 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) 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", 92], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["description", "Numquam vero magni qui voluptatem. Facilis optio ducimus veniam voluptas sint. Et aliquam commodi atque dolor ipsa nesciunt repellat. Dolore sint aut quasi. Cumque eos ut quibusdam ipsa vel hic."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ut voluptas."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'sapiente-nihil-45' LIMIT 1  (0.5ms) 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.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", 94], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["description", "Et ipsum sint. Et nesciunt assumenda et. Voluptatum voluptatem nulla enim vel at hic dolorem. Exercitationem omnis nobis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Nulla est."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'et-magni-46' LIMIT 1  (0.4ms) 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", 95], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["description", "Tempore nobis sed expedita veritatis qui ratione. Aliquid quisquam quas. Rem est quia non optio praesentium enim. Suscipit dolorum minima perspiciatis. Officiis dolores commodi distinctio aut laudantium."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Consequatur incidunt dolor quam veritatis."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:28 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::Post Exists (0.0ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'ut-assumenda-47' LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 96], ["blog_id", 1], ["body", "In sunt doloremque pariatur. Ex non itaque provident qui consequatur. Nobis qui ullam recusandae fuga veniam eum dolore. Hic aut qui totam laborum. Sapiente deserunt ut ipsum molestiae necessitatibus architecto iure. Ipsam repellendus quasi enim. Sequi in quod consectetur dolores."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["excerpt", "Deleniti vel temporibus reiciendis alias a."], ["published", true], ["slug", "ut-assumenda-47"], ["title", "Quia quod ducimus minima velit consequuntur dolores fugiat."], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["written_at", Fri, 16 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.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" = 'test49' LIMIT 1 SQL (0.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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 Almanac::Post Exists (0.0ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'veritatis-voluptatibus-48' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 97], ["blog_id", 1], ["body", "Ut ratione mollitia qui est. Doloribus dolor possimus quod. Et recusandae doloremque aut aut. Neque unde sed tempore qui necessitatibus ut in. Quam aspernatur nobis ratione dolorum laboriosam nihil quas."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["excerpt", "Qui in et eaque veniam ipsa."], ["published", true], ["slug", "veritatis-voluptatibus-48"], ["title", "Accusamus aspernatur beatae necessitatibus dolorem consectetur."], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["written_at", Fri, 16 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.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test50' LIMIT 1 SQL (0.1ms) 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.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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  (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.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", 99], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["description", "Quae inventore porro vero quibusdam quisquam ex. Commodi omnis et non dolor. Hic id magni."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Fugit dolorem nemo et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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.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", 101], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["description", "Mollitia quae vel. Sit autem consectetur. Debitis iste quam amet sed labore. Ducimus inventore ullam minus totam occaecati nisi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Voluptate aut nobis distinctio et."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'et-aut-50' LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 100], ["blog_id", 1], ["body", "Et optio eum. In rerum facilis assumenda accusamus. Tempora enim dolorem. Molestiae autem consequatur possimus est. Necessitatibus sit magni earum quo. Nulla totam sint animi quo eum. Laboriosam maiores tenetur ratione animi velit."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["excerpt", "Neque sint."], ["published", true], ["slug", "et-aut-50"], ["title", "Qui impedit sunt dolor recusandae alias omnis similique."], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test52' LIMIT 1 SQL (0.0ms) 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.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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  (0.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", 103], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["description", "Laboriosam enim voluptates labore perferendis. Iusto laudantium voluptatem sed quam minima reiciendis. Dolorum voluptas est reprehenderit ut quis."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Suscipit beatae."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'occaecati-magnam-51' LIMIT 1  (0.3ms) rollback transaction  (0.0ms) 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", 104], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["description", "Quod laudantium repellat. Culpa qui ut repellendus voluptas. Consequatur doloremque vel perferendis quo sint. Qui accusamus minima praesentium voluptas et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sit repellat."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:28 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'quas-ut-52' LIMIT 1 SQL (0.6ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 105], ["blog_id", 1], ["body", "Fuga molestiae cum. Ut minus deleniti mollitia est temporibus tempore minima. Rerum voluptatem quo. Accusamus fugiat occaecati voluptas eveniet consequuntur et accusantium. Id nesciunt consequuntur. Non nulla vitae. Porro iure reprehenderit ut vel repudiandae sunt non."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["excerpt", "Dignissimos magni."], ["published", true], ["slug", "quas-ut-52"], ["title", "Rerum eos deserunt voluptates quia consequatur."], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test54' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test54"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'id-ut-53' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 106], ["blog_id", 1], ["body", "Delectus non quasi. Enim eius explicabo natus culpa repellendus. Est doloremque qui non perferendis qui quae. Nesciunt qui consequuntur numquam eveniet. Voluptatibus facere quia tempora commodi explicabo quod."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["excerpt", "Veniam iure molestias repellat."], ["published", true], ["slug", "id-ut-53"], ["title", "Aut saepe repellendus voluptate."], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["written_at", Fri, 16 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" = 'test55' LIMIT 1 SQL (0.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'expedita-itaque-54' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 107], ["blog_id", 1], ["body", "Et voluptas harum rerum est. Natus est aliquid. Sapiente ab vel totam dolore. Est ea perferendis quasi ut. Asperiores inventore sed quisquam. Ipsam doloremque qui veritatis aut."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["excerpt", "Maxime nulla eligendi velit qui."], ["published", true], ["slug", "expedita-itaque-54"], ["title", "Aut eum voluptatem dolor debitis."], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["written_at", Fri, 16 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.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test56' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test56"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'nobis-quo-55' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 108], ["blog_id", 1], ["body", "Et libero quasi consectetur. Voluptatem voluptatum excepturi. Vero qui consequatur est quia laborum. Sed et mollitia quisquam molestiae consectetur omnis eaque. Aut quo non nihil. Qui inventore dolores et fuga. Inventore quia ipsa et est et eos."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["excerpt", "Debitis qui eum."], ["published", true], ["slug", "nobis-quo-55"], ["title", "Assumenda ex rem omnis corrupti sunt."], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 109], ["blog_id", 1], ["body", "Delectus itaque non quisquam similique. Omnis commodi qui omnis quia. Ut qui ut voluptas omnis magni quia. Perspiciatis ut sunt sit eligendi in autem voluptatem. Quia eos dolor recusandae. Accusamus non laudantium numquam amet."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["excerpt", "Reprehenderit."], ["published", false], ["slug", "reiciendis-natus-56"], ["title", "Nihil sint est et iure voluptatibus."], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 110], ["blog_id", 1], ["body", "Ipsam quidem aut quod voluptas sed voluptatem. Ipsa magni quis ut ab voluptatibus sed. Libero consectetur a officiis quod veniam voluptatem consequatur. Odio illum consequuntur aspernatur a. Error quibusdam nam iure ipsum."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["excerpt", "Impedit recusandae mollitia."], ["published", false], ["slug", "aperiam-non-57"], ["title", "Quasi iste cumque porro numquam exercitationem ducimus."], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 111], ["blog_id", 1], ["body", "Esse velit odio ab necessitatibus maxime veniam. Sint qui est aut quia laboriosam. Ipsam cumque ut veniam odio odit. Quis numquam ipsa non distinctio inventore. Aliquid dolores consectetur sit possimus ut. Similique esse commodi distinctio voluptas. Earum sapiente sunt est nobis pariatur deleniti dicta."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["excerpt", "Rerum."], ["published", false], ["slug", "tempore-similique-58"], ["title", "Necessitatibus odit provident et ab est perferendis deleniti."], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["written_at", Fri, 16 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" = '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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["tag_id", 28], ["taggable_id", 7], ["taggable_type", "Almanac::Post"], ["tagger_id", nil], ["tagger_type", nil]] ActsAsTaggableOn::Tagging Exists (44.4ms) 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:19:28 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'  (6.7ms) 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", 112], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["description", "Quod laudantium repellat. Culpa qui ut repellendus voluptas. Consequatur doloremque vel perferendis quo sint. Qui accusamus minima praesentium voluptas et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Sit repellat."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:28 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'quas-ut-59' LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 113], ["blog_id", 1], ["body", "Fuga molestiae cum. Ut minus deleniti mollitia est temporibus tempore minima. Rerum voluptatem quo. Accusamus fugiat occaecati voluptas eveniet consequuntur et accusantium. Id nesciunt consequuntur. Non nulla vitae. Porro iure reprehenderit ut vel repudiandae sunt non."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["excerpt", "Dignissimos magni."], ["published", true], ["slug", "quas-ut-59"], ["title", "Rerum eos deserunt voluptates quia consequatur."], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test61' LIMIT 1 SQL (0.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'id-ut-60' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 114], ["blog_id", 1], ["body", "Delectus non quasi. Enim eius explicabo natus culpa repellendus. Est doloremque qui non perferendis qui quae. Nesciunt qui consequuntur numquam eveniet. Voluptatibus facere quia tempora commodi explicabo quod."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["excerpt", "Veniam iure molestias repellat."], ["published", true], ["slug", "id-ut-60"], ["title", "Aut saepe repellendus voluptate."], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["written_at", Fri, 16 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.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test62"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'expedita-itaque-61' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 115], ["blog_id", 1], ["body", "Et voluptas harum rerum est. Natus est aliquid. Sapiente ab vel totam dolore. Est ea perferendis quasi ut. Asperiores inventore sed quisquam. Ipsam doloremque qui veritatis aut."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["excerpt", "Maxime nulla eligendi velit qui."], ["published", true], ["slug", "expedita-itaque-61"], ["title", "Aut eum voluptatem dolor debitis."], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.0ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'nobis-quo-62' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 116], ["blog_id", 1], ["body", "Et libero quasi consectetur. Voluptatem voluptatum excepturi. Vero qui consequatur est quia laborum. Sed et mollitia quisquam molestiae consectetur omnis eaque. Aut quo non nihil. Qui inventore dolores et fuga. Inventore quia ipsa et est et eos."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["excerpt", "Debitis qui eum."], ["published", true], ["slug", "nobis-quo-62"], ["title", "Assumenda ex rem omnis corrupti sunt."], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["written_at", Fri, 16 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.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test64' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test64"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'reiciendis-natus-63' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 117], ["blog_id", 1], ["body", "Delectus itaque non quisquam similique. Omnis commodi qui omnis quia. Ut qui ut voluptas omnis magni quia. Perspiciatis ut sunt sit eligendi in autem voluptatem. Quia eos dolor recusandae. Accusamus non laudantium numquam amet."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["excerpt", "Reprehenderit."], ["published", true], ["slug", "reiciendis-natus-63"], ["title", "Nihil sint est et iure voluptatibus."], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["written_at", Fri, 16 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.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test65"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'aperiam-non-64' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 118], ["blog_id", 1], ["body", "Ipsam quidem aut quod voluptas sed voluptatem. Ipsa magni quis ut ab voluptatibus sed. Libero consectetur a officiis quod veniam voluptatem consequatur. Odio illum consequuntur aspernatur a. Error quibusdam nam iure ipsum."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["excerpt", "Impedit recusandae mollitia."], ["published", true], ["slug", "aperiam-non-64"], ["title", "Quasi iste cumque porro numquam exercitationem ducimus."], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.2ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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", Fri, 16 Nov 2012 20:19:28 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'tempore-similique-65' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 119], ["blog_id", 1], ["body", "Esse velit odio ab necessitatibus maxime veniam. Sint qui est aut quia laboriosam. Ipsam cumque ut veniam odio odit. Quis numquam ipsa non distinctio inventore. Aliquid dolores consectetur sit possimus ut. Similique esse commodi distinctio voluptas. Earum sapiente sunt est nobis pariatur deleniti dicta."], ["created_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["excerpt", "Rerum."], ["published", true], ["slug", "tempore-similique-65"], ["title", "Necessitatibus odit provident et ab est perferendis deleniti."], ["updated_at", Fri, 16 Nov 2012 20:19:28 UTC +00:00], ["written_at", Fri, 16 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" = 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'sapiente-aspernatur-66' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 120], ["blog_id", 1], ["body", "Placeat maiores fugiat veritatis. Aut sunt molestiae est voluptas. Adipisci vel similique voluptatibus nihil tempora. Sint et labore ea blanditiis corporis. Sint inventore repudiandae."], ["created_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["excerpt", "Et exercitationem ullam deserunt consequatur."], ["published", true], ["slug", "sapiente-aspernatur-66"], ["title", "Temporibus optio itaque earum et et sunt quod."], ["updated_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["written_at", Fri, 16 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" = 'test68' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test68"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'molestias-ducimus-67' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 121], ["blog_id", 1], ["body", "Quia laudantium quae. Tempora et molestias voluptate. Consequatur et neque consequuntur unde quis id illo. Et fugiat est totam quis nihil laborum. Consequatur est in atque doloribus omnis occaecati. Tempore magni molestias quod fuga laboriosam."], ["created_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["excerpt", "Nam."], ["published", true], ["slug", "molestias-ducimus-67"], ["title", "Eos voluptatibus sunt sunt."], ["updated_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test69' OR lower(name) = 'rspec69' OR lower(name) = 'ruby69' OR lower(name) = '#rails69') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test69' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test69"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec69' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec69"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby69' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby69"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails69' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails69"]] 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'ipsa-animi-68' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 122], ["blog_id", 1], ["body", "Itaque sint est architecto at. Et rem velit. Exercitationem et quaerat libero velit ut eum. Enim tempore aut eos ipsa et praesentium incidunt. Voluptas ut aliquid id. Voluptate temporibus et."], ["created_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["excerpt", "Eum quod consequatur enim et dolor."], ["published", true], ["slug", "ipsa-animi-68"], ["title", "Alias nobis blanditiis vitae."], ["updated_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["written_at", Fri, 16 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" = 'test70' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test70"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'laborum-nulla-69' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 123], ["blog_id", 1], ["body", "Ea animi dolor. Ut dolorem est aliquid ut et atque id. Impedit nobis similique sint necessitatibus saepe omnis natus. Excepturi asperiores laudantium quia dolorem temporibus. Rerum odit ut sapiente facere illo. Ad adipisci a tempore voluptate eos eum distinctio."], ["created_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["excerpt", "Delectus."], ["published", true], ["slug", "laborum-nulla-69"], ["title", "Sit beatae omnis."], ["updated_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["written_at", Fri, 16 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'deserunt-quidem-70' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 124], ["blog_id", 1], ["body", "Qui unde quo libero consequatur aut. Esse est corporis quis porro praesentium nesciunt ut. Distinctio labore et aliquam cumque. Labore hic architecto eos id aliquid tempore. Voluptate aut et accusamus quasi modi."], ["created_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["excerpt", "Sed inventore ex et."], ["published", true], ["slug", "deserunt-quidem-70"], ["title", "Quia commodi ad eos eum rerum qui."], ["updated_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["written_at", Fri, 16 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_631242d ON posts_taggings_631242d.taggable_id = almanac_posts.id AND posts_taggings_631242d.taggable_type = 'Almanac::Post' AND posts_taggings_631242d.tag_id = 1 WHERE "almanac_posts"."published" = 't'  (1.6ms) 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", 125], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["description", "Amet est officiis ullam. Commodi sit fugit architecto. Excepturi et reiciendis laboriosam voluptatum. Aspernatur vel voluptates veniam assumenda minima est."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Corporis rerum quis eum."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:29 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'voluptate-fugit-71' LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 126], ["blog_id", 1], ["body", "Sunt quas nobis delectus magnam doloribus officia quis. Totam quidem maiores dignissimos voluptates deserunt. Officiis ut totam. Quasi est quis. Explicabo provident et inventore quasi voluptatem repellat perferendis. Officia quos possimus laboriosam corporis sit temporibus. Commodi doloremque voluptatem aliquam."], ["created_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["excerpt", "Nulla facere placeat."], ["published", true], ["slug", "voluptate-fugit-71"], ["title", "Dignissimos est tempora nulla sapiente est."], ["updated_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test71' OR lower(name) = 'rspec71' OR lower(name) = 'ruby71' OR lower(name) = '#rails71') 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" = 'test71' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test71"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec71' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec71"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby71' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby71"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails71' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails71"]] 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'et-id-72' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 127], ["blog_id", 1], ["body", "Consequatur deleniti ducimus non et. Fuga non ea. Id eum et aut voluptates omnis quas. Culpa sed eveniet. A illo voluptatum sit maiores architecto."], ["created_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["excerpt", "Autem."], ["published", true], ["slug", "et-id-72"], ["title", "Facere est debitis reiciendis."], ["updated_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["written_at", Fri, 16 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" = 'test72' LIMIT 1 SQL (0.1ms) 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'sequi-vel-73' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 128], ["blog_id", 1], ["body", "Quod dolorem voluptatem ex quaerat. Ut repellendus minima quae. Qui nihil suscipit et aut. Fugiat et aut aliquam nostrum quidem praesentium. Rem mollitia sit. Ut recusandae dolores quia voluptatem iusto mollitia."], ["created_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["excerpt", "Ipsam quis hic animi."], ["published", true], ["slug", "sequi-vel-73"], ["title", "Vel tempore eveniet harum aut."], ["updated_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'quasi-in-74' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 129], ["blog_id", 1], ["body", "Eum nulla dolor. Officiis non sed. Explicabo dolores voluptatem. Impedit quae et. Ut laudantium et sapiente reprehenderit mollitia voluptatum."], ["created_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["excerpt", "Qui dolorum necessitatibus."], ["published", true], ["slug", "quasi-in-74"], ["title", "Illo et omnis voluptas."], ["updated_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'dolore-ut-75' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 130], ["blog_id", 1], ["body", "Dolorem aut quaerat aspernatur ea sed sint cum. Quo et ea voluptas quis. Numquam dolore quis sed molestiae dignissimos. Delectus repellat quasi commodi eum ut. Quia quis nulla sed sit aut qui culpa. Qui porro dicta recusandae qui ullam quis. Perferendis odio incidunt dignissimos."], ["created_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["excerpt", "Deleniti aperiam quidem fugit quia amet."], ["published", true], ["slug", "dolore-ut-75"], ["title", "Voluptatem nulla voluptas."], ["updated_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] 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.0ms) 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.0ms) 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" = 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.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'quod-adipisci-76' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 131], ["blog_id", 1], ["body", "Laboriosam repellendus odit maiores rerum et quam. Est minima sunt. Ipsa et quia ea deleniti. Ut architecto consequatur neque eum recusandae. Earum odio iste blanditiis suscipit facilis."], ["created_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["excerpt", "Iure eos tempora ab et dicta."], ["published", true], ["slug", "quod-adipisci-76"], ["title", "Impedit molestiae dolorum commodi magni ut cumque enim."], ["updated_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test76' OR lower(name) = 'rspec76' OR lower(name) = 'ruby76' OR lower(name) = '#rails76') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test76' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test76"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec76' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec76"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby76' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby76"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails76' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails76"]] 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'non-voluptatibus-77' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 132], ["blog_id", 1], ["body", "Qui dolores dolor possimus ut. Sunt esse ipsam consequuntur reprehenderit. Labore omnis nemo quam commodi quis natus. Quia ut autem molestiae aut qui. Animi recusandae optio quidem aliquam blanditiis. Quia sed asperiores harum aliquid facilis. Iure eius atque vero fugit nam et."], ["created_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["excerpt", "Voluptates nemo dolor."], ["published", true], ["slug", "non-voluptatibus-77"], ["title", "Quas laborum nemo."], ["updated_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test77' OR lower(name) = 'rspec77' OR lower(name) = 'ruby77' OR lower(name) = '#rails77') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test77' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test77"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec77' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec77"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby77' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby77"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails77' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails77"]] 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'vel-delectus-78' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 133], ["blog_id", 1], ["body", "Dolorem quod optio nulla architecto voluptas. Voluptatum libero similique. Quisquam architecto optio explicabo dolores consequatur ea voluptas. Itaque officiis quam facere nihil quis ab. Quia quia dolore ipsam voluptatem. Non incidunt sunt voluptatum neque sunt et. Sapiente officiis recusandae."], ["created_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["excerpt", "Molestiae ab ea ipsam ut."], ["published", true], ["slug", "vel-delectus-78"], ["title", "Omnis nobis et eligendi alias voluptas dolorem."], ["updated_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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.1ms) 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'neque-harum-79' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 134], ["blog_id", 1], ["body", "Aut nemo dignissimos voluptate possimus dolor. Nemo nostrum sit. Ipsam est magnam similique et sapiente suscipit. Qui cumque qui in. Fugiat sed ad ut id."], ["created_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["excerpt", "Et in sequi sit quaerat."], ["published", true], ["slug", "neque-harum-79"], ["title", "Et rerum voluptas similique dolor minima id impedit."], ["updated_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'id-velit-80' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 135], ["blog_id", 1], ["body", "In sequi deserunt omnis eligendi sit delectus cupiditate. Officiis magnam dolorum deserunt. Distinctio sequi provident dignissimos molestias nesciunt et dolores. Est assumenda qui itaque molestiae nam. Et non porro hic."], ["created_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["excerpt", "Vero dicta saepe."], ["published", true], ["slug", "id-velit-80"], ["title", "Delectus id excepturi at blanditiis alias."], ["updated_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["written_at", Fri, 16 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" = 'test80' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test80"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 136], ["blog_id", 1], ["body", "Modi est nostrum possimus et et. Tempore est vel illum velit minus. Illum ipsa nemo. Quam sed distinctio molestias rerum perferendis numquam placeat. Accusamus sit ea aliquid beatae minima. Et sed molestiae qui. Doloremque animi aut officiis repudiandae."], ["created_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["excerpt", "Facere."], ["published", false], ["slug", "nobis-quisquam-81"], ["title", "Sit et dolore qui aspernatur ut sed."], ["updated_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["written_at", Fri, 16 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 (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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 137], ["blog_id", 1], ["body", "Minima ea cumque accusantium voluptatem veritatis et voluptas. Enim qui nisi doloribus perspiciatis labore ut iusto. Ipsa aliquam molestias laboriosam tempora aut est. Nulla optio quia iste omnis a et. Vero et sed ea."], ["created_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["excerpt", "Omnis aspernatur beatae perferendis velit."], ["published", false], ["slug", "temporibus-neque-82"], ["title", "Quo necessitatibus dolor incidunt."], ["updated_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["written_at", Fri, 16 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" = '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.1ms) 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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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_86d9f37 ON posts_taggings_86d9f37.taggable_id = almanac_posts.id AND posts_taggings_86d9f37.taggable_type = 'Almanac::Post' AND posts_taggings_86d9f37.tag_id = 1 WHERE "almanac_posts"."published" = 't'  (2.4ms) 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", 138], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["description", "Et nam dolorem deserunt qui nostrum. Officiis qui impedit ut. Non soluta deleniti."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Non dolores dolor quod natus voluptas."], ["twitter", nil], ["updated_at", Fri, 16 Nov 2012 20:19:29 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::Post Exists (0.0ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'distinctio-reprehenderit-83' LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 139], ["blog_id", 1], ["body", "Eaque quia dignissimos. Vero harum quo quo animi error. Quia distinctio aut tenetur eaque aut cupiditate. Esse qui ipsam temporibus distinctio tenetur. Facilis iste a soluta beatae sed ut. At rem optio nam reiciendis est."], ["created_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["excerpt", "Rerum eos deserunt voluptates."], ["published", true], ["slug", "distinctio-reprehenderit-83"], ["title", "Odit sed architecto."], ["updated_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.0ms) 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'itaque-tenetur-84' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 140], ["blog_id", 1], ["body", "Sit expedita delectus hic ea adipisci sit eum. Ut nisi vitae dolores voluptas nemo. Ullam aliquam voluptas sit mollitia. Quo eius sint facere commodi. Perferendis molestiae consequatur dicta consequuntur omnis. Non qui quo eum praesentium animi fugiat."], ["created_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["excerpt", "Porro iure reprehenderit ut vel repudiandae."], ["published", true], ["slug", "itaque-tenetur-84"], ["title", "Dicta quibusdam minus."], ["updated_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["written_at", Fri, 16 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.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test84' LIMIT 1 SQL (0.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'quo-ut-85' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 141], ["blog_id", 1], ["body", "Sint eius et laborum vero dolore. Id quaerat aspernatur repellendus vel rerum id et. Laboriosam odio laborum. Itaque deleniti officia consequatur ea odio voluptatibus rerum. Perferendis quasi et quis accusantium. Sunt quae inventore et doloribus. Quia unde culpa aut aut voluptas."], ["created_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["excerpt", "Aut eum voluptatem."], ["published", true], ["slug", "quo-ut-85"], ["title", "Quis maxime sit nostrum aut dolor magni autem."], ["updated_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["written_at", Fri, 16 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" = '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.1ms) 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" = 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 142], ["blog_id", 1], ["body", "Cum accusantium iste sint sunt id. Placeat quas voluptates quis natus cum. Consectetur cumque eligendi voluptas ut praesentium. Quia ea ut. Voluptatum dicta sit dolor cum eveniet."], ["created_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["excerpt", "Consequatur sed aut sunt omnis."], ["published", false], ["slug", "facilis-sed-86"], ["title", "Voluptas ut minima tempora qui cupiditate."], ["updated_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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" = 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 143], ["blog_id", 1], ["body", "Natus non placeat commodi quo et quia. Amet tempora enim consequatur cupiditate voluptas et voluptatem. Repellendus accusamus suscipit numquam iure velit. Hic minus modi dolores a et. Debitis molestiae fuga enim et. Voluptatem laboriosam rerum. Dignissimos sed consequatur qui quia enim ipsum."], ["created_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["excerpt", "Rerum quam dolores odio."], ["published", false], ["slug", "vel-distinctio-87"], ["title", "Vel vero aut sed."], ["updated_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test87' OR lower(name) = 'rspec87' OR lower(name) = 'ruby87' OR lower(name) = '#rails87') ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test87' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test87"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec87' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec87"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby87' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby87"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails87' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails87"]] 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 144], ["blog_id", 1], ["body", "Nihil sit maxime tempora natus. Voluptatem ipsum earum ut dolorem quo. Dolor illo corrupti ipsa fugiat perspiciatis. Similique rerum quo ut. Ut sunt dolore cum magnam sed qui atque. Totam dolores sunt esse. Magnam quo et velit sunt."], ["created_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["excerpt", "Culpa quaerat ducimus harum sapiente aliquid."], ["published", false], ["slug", "natus-qui-88"], ["title", "Sed enim facere molestiae nulla."], ["updated_at", Fri, 16 Nov 2012 20:19:29 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test88' OR lower(name) = 'rspec88' OR lower(name) = 'ruby88' OR lower(name) = '#rails88') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test88' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test88"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec88' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec88"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby88' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby88"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails88' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails88"]] 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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", Fri, 16 Nov 2012 20:19:29 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'  (10.7ms) rollback transaction Connecting to database specified by database.yml  (19.1ms) DELETE FROM "users";  (19.8ms) DELETE FROM sqlite_sequence where name = 'users';  (9.0ms) DELETE FROM "almanac_posts";  (0.2ms) DELETE FROM sqlite_sequence where name = 'almanac_posts';  (2.4ms) DELETE FROM "almanac_images";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_images';  (18.0ms) DELETE FROM "tags";  (0.1ms) DELETE FROM sqlite_sequence where name = 'tags';  (1.2ms) DELETE FROM "taggings";  (0.1ms) DELETE FROM sqlite_sequence where name = 'taggings';  (1.8ms) DELETE FROM "almanac_comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'almanac_comments';  (12.0ms) DELETE FROM "almanac_blogs";  (0.2ms) DELETE FROM sqlite_sequence where name = 'almanac_blogs';  (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.1ms) SAVEPOINT active_record_1 Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" LIMIT 1 SQL (44.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", 2], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00], ["description", "Iure qui fugiat sit repellat omnis occaecati. Quasi tempore in ut et necessitatibus et. Possimus consectetur dolorum mollitia eius error iure sed. Nam qui consectetur est odio impedit et. Et debitis voluptatem aliquam voluptatem."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et omnis fugiat id doloremque accusantium."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'dolorem-id-1' LIMIT 1 SQL (0.6ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["blog_id", 1], ["body", "Quisquam similique deleniti. Accusamus cumque voluptatem aut enim. Quasi et odit enim. Nulla quo dolorem corrupti modi harum qui odio. Deleniti ea dolorem consequatur."], ["created_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00], ["excerpt", "Enim consectetur natus error sed provident."], ["published", true], ["slug", "dolorem-id-1"], ["title", "Enim dolore aliquid."], ["updated_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) 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.0ms) 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.0ms) 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", Sat, 17 Nov 2012 00:18:20 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", Sat, 17 Nov 2012 00:18:20 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", Sat, 17 Nov 2012 00:18:20 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", Sat, 17 Nov 2012 00:18:20 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", Sat, 17 Nov 2012 00:18:20 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.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", 4], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00], ["description", "Et et et. Qui odio id quos accusantium maiores. Quod dolorem itaque. Maxime exercitationem et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Cupiditate expedita beatae."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'consequatur-aliquam-2' LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 3], ["blog_id", 1], ["body", "Eos amet omnis dignissimos quibusdam modi est. Illum autem numquam alias veritatis eos ea. Perspiciatis dolores qui quas cum voluptas modi ad. Quod ducimus nostrum unde voluptatem et. Et ut qui id."], ["created_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00], ["excerpt", "Nisi tenetur eum magni."], ["published", true], ["slug", "consequatur-aliquam-2"], ["title", "Consequuntur qui veritatis facere."], ["updated_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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", Sat, 17 Nov 2012 00:18:20 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", Sat, 17 Nov 2012 00:18:20 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", Sat, 17 Nov 2012 00:18:20 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", Sat, 17 Nov 2012 00:18:20 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", Sat, 17 Nov 2012 00:18:20 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.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", 6], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00], ["description", "Et maxime et sed assumenda non. Fugit optio sed tempore velit error placeat aut. Quia praesentium voluptatem libero in nesciunt qui qui. Rem vitae et odit excepturi impedit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Modi quos consequatur ea necessitatibus sequi."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'quo-harum-3' LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 5], ["blog_id", 1], ["body", "Voluptatum nam incidunt ipsum consectetur. Voluptatem et minus asperiores ea temporibus tempora. Ad et non fuga corrupti nemo sed. Voluptatum aut ea non et neque aut. Consequatur hic ipsam maiores aperiam autem minima."], ["created_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00], ["excerpt", "Accusantium possimus."], ["published", true], ["slug", "quo-harum-3"], ["title", "Tempore suscipit veniam et accusantium."], ["updated_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00], ["written_at", Fri, 16 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", Sat, 17 Nov 2012 00:18:20 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", Sat, 17 Nov 2012 00:18:20 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", Sat, 17 Nov 2012 00:18:20 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", Sat, 17 Nov 2012 00:18:20 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", Sat, 17 Nov 2012 00:18:20 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", "lawson.swaniawski@example.org"], ["author_name", "Nat Weimann"], ["body", "In necessitatibus voluptatem quaerat corrupti. Eius asperiores eum omnis vel."], ["created_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:20 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.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", 8], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00], ["description", "Quibusdam rerum quisquam libero cum. Molestiae optio ut laudantium velit excepturi eum. Et placeat ut sed. Rem deserunt officiis omnis perspiciatis quidem. Sed vel numquam voluptatem quibusdam mollitia enim earum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Nemo magni."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'sed-itaque-4' LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 7], ["blog_id", 1], ["body", "Beatae id inventore dolorem ut. Autem minus provident sequi explicabo. Est voluptatum consequatur. Similique voluptas ex voluptates et asperiores. Ab veniam vel. Expedita modi velit. Provident tenetur quia eum quod."], ["created_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00], ["excerpt", "Rerum consectetur dolor eum."], ["published", true], ["slug", "sed-itaque-4"], ["title", "Et adipisci ut."], ["updated_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.0ms) 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.0ms) 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", Sat, 17 Nov 2012 00:18:20 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", Sat, 17 Nov 2012 00:18:20 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", Sat, 17 Nov 2012 00:18:20 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", Sat, 17 Nov 2012 00:18:20 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", Sat, 17 Nov 2012 00:18:20 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", 10], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00], ["description", "A ut non odit impedit ipsam voluptates consequuntur. Officia beatae nihil accusamus quae ut nisi soluta. Voluptates sapiente consequatur neque eveniet eligendi. Voluptatem sint omnis hic fugit est in. Consequatur cupiditate necessitatibus et quo quia."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Assumenda et aut voluptates."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'vero-fuga-5' LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 9], ["blog_id", 1], ["body", "Est consequatur autem ipsum sit. Sequi quidem sunt nihil ducimus expedita magnam. Officia et omnis enim atque odit aut asperiores. Aut natus magni. Quod quibusdam sint est illo. Qui esse aliquam in possimus quo est praesentium. Voluptates molestiae sunt."], ["created_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00], ["excerpt", "Dolores doloribus et sunt voluptas tempore."], ["published", true], ["slug", "vero-fuga-5"], ["title", "Ex quia possimus voluptas tempore eum."], ["updated_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.0ms) 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.3ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Sat, 17 Nov 2012 00:18:20 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", Sat, 17 Nov 2012 00:18:20 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", Sat, 17 Nov 2012 00:18:20 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", Sat, 17 Nov 2012 00:18:20 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", Sat, 17 Nov 2012 00:18:20 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", "nelle@example.com"], ["author_name", "Mr. Ezekiel Spencer"], ["body", "Commodi exercitationem quia recusandae provident ratione. Qui dolorem eligendi cupiditate eum consequuntur. Ut eius incidunt enim et cumque."], ["created_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:20 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", "keira@example.net"], ["author_name", "Braxton Roob"], ["body", "Enim dolorem temporibus. Consectetur deserunt quo vel fugiat dolorum est."], ["created_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:20 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", "eusebio@example.org"], ["author_name", "Bulah Kunde"], ["body", "Sint aliquam omnis deleniti molestiae tenetur et quod."], ["created_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:20 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", "rene.nikolaus@example.com"], ["author_name", "Stacey Schiller"], ["body", "Rerum est et inventore deleniti. Eius odit cum magni similique."], ["created_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) 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", "selina_dibbert@example.net"], ["author_name", "Cleve Steuber"], ["body", "Sequi quae ut saepe ab sunt totam."], ["created_at", Sat, 17 Nov 2012 00:18:20 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:20 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", "ellen.johnston@example.net"], ["author_name", "Gordon Runolfsson"], ["body", "Quam tempore sapiente dignissimos iure."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:21 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", "christophe_fisher@example.net"], ["author_name", "Alaina Halvorson"], ["body", "Cum aliquam dolorem rem aut quia omnis."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:21 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", "carolyne.monahan@example.com"], ["author_name", "Hadley Huels"], ["body", "Ex molestiae ea non eum quis. Qui quis adipisci nisi temporibus est illo et."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:21 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", "laurine.cruickshank@example.net"], ["author_name", "Luis Langworth"], ["body", "Non nihil odit qui deserunt fuga illo qui."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:21 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", "felicity.brown@example.org"], ["author_name", "Dolores Bruen"], ["body", "Qui iusto non."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:21 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", "brannon.dickens@example.net"], ["author_name", "Norval Grady"], ["body", "Beatae rerum ut et minima."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Sat, 17 Nov 2012 00:18:21 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", "ariel.pfannerstill@example.com"], ["author_name", "Loyce Gutkowski"], ["body", "Delectus dolorum ut odit repellendus adipisci sapiente. Dignissimos exercitationem nihil cum. Ut enim ex commodi consequatur et quae."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Sat, 17 Nov 2012 00:18:21 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", "clare_gusikowski@example.com"], ["author_name", "Rita Spinka IV"], ["body", "Ut quas debitis vel omnis."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Sat, 17 Nov 2012 00:18:21 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", "tiana@example.com"], ["author_name", "Gay Collier"], ["body", "Voluptates debitis sunt minus laboriosam tempora. Ipsa fugit et aut voluptas dolores velit sit. Sit dicta omnis corporis consequatur dolore itaque ipsa."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Sat, 17 Nov 2012 00:18:21 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", "kari@example.com"], ["author_name", "Chanel Carroll"], ["body", "Incidunt aut enim. Voluptatum sint adipisci est nihil quae inventore. Unde dolorem ipsam eligendi veritatis."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_comments" WHERE "almanac_comments"."spam" = 't'  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'robyn_zemlak@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", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "robyn_zemlak@example.net"], ["encrypted_password", "$2a$04$ja5SkrBBsgOM0a3fnVWqGuIZtuPXM2aIimMXyJaXcFslO.K8dSroG"], ["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", Sat, 17 Nov 2012 00:18:21 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", 12], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["description", "Quis velit expedita sunt inventore. Voluptate autem vitae. Officia ullam eaque. Facere earum fuga."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quidem error facilis."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'quia-repellendus-6' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 11], ["blog_id", 1], ["body", "Ea natus adipisci. Quis ut modi voluptas vel quia. Expedita facilis quas soluta maxime quam sint est. Ut eum laboriosam. Qui et nam itaque. Ad non nostrum. Nobis saepe esse accusantium sapiente aut beatae aliquam."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["excerpt", "Sequi."], ["published", true], ["slug", "quia-repellendus-6"], ["title", "Deleniti vero voluptas quibusdam voluptatem cum fuga voluptatem."], ["updated_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "faye@example.com"], ["author_name", "Rafael Johnson"], ["body", "Cumque nostrum et cupiditate omnis dolores deserunt dolorem. Aspernatur consequatur placeat quod et. Laboriosam fugiat ratione aliquid velit."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:21 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 7ms (ActiveRecord: 0.5ms)  (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" = 'michel@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", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "michel@example.com"], ["encrypted_password", "$2a$04$dYp04X18MrCTWNRyfr6h.u1zhLXWWnNEBaX5Lq6tYaoMW99f2b5H6"], ["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", Sat, 17 Nov 2012 00:18:21 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", 14], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["description", "Minima earum laudantium ut. Fugiat consectetur optio cupiditate eligendi quidem molestias est. Illo omnis est consequatur ipsam aut quo."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Corrupti nobis repellendus non cupiditate."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'omnis-doloribus-7' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 13], ["blog_id", 1], ["body", "Voluptatem et officia laudantium odio. Sit omnis culpa atque ratione architecto quam. Enim tempore est et optio excepturi. Nesciunt officiis consequatur vero occaecati temporibus. Sunt non perferendis saepe. Veniam inventore ex magni. Aspernatur aliquam sequi."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["excerpt", "Esse aut ut."], ["published", true], ["slug", "omnis-doloribus-7"], ["title", "Et perspiciatis modi dolores nostrum consequatur quaerat."], ["updated_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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.2ms) INSERT INTO "almanac_comments" ("author_email", "author_name", "body", "created_at", "post_id", "spam", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_email", "lane@example.com"], ["author_name", "Anne Conn Sr."], ["body", "Quo ratione vel quod occaecati velit quia voluptatem. Eos ratione id et vel sit nostrum."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:21 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.0ms) 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 6ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_comments"   (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" = 'robyn_zemlak@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", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "robyn_zemlak@example.net"], ["encrypted_password", "$2a$04$tE1ExbpTCYNPyUXf.3ISWezKTCK5kZSr13ZVU3tQcnHObtGVBLeLy"], ["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", Sat, 17 Nov 2012 00:18:21 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", 16], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["description", "Quis velit expedita sunt inventore. Voluptate autem vitae. Officia ullam eaque. Facere earum fuga."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quidem error facilis."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'quia-repellendus-8' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 15], ["blog_id", 1], ["body", "Ea natus adipisci. Quis ut modi voluptas vel quia. Expedita facilis quas soluta maxime quam sint est. Ut eum laboriosam. Qui et nam itaque. Ad non nostrum. Nobis saepe esse accusantium sapiente aut beatae aliquam."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["excerpt", "Sequi."], ["published", true], ["slug", "quia-repellendus-8"], ["title", "Deleniti vero voluptas quibusdam voluptatem cum fuga voluptatem."], ["updated_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["written_at", Fri, 16 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.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" = '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.0ms) 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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"=>"Rafael Johnson", "author_email"=>"faye@example.com", "body"=>"Cumque nostrum et cupiditate omnis dolores deserunt dolorem. Aspernatur consequatur placeat quod et. Laboriosam fugiat ratione aliquid velit."}, "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", "faye@example.com"], ["author_name", "Rafael Johnson"], ["body", "Cumque nostrum et cupiditate omnis dolores deserunt dolorem. Aspernatur consequatur placeat quod et. Laboriosam fugiat ratione aliquid velit."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/1 Completed 302 Found in 8ms (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" = 'michel@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", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "michel@example.com"], ["encrypted_password", "$2a$04$7RDJwgKrgeuC4H1PrErv6.18dQmHH.EDVB4IR.KQpUVwJaSUFgnCi"], ["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", Sat, 17 Nov 2012 00:18:21 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", 18], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["description", "Minima earum laudantium ut. Fugiat consectetur optio cupiditate eligendi quidem molestias est. Illo omnis est consequatur ipsam aut quo."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Corrupti nobis repellendus non cupiditate."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'omnis-doloribus-9' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 17], ["blog_id", 1], ["body", "Voluptatem et officia laudantium odio. Sit omnis culpa atque ratione architecto quam. Enim tempore est et optio excepturi. Nesciunt officiis consequatur vero occaecati temporibus. Sunt non perferendis saepe. Veniam inventore ex magni. Aspernatur aliquam sequi."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["excerpt", "Esse aut ut."], ["published", true], ["slug", "omnis-doloribus-9"], ["title", "Et perspiciatis modi dolores nostrum consequatur quaerat."], ["updated_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test9' OR lower(name) = 'rspec9' OR lower(name) = 'ruby9' OR lower(name) = '#rails9') 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" = 'test9' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test9"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec9' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec9"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby9' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby9"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails9' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails9"]] 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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"=>"Anne Conn Sr.", "author_email"=>"lane@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 7ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_comments"  (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" = 'robyn_zemlak@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", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "robyn_zemlak@example.net"], ["encrypted_password", "$2a$04$2bsnmhKIg9zL0a6f4zcec.a1h5o.UMubjbsJfjJL0Ci0EwBNjr0gu"], ["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", Sat, 17 Nov 2012 00:18:21 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", 20], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["description", "Quis velit expedita sunt inventore. Voluptate autem vitae. Officia ullam eaque. Facere earum fuga."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quidem error facilis."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'quia-repellendus-10' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 19], ["blog_id", 1], ["body", "Ea natus adipisci. Quis ut modi voluptas vel quia. Expedita facilis quas soluta maxime quam sint est. Ut eum laboriosam. Qui et nam itaque. Ad non nostrum. Nobis saepe esse accusantium sapiente aut beatae aliquam."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["excerpt", "Sequi."], ["published", true], ["slug", "quia-repellendus-10"], ["title", "Deleniti vero voluptas quibusdam voluptatem cum fuga voluptatem."], ["updated_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test10' OR lower(name) = 'rspec10' OR lower(name) = 'ruby10' OR lower(name) = '#rails10') 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" = 'test10' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test10"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec10' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec10"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby10' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby10"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails10' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails10"]] 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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"=>"Rafael Johnson", "author_email"=>"faye@example.com", "body"=>"Cumque nostrum et cupiditate omnis dolores deserunt dolorem. Aspernatur consequatur placeat quod et. Laboriosam fugiat ratione aliquid velit."}, "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", "faye@example.com"], ["author_name", "Rafael Johnson"], ["body", "Cumque nostrum et cupiditate omnis dolores deserunt dolorem. Aspernatur consequatur placeat quod et. Laboriosam fugiat ratione aliquid velit."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:21 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)  (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" = 'michel@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", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "michel@example.com"], ["encrypted_password", "$2a$04$DZ/3xIsa4.5I9b27aZqE7ulOE8moVtkllwDae1fCbU7RO6spbT3B."], ["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", Sat, 17 Nov 2012 00:18:21 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", 22], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["description", "Minima earum laudantium ut. Fugiat consectetur optio cupiditate eligendi quidem molestias est. Illo omnis est consequatur ipsam aut quo."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Corrupti nobis repellendus non cupiditate."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'omnis-doloribus-11' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 21], ["blog_id", 1], ["body", "Voluptatem et officia laudantium odio. Sit omnis culpa atque ratione architecto quam. Enim tempore est et optio excepturi. Nesciunt officiis consequatur vero occaecati temporibus. Sunt non perferendis saepe. Veniam inventore ex magni. Aspernatur aliquam sequi."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["excerpt", "Esse aut ut."], ["published", true], ["slug", "omnis-doloribus-11"], ["title", "Et perspiciatis modi dolores nostrum consequatur quaerat."], ["updated_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test11' OR lower(name) = 'rspec11' OR lower(name) = 'ruby11' OR lower(name) = '#rails11') 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" = 'test11' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test11"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec11' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec11"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby11' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby11"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails11' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails11"]] 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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"=>"Anne Conn Sr.", "author_email"=>"lane@example.com", "body"=>"Quo ratione vel quod occaecati velit quia voluptatem. Eos ratione id et vel sit nostrum."}, "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", "lane@example.com"], ["author_name", "Anne Conn Sr."], ["body", "Quo ratione vel quod occaecati velit quia voluptatem. Eos ratione id et vel sit nostrum."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00]]  (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"  (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" = 'robyn_zemlak@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", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "robyn_zemlak@example.net"], ["encrypted_password", "$2a$04$uwthWWC99d7tQlo1ifWI9erqkyoA4JzkHkkpOvkxtLAahrmgV96LG"], ["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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["description", "Sequi sit excepturi. Ea natus adipisci. Quis ut modi voluptas vel quia. Expedita facilis quas soluta maxime quam sint est."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Deleniti vero voluptas quibusdam voluptatem cum fuga."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:21 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'tempore-cum-12' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 24], ["blog_id", 1], ["body", "Accusantium aut minus et officia aut temporibus laudantium. Ad aut hic repudiandae et ipsam accusantium. At ducimus commodi et qui sed laudantium. Voluptatum voluptas quia. Explicabo eum nesciunt eos expedita voluptate enim repellat. Officiis doloremque fugiat velit ab qui corrupti. Ut aliquam a sit rerum reiciendis."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["excerpt", "Incidunt blanditiis."], ["published", true], ["slug", "tempore-cum-12"], ["title", "Ut eum laboriosam."], ["updated_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test12' OR lower(name) = 'rspec12' OR lower(name) = 'ruby12' OR lower(name) = '#rails12') 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" = 'test12' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test12"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec12' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec12"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby12' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby12"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails12' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails12"]] 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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, "slug"=>"facilis-ea-13", "excerpt"=>"Voluptas.", "body"=>"A iusto omnis. Cumque sunt dicta quaerat cum error. Quae voluptas est. Expedita delectus sunt eveniet dolorem ut enim. Autem quasi sunt sapiente molestiae iusto harum velit. Fugiat ex molestiae eveniet. Omnis provident unde quis cum assumenda.", "published"=>true, "tag_list"=>"common,test13,rspec13,ruby13,#rails13", "author_id"=>"25", "written_at"=>"2012-11-16"}} 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) Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE ("almanac_posts"."slug" = 'facilis-ea-13' AND "almanac_posts"."id" != 1) LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 51ms (Views: 39.3ms | ActiveRecord: 0.5ms)  (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" = 'talia@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", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "talia@example.net"], ["encrypted_password", "$2a$04$gFZ2msg3B3AscT2IrBEI9Op.6fm.lM995A9QU4WcDa.18p4HHTPUm"], ["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", Sat, 17 Nov 2012 00:18:21 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", 26], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["description", "Labore voluptatum atque ipsa at omnis doloremque eos. Est delectus rerum sed rerum animi deserunt. Maiores praesentium in. Similique quis quibusdam qui assumenda ullam dolorum qui. Quis reprehenderit in omnis dolore et."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eius odit cum magni."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:21 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'in-et-14' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 27], ["blog_id", 1], ["body", "Ea laborum veritatis sed enim in quis consectetur. Fugit deleniti voluptas fuga qui quia. Laboriosam non hic sapiente non enim. Incidunt sunt in quibusdam labore ratione vitae. Et dolor hic et. Debitis autem sint ipsum impedit. Aliquam qui illum aliquid consequatur aspernatur voluptas."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["excerpt", "Et molestiae."], ["published", true], ["slug", "in-et-14"], ["title", "Quibusdam ut eum et ipsam eum."], ["updated_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["written_at", Fri, 16 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.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" = 'test14' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test14"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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.0ms) 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.0ms) 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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, "slug"=>"et-voluptas-15", "excerpt"=>"Eos alias non beatae.", "body"=>"Voluptas voluptatum debitis quas ratione reiciendis aut nemo. Aut eaque dolore maxime consequatur possimus. Aut quia ex accusantium consequatur occaecati. Aliquam qui necessitatibus nostrum nemo non dolor. Vero esse reiciendis neque ad quis. Praesentium ullam alias dolorem dolores perferendis sit.", "published"=>true, "tag_list"=>"common,test15,rspec15,ruby15,#rails15", "author_id"=>"28", "written_at"=>"2012-11-16"}} 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"]] 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) Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE ("almanac_posts"."slug" = 'et-voluptas-15' AND "almanac_posts"."id" != 1) LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 1.4ms | ActiveRecord: 0.6ms) Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."id" = ? LIMIT 1 [["id", 1]]  (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" = 'robyn_zemlak@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", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "robyn_zemlak@example.net"], ["encrypted_password", "$2a$04$jlpXW2m3mNhuBt14SGXv1.bOTtcQsSGorT2DEc2aQC14H/WUvOh.a"], ["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", Sat, 17 Nov 2012 00:18:21 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", 29], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["description", "Sequi sit excepturi. Ea natus adipisci. Quis ut modi voluptas vel quia. Expedita facilis quas soluta maxime quam sint est."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Deleniti vero voluptas quibusdam voluptatem cum fuga."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:21 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'tempore-cum-16' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 30], ["blog_id", 1], ["body", "Accusantium aut minus et officia aut temporibus laudantium. Ad aut hic repudiandae et ipsam accusantium. At ducimus commodi et qui sed laudantium. Voluptatum voluptas quia. Explicabo eum nesciunt eos expedita voluptate enim repellat. Officiis doloremque fugiat velit ab qui corrupti. Ut aliquam a sit rerum reiciendis."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["excerpt", "Incidunt blanditiis."], ["published", true], ["slug", "tempore-cum-16"], ["title", "Ut eum laboriosam."], ["updated_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test16' OR lower(name) = 'rspec16' OR lower(name) = 'ruby16' OR lower(name) = '#rails16') 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" = 'test16' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test16"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec16' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec16"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby16' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby16"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails16' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails16"]] 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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"=>"Consequuntur qui veritatis facere.", "slug"=>"consequatur-aliquam-17", "excerpt"=>"Nisi tenetur eum magni.", "body"=>"Eos amet omnis dignissimos quibusdam modi est. Illum autem numquam alias veritatis eos ea. Perspiciatis dolores qui quas cum voluptas modi ad. Quod ducimus nostrum unde voluptatem et. Et ut qui id.", "published"=>true, "tag_list"=>"common,test17,rspec17,ruby17,#rails17", "author_id"=>"31", "written_at"=>"2012-11-16"}} 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) Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE ("almanac_posts"."slug" = 'consequatur-aliquam-17' AND "almanac_posts"."id" != 1) LIMIT 1  (0.1ms) UPDATE "almanac_posts" SET "title" = 'Consequuntur qui veritatis facere.', "slug" = 'consequatur-aliquam-17', "excerpt" = 'Nisi tenetur eum magni.', "body" = 'Eos amet omnis dignissimos quibusdam modi est. Illum autem numquam alias veritatis eos ea. Perspiciatis dolores qui quas cum voluptas modi ad. Quod ducimus nostrum unde voluptatem et. Et ut qui id.', "author_id" = 31, "updated_at" = '2012-11-17 00:18:21.649554' WHERE "almanac_posts"."id" = 1 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" = 'test17' LIMIT 1 SQL (0.1ms) 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.0ms) 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.1ms) 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 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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 100ms (ActiveRecord: 2.7ms)  (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" = 'kaya_jenkins@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", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "kaya_jenkins@example.com"], ["encrypted_password", "$2a$04$7rYWRIx7XnffotUmuBKFGePZrex73dYFUowL5XV5pgiLIsynIu.km"], ["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", Sat, 17 Nov 2012 00:18:21 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", 32], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["description", "Nihil laudantium necessitatibus est et. Labore voluptatum atque ipsa at omnis doloremque eos. Est delectus rerum sed rerum animi deserunt. Maiores praesentium in. Similique quis quibusdam qui assumenda ullam dolorum qui."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Rerum est et inventore."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:21 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'dolorem-architecto-18' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 33], ["blog_id", 1], ["body", "Et molestiae possimus modi. Sit molestiae consequatur corporis nemo provident. Molestias perferendis ut dolorem iure sunt. Sapiente consequatur dolorem nesciunt deserunt consequuntur est fuga. Aliquid quo eos dolore. Corrupti velit voluptates libero. Non enim sunt."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["excerpt", "Ut vel similique quisquam quia tempore."], ["published", true], ["slug", "dolorem-architecto-18"], ["title", "Quis reprehenderit in omnis dolore et."], ["updated_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test18' OR lower(name) = 'rspec18' OR lower(name) = 'ruby18' OR lower(name) = '#rails18') 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" = 'test18' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test18"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec18' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec18"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby18' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby18"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails18' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails18"]] 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", "slug"=>"itaque-et-19", "excerpt"=>"Voluptas expedita quo dicta aut excepturi.", "body"=>"Maxime tempora quaerat assumenda. Vel adipisci quam repudiandae libero dolore excepturi. Iusto velit modi aut similique eaque dignissimos ut. Sint rerum non ab. Sunt deserunt et rerum provident nisi.", "published"=>true, "tag_list"=>"common,test19,rspec19,ruby19,#rails19", "author_id"=>"34", "written_at"=>"2012-11-16"}} 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) Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE ("almanac_posts"."slug" = 'itaque-et-19' AND "almanac_posts"."id" != 1) LIMIT 1  (0.1ms) UPDATE "almanac_posts" SET "title" = 'Testz', "slug" = 'itaque-et-19', "excerpt" = 'Voluptas expedita quo dicta aut excepturi.', "body" = 'Maxime tempora quaerat assumenda. Vel adipisci quam repudiandae libero dolore excepturi. Iusto velit modi aut similique eaque dignissimos ut. Sint rerum non ab. Sunt deserunt et rerum provident nisi.', "author_id" = 34, "updated_at" = '2012-11-17 00:18:21.784458' WHERE "almanac_posts"."id" = 1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test19' OR lower(name) = 'rspec19' OR lower(name) = 'ruby19' OR lower(name) = '#rails19') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test19' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test19"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec19' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec19"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby19' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby19"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails19' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails19"]] 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.1ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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.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" = 'robyn_zemlak@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", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "robyn_zemlak@example.net"], ["encrypted_password", "$2a$04$dLS/a70lfiSt9skb45UMHOKJSk5M9rjphbwyjmWEKpyOiB1D7D0T2"], ["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", Sat, 17 Nov 2012 00:18:21 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", 35], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["description", "Sequi sit excepturi. Ea natus adipisci. Quis ut modi voluptas vel quia. Expedita facilis quas soluta maxime quam sint est."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Deleniti vero voluptas quibusdam voluptatem cum fuga."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:21 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 8ms (Views: 2.1ms | 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" = 'josie@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", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "josie@example.org"], ["encrypted_password", "$2a$04$A2DGFQ5nTahD9ZBHTxmB7.y6L.on1D//24ao6IEdpjd6ori34thTi"], ["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", Sat, 17 Nov 2012 00:18:21 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", 36], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["description", "Sit sunt modi aliquid quis. Quod quisquam sint atque deleniti quibusdam ut qui. Sint ratione quia ipsum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ea cumque at non aut sit rerum."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:21 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'aut-sed-20' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 37], ["blog_id", 1], ["body", "Quibusdam sapiente in veniam a autem aut. Quis nisi aut sed. Libero et at velit. Aut cum harum. Doloribus est perferendis vel eum voluptas quisquam."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["excerpt", "Vel doloribus est pariatur libero."], ["published", true], ["slug", "aut-sed-20"], ["title", "Dignissimos iusto dolor eveniet est."], ["updated_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'quam-suscipit-21' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 38], ["blog_id", 1], ["body", "Adipisci modi ex vitae quo voluptatem dolorem. Sunt velit voluptate quasi delectus nemo amet. Sit consequuntur culpa labore qui et debitis. Nihil aut perferendis. Non quo ipsam omnis quisquam omnis sunt aut. A rem quos aspernatur voluptate et."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["excerpt", "Officiis eos sunt sit consequatur."], ["published", true], ["slug", "quam-suscipit-21"], ["title", "Reprehenderit eaque corporis et voluptatem."], ["updated_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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.1ms) 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.1ms) 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'veritatis-eum-22' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 39], ["blog_id", 1], ["body", "Et corporis sunt provident dolores enim iure distinctio. Eum quis inventore quam adipisci dolore et. Fugiat consectetur optio cupiditate eligendi quidem molestias est. Illo omnis est consequatur ipsam aut quo. Necessitatibus sed sit aut. Nihil perferendis aut voluptate neque consectetur aspernatur voluptatum."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["excerpt", "Exercitationem modi reiciendis."], ["published", true], ["slug", "veritatis-eum-22"], ["title", "Quod omnis libero voluptate voluptates repudiandae."], ["updated_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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.1ms) 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.1ms) 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'enim-ratione-23' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 40], ["blog_id", 1], ["body", "Alias numquam ut hic. Sed et adipisci quaerat consequatur. Qui quibusdam autem explicabo neque. Nihil sint omnis mollitia rerum alias repellat. Omnis rerum nostrum voluptatibus voluptas sed ut natus. Blanditiis eveniet id vel minus repellat. Voluptas nulla velit voluptatem mollitia consequuntur."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["excerpt", "Perferendis adipisci nobis mollitia."], ["published", true], ["slug", "enim-ratione-23"], ["title", "Exercitationem iusto non voluptatem asperiores."], ["updated_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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.1ms) 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.0ms) 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'atque-ducimus-24' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 41], ["blog_id", 1], ["body", "Quod odit nobis. Modi tempora et minima. Nostrum quo iste eos nemo. Ea quisquam saepe reprehenderit. Eos eos voluptatum totam ut vero qui voluptate. Accusantium perferendis ut vel autem. Tenetur nostrum accusamus sed eum et."], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["excerpt", "Consectetur molestiae assumenda."], ["published", true], ["slug", "atque-ducimus-24"], ["title", "Laborum ipsam autem."], ["updated_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["written_at", Fri, 16 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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", Sat, 17 Nov 2012 00:18:21 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.2ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common') Completed 200 OK in 46ms (Views: 1.5ms | ActiveRecord: 0.3ms) Almanac::Post Load (0.3ms) SELECT "almanac_posts".* FROM "almanac_posts" JOIN taggings posts_taggings_b4826ce ON posts_taggings_b4826ce.taggable_id = almanac_posts.id AND posts_taggings_b4826ce.taggable_type = 'Almanac::Post' AND posts_taggings_b4826ce.tag_id = 1 WHERE "almanac_posts"."published" = 't' ORDER BY written_at DESC, id DESC LIMIT 10 OFFSET 0  (1.0ms) 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" = 'marianne@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", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "marianne@example.net"], ["encrypted_password", "$2a$04$e2jS2EAXx8E034WF9U.4deGs8k659p1FYUJ5/rA05F2wXdEquYY.C"], ["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", Sat, 17 Nov 2012 00:18:21 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", 42], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:21 UTC +00:00], ["description", "Sequi sit excepturi. Ea natus adipisci. Quis ut modi voluptas vel quia. Expedita facilis quas soluta maxime quam sint est. Ut eum laboriosam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Facilis neque corporis nesciunt."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:21 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 7ms (Views: 2.1ms | 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" = 'marianna_conn@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", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "marianna_conn@example.org"], ["encrypted_password", "$2a$04$7Last4Yt2YypAfTQOZe00.uHawYNbPeeTjH8ggE7ZsrJE72c.j5XC"], ["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", Sat, 17 Nov 2012 00:18:22 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", 43], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["description", "Omnis officia quis a necessitatibus consectetur. Et nam doloribus dolorem quaerat. Dignissimos iusto dolor eveniet est. Est laborum est sed repellat qui voluptates."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Voluptates cumque mollitia enim praesentium et itaque."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:22 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'similique-corrupti-25' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 44], ["blog_id", 1], ["body", "Hic sit ab deserunt quia cum labore. Beatae autem architecto sed cumque deserunt ipsa. Perferendis quibusdam consectetur consequatur molestias. Quis sit enim reiciendis corporis iusto. Magni voluptate autem nisi dolor. Molestiae qui et amet. Aut quaerat debitis qui dolor cumque."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["excerpt", "Rem eum commodi."], ["published", false], ["slug", "similique-corrupti-25"], ["title", "Dolorem ea aut voluptatem libero sed nihil."], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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.0ms) 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" = 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'suscipit-aut-26' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 45], ["blog_id", 1], ["body", "Nihil laudantium necessitatibus est et. Labore voluptatum atque ipsa at omnis doloremque eos. Est delectus rerum sed rerum animi deserunt. Maiores praesentium in. Similique quis quibusdam qui assumenda ullam dolorum qui. Quis reprehenderit in omnis dolore et. Quibusdam ut eum et ipsam eum."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["excerpt", "Rerum est et."], ["published", false], ["slug", "suscipit-aut-26"], ["title", "Incidunt hic quia quia commodi et vel dolores."], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["written_at", Fri, 16 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" = 'test26' LIMIT 1 SQL (0.1ms) 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.1ms) 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" = 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'pariatur-omnis-27' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 46], ["blog_id", 1], ["body", "Molestias perferendis ut dolorem iure sunt. Sapiente consequatur dolorem nesciunt deserunt consequuntur est fuga. Aliquid quo eos dolore. Corrupti velit voluptates libero. Non enim sunt."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["excerpt", "Molestiae et enim quia aut."], ["published", false], ["slug", "pariatur-omnis-27"], ["title", "Voluptas omnis iusto aut."], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["written_at", Fri, 16 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.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test27' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test27"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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" = 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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 6ms (Views: 1.4ms | ActiveRecord: 0.1ms) Almanac::Post Load (0.1ms) SELECT "almanac_posts".* FROM "almanac_posts" WHERE "almanac_posts"."published" = 'f' ORDER BY written_at DESC, id DESC  (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" = 'liza.wilderman@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", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "liza.wilderman@example.com"], ["encrypted_password", "$2a$04$/e/qP3PPC3nnngnWzLkfPOgaz6/onDDCcYLEWdEx.QpbVKlqqilSy"], ["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", Sat, 17 Nov 2012 00:18:22 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", 47], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["description", "Facilis quae pariatur. Quaerat perspiciatis consequuntur enim excepturi expedita doloremque. Voluptatum magni repellat similique dicta officiis animi et. Dolore ipsa sed. Facilis et ipsam ipsa et occaecati exercitationem totam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Nisi enim voluptas pariatur qui."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:22 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'placeat-est-28' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 48], ["blog_id", 1], ["body", "Doloremque quod ut consequuntur non corrupti sint. Est in praesentium similique rerum. Vitae et dolorem et autem. Natus aut maiores laboriosam eligendi consequatur. Ut officia quas in veritatis. Sed iure corporis doloremque asperiores quia quas. Necessitatibus voluptatem ut debitis aut."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["excerpt", "Laborum ullam sit."], ["published", true], ["slug", "placeat-est-28"], ["title", "Et repellendus recusandae aut."], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["written_at", Fri, 16 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.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" = 'test28' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test28"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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" = 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'corrupti-id-29' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 49], ["blog_id", 1], ["body", "Molestiae eligendi corrupti qui omnis ullam. Sed saepe qui qui dolores corrupti. Ipsa facere sint aperiam aut impedit. Odit ipsa corporis placeat. Exercitationem voluptatem laboriosam architecto enim."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["excerpt", "Voluptatibus libero est."], ["published", true], ["slug", "corrupti-id-29"], ["title", "Iure sint sed."], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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.0ms) 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" = 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'in-quo-30' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 50], ["blog_id", 1], ["body", "Aliquid consequatur illum aut doloribus iste. Velit quos et sequi ad vel. Et eveniet aliquam est. Iure velit labore est sed reiciendis quibusdam vel. Recusandae non nihil consequatur et minus. Sint ut quis adipisci et qui."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["excerpt", "Vel quis ut."], ["published", true], ["slug", "in-quo-30"], ["title", "Mollitia a aut nemo perspiciatis."], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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" = 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'officia-praesentium-31' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 51], ["blog_id", 1], ["body", "Aut quia qui. Qui laudantium sunt nam illum ullam. At molestiae et vero enim quia. In hic distinctio aut rerum. Autem qui impedit. Facere dolorum eum. In culpa vel non perferendis aut praesentium."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["excerpt", "Quibusdam possimus distinctio perspiciatis harum reiciendis."], ["published", true], ["slug", "officia-praesentium-31"], ["title", "Occaecati vero neque."], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["written_at", Fri, 16 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" = 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'at-sequi-32' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 52], ["blog_id", 1], ["body", "Distinctio suscipit ea repudiandae eum est et fugiat. Facilis laboriosam cum tempore rerum quia incidunt minus. Necessitatibus amet labore. Rerum et dolorum dolorem eaque est. Officiis voluptatum officia magni sapiente in et sed."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["excerpt", "Officia error."], ["published", true], ["slug", "at-sequi-32"], ["title", "Omnis et ut aut."], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.1ms) 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" = 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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.4ms | 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.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" = 'robyn_zemlak@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", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "robyn_zemlak@example.net"], ["encrypted_password", "$2a$04$1SiE.Ruu7BJMmHBlMk4X4.0W8Vhn.j0XvFBof9.FdkvjDbqC4ohrG"], ["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", Sat, 17 Nov 2012 00:18:22 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", 53], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["description", "Sequi sit excepturi. Ea natus adipisci. Quis ut modi voluptas vel quia. Expedita facilis quas soluta maxime quam sint est."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Deleniti vero voluptas quibusdam voluptatem cum fuga."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "slug"=>"exercitationem-occaecati-33", "excerpt"=>"Est ipsam debitis voluptas.", "body"=>"Labore accusamus aspernatur quis et neque iure. Accusantium aut minus et officia aut temporibus laudantium. Ad aut hic repudiandae et ipsam accusantium. At ducimus commodi et qui sed laudantium. Voluptatum voluptas quia. Explicabo eum nesciunt eos expedita voluptate enim repellat.", "published"=>true, "tag_list"=>"common,test33,rspec33,ruby33,#rails33", "author_id"=>"54", "written_at"=>"2012-11-16", "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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'exercitationem-occaecati-33' LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 11ms (Views: 2.2ms | ActiveRecord: 0.4ms)  (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" = 'devonte.schinner@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", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "devonte.schinner@example.org"], ["encrypted_password", "$2a$04$Ux/ndTQDzBWq6Safqdfud.Pj/4LrvrxN3IT10YxNTZy/MwotIB5YK"], ["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", Sat, 17 Nov 2012 00:18:22 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 (40.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", 55], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["description", "Commodi enim est esse rerum excepturi aut. Minus temporibus enim architecto distinctio. Doloribus est perferendis vel eum voluptas quisquam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "A provident commodi iste."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"  Processing by Almanac::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "slug"=>"ipsa-maiores-34", "excerpt"=>"Rerum.", "body"=>"Officiis eos sunt sit consequatur ut quia. Amet iure qui ut. Nihil qui est non quo. Amet quaerat omnis optio voluptate. Velit corporis molestiae ut consectetur. Non quo ipsam omnis quisquam omnis sunt aut. A rem quos aspernatur voluptate et.", "published"=>true, "tag_list"=>"common,test34,rspec34,ruby34,#rails34", "author_id"=>"56", "written_at"=>"2012-11-16", "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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'ipsa-maiores-34' LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 11ms (Views: 1.5ms | 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" = 'robyn_zemlak@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", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "robyn_zemlak@example.net"], ["encrypted_password", "$2a$04$VCg9tJX6smn7VsfcS4//LeAYtyQ3TyEFS8vLwSbdWcxJWFGUChTwi"], ["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", Sat, 17 Nov 2012 00:18:22 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", 57], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["description", "Sequi sit excepturi. Ea natus adipisci. Quis ut modi voluptas vel quia. Expedita facilis quas soluta maxime quam sint est."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Deleniti vero voluptas quibusdam voluptatem cum fuga."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Ut eum laboriosam.", "slug"=>"tempore-cum-35", "excerpt"=>"Incidunt blanditiis.", "body"=>"Accusantium aut minus et officia aut temporibus laudantium. Ad aut hic repudiandae et ipsam accusantium. At ducimus commodi et qui sed laudantium. Voluptatum voluptas quia. Explicabo eum nesciunt eos expedita voluptate enim repellat. Officiis doloremque fugiat velit ab qui corrupti. Ut aliquam a sit rerum reiciendis.", "published"=>true, "tag_list"=>"common,test35,rspec35,ruby35,#rails35", "author_id"=>"58", "written_at"=>"2012-11-16", "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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'tempore-cum-35' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["blog_id", 1], ["body", "Accusantium aut minus et officia aut temporibus laudantium. Ad aut hic repudiandae et ipsam accusantium. At ducimus commodi et qui sed laudantium. Voluptatum voluptas quia. Explicabo eum nesciunt eos expedita voluptate enim repellat. Officiis doloremque fugiat velit ab qui corrupti. Ut aliquam a sit rerum reiciendis."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["excerpt", "Incidunt blanditiis."], ["published", true], ["slug", "tempore-cum-35"], ["title", "Ut eum laboriosam."], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["written_at", Fri, 16 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.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" = 'test35' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test35"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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.0ms) 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" = 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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 27ms (ActiveRecord: 2.3ms)  (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" = 'guadalupe.torp@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", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "guadalupe.torp@example.com"], ["encrypted_password", "$2a$04$VVCfpJTYqSKGVerWARqY1edi/IUzBVHyANhgBARzivm.ld572s40e"], ["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", Sat, 17 Nov 2012 00:18:22 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", 59], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["description", "Doloribus est perferendis vel eum voluptas quisquam. Reprehenderit eaque corporis et voluptatem. Tempora eveniet necessitatibus magni. Suscipit sapiente et quidem occaecati saepe et assumenda. Occaecati et consequatur laborum eius molestiae suscipit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Beatae autem architecto sed cumque deserunt."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:22 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"=>"Est sed dignissimos harum velit ducimus tenetur.", "slug"=>"voluptas-excepturi-36", "excerpt"=>"Quo dolor velit.", "body"=>"Non quo ipsam omnis quisquam omnis sunt aut. A rem quos aspernatur voluptate et. Quod omnis libero voluptate voluptates repudiandae. Recusandae qui asperiores beatae quia. Rem ut quia consequatur aperiam. At esse cum et et quidem cumque nobis. Nulla ab ut veniam nihil quam.", "published"=>true, "tag_list"=>"common,test36,rspec36,ruby36,#rails36", "author_id"=>"60", "written_at"=>"2012-11-16", "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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'voluptas-excepturi-36' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["blog_id", 1], ["body", "Non quo ipsam omnis quisquam omnis sunt aut. A rem quos aspernatur voluptate et. Quod omnis libero voluptate voluptates repudiandae. Recusandae qui asperiores beatae quia. Rem ut quia consequatur aperiam. At esse cum et et quidem cumque nobis. Nulla ab ut veniam nihil quam."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["excerpt", "Quo dolor velit."], ["published", true], ["slug", "voluptas-excepturi-36"], ["title", "Est sed dignissimos harum velit ducimus tenetur."], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test36' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test36"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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.0ms) 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.0ms) 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" = 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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 28ms (ActiveRecord: 2.5ms)  (0.0ms) SELECT COUNT(*) FROM "almanac_posts"  (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" = 'robyn_zemlak@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", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "robyn_zemlak@example.net"], ["encrypted_password", "$2a$04$I/Yr7ZkpJKq2AWHcT2092O6OSs66fC9gMpwBS8CPf4jIrCZ5rtXAe"], ["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", Sat, 17 Nov 2012 00:18:22 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", 61], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["description", "Sequi sit excepturi. Ea natus adipisci. Quis ut modi voluptas vel quia. Expedita facilis quas soluta maxime quam sint est."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Deleniti vero voluptas quibusdam voluptatem cum fuga."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:22 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'tempore-cum-37' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 62], ["blog_id", 1], ["body", "Accusantium aut minus et officia aut temporibus laudantium. Ad aut hic repudiandae et ipsam accusantium. At ducimus commodi et qui sed laudantium. Voluptatum voluptas quia. Explicabo eum nesciunt eos expedita voluptate enim repellat. Officiis doloremque fugiat velit ab qui corrupti. Ut aliquam a sit rerum reiciendis."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["excerpt", "Incidunt blanditiis."], ["published", true], ["slug", "tempore-cum-37"], ["title", "Ut eum laboriosam."], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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.0ms) 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.0ms) 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" = 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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 21ms (ActiveRecord: 1.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" = 'guadalupe.torp@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", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "guadalupe.torp@example.com"], ["encrypted_password", "$2a$04$a2BiqjSbFm6Dt7lh0Ucmmufr0R4IBk86JU4ukDFE.Ngma3ZvbMmJq"], ["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", Sat, 17 Nov 2012 00:18:22 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", 63], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["description", "Doloribus est perferendis vel eum voluptas quisquam. Reprehenderit eaque corporis et voluptatem. Tempora eveniet necessitatibus magni. Suscipit sapiente et quidem occaecati saepe et assumenda. Occaecati et consequatur laborum eius molestiae suscipit."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Beatae autem architecto sed cumque deserunt."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:22 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'voluptas-excepturi-38' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 64], ["blog_id", 1], ["body", "Non quo ipsam omnis quisquam omnis sunt aut. A rem quos aspernatur voluptate et. Quod omnis libero voluptate voluptates repudiandae. Recusandae qui asperiores beatae quia. Rem ut quia consequatur aperiam. At esse cum et et quidem cumque nobis. Nulla ab ut veniam nihil quam."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["excerpt", "Quo dolor velit."], ["published", true], ["slug", "voluptas-excepturi-38"], ["title", "Est sed dignissimos harum velit ducimus tenetur."], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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.0ms) 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.0ms) 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.0ms) 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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.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 11ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_posts"  (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" = 'robyn_zemlak@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", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "robyn_zemlak@example.net"], ["encrypted_password", "$2a$04$u865SnrG51Oy1P5SVCpzOunmm6zjRSTn2Og50ok79mG6BdgL2uTKK"], ["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", Sat, 17 Nov 2012 00:18:22 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", 65], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["description", "Sequi sit excepturi. Ea natus adipisci. Quis ut modi voluptas vel quia. Expedita facilis quas soluta maxime quam sint est."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Deleniti vero voluptas quibusdam voluptatem cum fuga."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:22 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'tempore-cum-39' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 66], ["blog_id", 1], ["body", "Accusantium aut minus et officia aut temporibus laudantium. Ad aut hic repudiandae et ipsam accusantium. At ducimus commodi et qui sed laudantium. Voluptatum voluptas quia. Explicabo eum nesciunt eos expedita voluptate enim repellat. Officiis doloremque fugiat velit ab qui corrupti. Ut aliquam a sit rerum reiciendis."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["excerpt", "Incidunt blanditiis."], ["published", true], ["slug", "tempore-cum-39"], ["title", "Ut eum laboriosam."], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 'test39' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test39"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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" = 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", "tyreek@example.net"], ["author_name", "Guadalupe Torp"], ["body", "Voluptates rerum repellat dolor dolorem facilis. Aspernatur consequatur placeat quod et."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "leopold_klein@example.org"], ["author_name", "Reba Doyle"], ["body", "Reprehenderit eaque corporis et voluptatem."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "akeem.weinat@example.com"], ["author_name", "Esther D'Amore"], ["body", "Reprehenderit laboriosam eos."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "theodora@example.com"], ["author_name", "Quinten McKenzie"], ["body", "Nemo similique commodi beatae voluptatem ipsam. Beatae perspiciatis sit provident."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "vallie.emard@example.com"], ["author_name", "Rosalee Senger"], ["body", "Ducimus id laudantium. Incidunt mollitia ad molestias et nobis optio ratione. Rem fugiat quo et."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "kaci.nader@example.org"], ["author_name", "Burdette Huels II"], ["body", "Nihil voluptatibus reprehenderit fugit ducimus. Nihil asperiores voluptatem voluptas. Velit occaecati animi consequatur asperiores voluptatem et."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "uriah.lind@example.org"], ["author_name", "Skye Jacobi"], ["body", "Rerum nihil voluptates laudantium. Et est autem exercitationem dolorum omnis. Est necessitatibus est amet quo."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "miller_krajcik@example.org"], ["author_name", "Willard Larkin PhD"], ["body", "Fuga exercitationem porro. Omnis illo non eum molestiae molestiae hic vitae. Quaerat voluptas enim qui molestias sequi dolores amet."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "garrett@example.org"], ["author_name", "Loren Torp"], ["body", "Quas hic provident est quis molestiae natus."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "ashtyn@example.org"], ["author_name", "Antonia Keeling"], ["body", "Quia deserunt et. Officiis itaque fugit quas ullam. Quis est nulla commodi."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "veronica@example.net"], ["author_name", "Santino Ullrich PhD"], ["body", "Fugiat quia distinctio voluptatem. Quo aut aut consequatur consequatur totam dolorem."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "cynthia@example.net"], ["author_name", "Felicia Bosco"], ["body", "Dolores consequatur nisi similique. Illum et corporis aut eaque natus maxime praesentium. Voluptates assumenda nisi itaque debitis."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "brock@example.com"], ["author_name", "Ila Nienow"], ["body", "Recusandae qui consequuntur ullam neque iure illo."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "otto.torp@example.org"], ["author_name", "Leslie Hudson PhD"], ["body", "Hic perspiciatis et aspernatur suscipit ut magni doloremque. Exercitationem id consequatur consequatur atque. Voluptate quia unde dolorem nihil maxime dicta quis."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00]]  (0.1ms) 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", "skylar_luettgen@example.org"], ["author_name", "Darrel Bashirian"], ["body", "Provident praesentium qui sed quod dolore magni. Animi dicta dolore harum repudiandae maxime placeat. Quasi dolore earum ut commodi praesentium dolor."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Sat, 17 Nov 2012 00:18:22 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 20ms (Views: 16.1ms | ActiveRecord: 0.1ms)  (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" = 'jensen@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", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "jensen@example.org"], ["encrypted_password", "$2a$04$Sy38t9gYk5amtUiX1WQbw.UCnt17dJfVBkM1Rf4XLukCNz8NYc0OO"], ["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", Sat, 17 Nov 2012 00:18:22 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", 67], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["description", "Officia cumque quod sint ipsam fugit facere. Voluptates et hic quia harum est. Voluptatem aliquid perspiciatis nulla et tempore incidunt. Optio reiciendis recusandae fuga excepturi unde."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eos quo omnis eligendi a cumque nisi."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:22 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'perspiciatis-quod-40' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 68], ["blog_id", 1], ["body", "Nesciunt error perferendis qui adipisci. Recusandae maiores inventore hic et et esse et. Cumque sit est quia voluptatem fuga sapiente asperiores. Corrupti repudiandae non consequatur distinctio dignissimos quo dolores. Possimus quas corporis rerum ut qui ut."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["excerpt", "Cum exercitationem et."], ["published", true], ["slug", "perspiciatis-quod-40"], ["title", "Maxime dolores et rerum quo amet molestiae."], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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.0ms) 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" = 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", "kathryn@example.net"], ["author_name", "Kristoffer Nader"], ["body", "Saepe velit ea et suscipit. Omnis qui molestiae voluptatem. Necessitatibus aperiam ipsa consequuntur sed iste rerum ad."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "curtis@example.net"], ["author_name", "Dr. Jeffrey Greenfelder"], ["body", "Porro ea fugit qui atque esse quia magni. Impedit architecto consequuntur tenetur."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "caleb_mcclure@example.net"], ["author_name", "Stefanie Hoeger"], ["body", "Occaecati debitis et provident illo consequatur reprehenderit natus. Ea nesciunt velit inventore quidem quo non."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "golda@example.org"], ["author_name", "Lizzie Gorczany"], ["body", "Facere molestias eligendi non ea maiores sapiente. Quibusdam expedita iste dolores modi vitae libero."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "alfred_sporer@example.net"], ["author_name", "Peyton Maggio"], ["body", "Autem dolores neque et. Doloribus ratione est iusto deserunt dolorem dolor."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "florian_harber@example.net"], ["author_name", "Ruben Kovacek MD"], ["body", "Voluptates velit in aut praesentium atque tempora qui. Voluptatibus commodi fuga. Debitis omnis qui quod similique et veniam praesentium."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "brett.larson@example.net"], ["author_name", "Edyth Sawayn"], ["body", "Veritatis quidem eveniet animi voluptatem autem perferendis molestias. Quae quo velit rem recusandae expedita quia."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "rubie@example.com"], ["author_name", "Ebony Mueller"], ["body", "Officiis consequatur repellat nisi in totam placeat. Doloribus ipsum voluptas alias in. Error eos nemo maxime non."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "jackeline@example.com"], ["author_name", "Art Reichel"], ["body", "Omnis dolor cupiditate officia culpa necessitatibus itaque saepe. Accusamus qui ea et error ipsam reprehenderit."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "ebony_lubowitz@example.org"], ["author_name", "Braxton Kirlin"], ["body", "Consequatur magni placeat architecto aspernatur debitis autem possimus. Nulla quas repudiandae."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", false], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "randal@example.org"], ["author_name", "Mr. Llewellyn Sipes"], ["body", "Veritatis magni sed officia molestiae nisi aliquid quaerat. Soluta et et qui et itaque qui recusandae."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "rosendo@example.net"], ["author_name", "Carmela Christiansen"], ["body", "Soluta numquam delectus cum sint est accusamus. Sint suscipit similique. Aut aut blanditiis explicabo dolor laboriosam facere."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "tony.hodkiewicz@example.net"], ["author_name", "Adella Anderson"], ["body", "Aut fuga non veniam quae et. Cupiditate iure culpa architecto qui qui. Numquam corrupti sed."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "archibald_padberg@example.org"], ["author_name", "Hassie Hayes"], ["body", "Maiores totam tenetur delectus distinctio. Culpa omnis molestiae atque quis beatae. Est ullam officiis et ea et quam ipsum."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Sat, 17 Nov 2012 00:18:22 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", "dereck@example.net"], ["author_name", "Marshall Zemlak"], ["body", "Sint repudiandae fugiat dicta modi debitis."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["post_id", 1], ["spam", true], ["updated_at", Sat, 17 Nov 2012 00:18:22 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.5ms | ActiveRecord: 0.1ms) Almanac::Comment Load (0.1ms) SELECT "almanac_comments".* FROM "almanac_comments" WHERE "almanac_comments"."spam" = 't' ORDER BY id ASC  (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" = 'robyn_zemlak@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", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "robyn_zemlak@example.net"], ["encrypted_password", "$2a$04$WHyM98eBSPYq49taOVRJse.q8LNpJiE5MoVoHfkDCjsmueo9WVY.q"], ["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", Sat, 17 Nov 2012 00:18:22 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", 69], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["description", "Sequi sit excepturi. Ea natus adipisci. Quis ut modi voluptas vel quia. Expedita facilis quas soluta maxime quam sint est."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Deleniti vero voluptas quibusdam voluptatem cum fuga."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Dolorum autem ad sit quae expedita. Sint modi debitis consequatur nam aut ducimus. Ipsa sunt eum non voluptas aut accusantium.", "author_id"=>"70"}} 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 9ms (Views: 2.6ms | ActiveRecord: 0.3ms)  (0.5ms) 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" = 'leanna@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", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "leanna@example.com"], ["encrypted_password", "$2a$04$g1lFIA2CedJSWxepR8WVG.jxJRDUU8XUK6zIj8zh6FFclRz9LothW"], ["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", Sat, 17 Nov 2012 00:18:22 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", 71], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["description", "Dignissimos iusto dolor eveniet est. Est laborum est sed repellat qui voluptates. Dolorem ea aut voluptatem libero sed nihil. Quia dolores distinctio a unde."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Eligendi accusantium qui dignissimos."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>nil, "description"=>"Corporis sunt modi ducimus voluptas numquam qui. Quia error odio sapiente. Soluta fugiat est porro quia.", "author_id"=>"72"}} Almanac::Blog Load (0.2ms) 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.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 10ms (Views: 1.5ms | ActiveRecord: 0.4ms) Almanac::Blog Load (0.1ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) 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" = 'robyn_zemlak@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", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "robyn_zemlak@example.net"], ["encrypted_password", "$2a$04$4fG3cwVrk2WabffmajDEEuYuWrnQhvvaCiNFA2IG79lBPiC/fKyse"], ["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", Sat, 17 Nov 2012 00:18:22 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", 73], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["description", "Sequi sit excepturi. Ea natus adipisci. Quis ut modi voluptas vel quia. Expedita facilis quas soluta maxime quam sint est."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Deleniti vero voluptas quibusdam voluptatem cum fuga."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Ut eum.", "description"=>"Sint modi debitis consequatur nam aut ducimus. Ipsa sunt eum non voluptas aut accusantium. Porro veritatis facere est. Quidem error facilis quaerat.", "author_id"=>"74"}} Almanac::Blog Load (0.2ms) 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" = 'Ut eum.', "description" = 'Sint modi debitis consequatur nam aut ducimus. Ipsa sunt eum non voluptas aut accusantium. Porro veritatis facere est. Quidem error facilis quaerat.', "author_id" = 74, "updated_at" = '2012-11-17 00:18:22.774081' 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.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" = 'jadon.goyette@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", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "jadon.goyette@example.net"], ["encrypted_password", "$2a$04$EGWpfUaaubj3lQZtqnG2X.ZcLkbfKqkngmOyZnMCQfah0rS8fiqPK"], ["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", Sat, 17 Nov 2012 00:18:22 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", 75], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["description", "Dignissimos labore ipsum. Quia dolores distinctio a unde. Earum ut quae."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Est laborum est sed repellat qui."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#update as HTML Parameters: {"id"=>"1", "blog"=>{"title"=>"Testz", "description"=>"Quia error odio sapiente. Soluta fugiat est porro quia. Culpa dicta facilis nesciunt dolor. Laborum cumque nihil quia ipsa porro sunt. Molestiae qui et amet.", "author_id"=>"76"}} 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" = 'Quia error odio sapiente. Soluta fugiat est porro quia. Culpa dicta facilis nesciunt dolor. Laborum cumque nihil quia ipsa porro sunt. Molestiae qui et amet.', "author_id" = 76, "updated_at" = '2012-11-17 00:18:22.792352' 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.4ms) Almanac::Blog Load (0.0ms) SELECT "almanac_blogs".* FROM "almanac_blogs" WHERE "almanac_blogs"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) 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" = 'robyn_zemlak@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", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "robyn_zemlak@example.net"], ["encrypted_password", "$2a$04$9DFAj8HOT.qSRFWEel3Jnu8PRLcIZbI9rNILICVH78zxt7mRdR7c."], ["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", Sat, 17 Nov 2012 00:18:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>nil, "description"=>"Facilis neque corporis nesciunt optio. Sequi sit excepturi. Ea natus adipisci. Quis ut modi voluptas vel quia.", "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 9ms (Views: 2.7ms | ActiveRecord: 0.3ms)  (0.5ms) 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" = 'araceli.crist@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", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "araceli.crist@example.com"], ["encrypted_password", "$2a$04$/aYWD3QIhmtzSTkfC9PUiu22FCcvS5KvXqe4Kj1iK7p0H..ooe1qe"], ["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", Sat, 17 Nov 2012 00:18:22 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"=>"Saepe maiores soluta sit voluptatibus laborum dolorem. Consectetur in dignissimos quo est. Neque ea cum. Exercitationem saepe ut.", "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 7ms (Views: 1.6ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "almanac_blogs"   (0.5ms) 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" = 'robyn_zemlak@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", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "robyn_zemlak@example.net"], ["encrypted_password", "$2a$04$nF7nweGfDYdIDlASB6G7ZeJrXIviZg1XS8R/w0m2L22aOVV/h4/0i"], ["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", Sat, 17 Nov 2012 00:18:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Almanac::BlogsController#create as HTML Parameters: {"blog"=>{"title"=>"Deleniti vero voluptas quibusdam voluptatem cum fuga.", "description"=>"Sequi sit excepturi. Ea natus adipisci. Quis ut modi voluptas vel quia. Expedita facilis quas soluta maxime quam sint est.", "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", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["description", "Sequi sit excepturi. Ea natus adipisci. Quis ut modi voluptas vel quia. Expedita facilis quas soluta maxime quam sint est."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Deleniti vero voluptas quibusdam voluptatem cum fuga."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 8ms (ActiveRecord: 1.0ms)  (0.6ms) 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" = 'josie@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", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "josie@example.org"], ["encrypted_password", "$2a$04$EEJgF2u39yVIuBM6FyXwme6E3S4Xey1sHKT82vwQ6s/omJGY1nZXm"], ["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", Sat, 17 Nov 2012 00:18:22 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"=>"Ea cumque at non aut sit rerum.", "description"=>"Sit sunt modi aliquid quis. Quod quisquam sint atque deleniti quibusdam ut qui. Sint ratione quia ipsum.", "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", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["description", "Sit sunt modi aliquid quis. Quod quisquam sint atque deleniti quibusdam ut qui. Sint ratione quia ipsum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ea cumque at non aut sit rerum."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/almanac/ Completed 302 Found in 8ms (ActiveRecord: 1.0ms)  (0.2ms) SELECT COUNT(*) FROM "almanac_blogs"   (0.5ms) 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", 78], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["description", "Dolor molestias vel voluptatem voluptate quo libero aut. Eligendi adipisci velit qui. Aperiam occaecati et iste sint inventore quam dignissimos. Nesciunt aut pariatur aut dolorem. Error mollitia quia ea reiciendis omnis est."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Qui sit."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'laudantium-aut-41' LIMIT 1  (0.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.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", 80], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["description", "Quae beatae ab. Dignissimos ut dolorem est illum optio. Est et asperiores consequuntur iusto odio. Vitae aut voluptatem ducimus velit occaecati itaque. Dolor nihil ut."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Accusantium et debitis accusamus est neque quam."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'eaque-dolor-42' LIMIT 1  (0.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.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", 82], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["description", "Nesciunt id architecto officia aut sint. Praesentium sit corrupti eos saepe. Vitae consequatur et est eos et unde. Consequuntur id perspiciatis enim ea hic eaque. Optio molestiae illum praesentium officia eos iusto est."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Deleniti distinctio eos."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'non-distinctio-43' LIMIT 1  (0.4ms) 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", 83], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["description", "Atque et quis. Enim beatae distinctio rerum voluptatem fugiat. Quo nobis velit illum voluptates ut earum eos. Ducimus eius quo voluptate."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Distinctio et a est odio."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:22 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'quas-eum-44' LIMIT 1 SQL (0.5ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 84], ["blog_id", 1], ["body", "Sequi aliquid qui. Libero mollitia voluptatem voluptatum. Reprehenderit voluptate et tenetur in odio sint occaecati. Eaque sequi et et nulla vitae quis odio. Esse in aut nostrum ab iusto."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["excerpt", "Non rerum sed nesciunt dolorum."], ["published", true], ["slug", "quas-eum-44"], ["title", "Cupiditate quos est."], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["written_at", Fri, 16 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.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" = 'test44' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test44"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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" = 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'commodi-quas-45' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 85], ["blog_id", 1], ["body", "Sed omnis ducimus. Unde omnis debitis. Explicabo quam eos distinctio. Repellat dolorem ipsa vel nam consequuntur. Minus ut rerum quos fuga."], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["excerpt", "Vel temporibus ullam nesciunt voluptas laborum."], ["published", true], ["slug", "commodi-quas-45"], ["title", "Ullam consequatur aliquam libero."], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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" = 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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", Sat, 17 Nov 2012 00:18:22 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  (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", 87], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00], ["description", "Fuga alias consequatur eligendi. Et quae minima ut. Beatae optio aspernatur sequi at. Quibusdam corrupti deleniti enim est."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Earum nulla beatae cumque asperiores est voluptatibus."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'eaque-aut-46' LIMIT 1  (0.4ms) 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) Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'sint-beatae-47' LIMIT 1  (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.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", 90], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["description", "Illum autem inventore sed. Velit voluptatem enim dolores. Hic dolores sed iste repellendus placeat est exercitationem."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Qui officia explicabo praesentium."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'quisquam-quae-48' LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 89], ["blog_id", 1], ["body", "Quis expedita velit molestias. Ut animi aut. Itaque iste quis consequatur quia fugiat placeat praesentium. Laborum est id voluptatem sed sapiente similique. Ad dicta architecto voluptas iusto. Voluptatem vitae optio et asperiores dolor. Distinctio ut quaerat magni dolore et."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Nam quia."], ["published", true], ["slug", "quisquam-quae-48"], ["title", "Eos deleniti velit quia id sit ut repudiandae."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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.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" = 'test48' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test48"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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  (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) Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'suscipit-perspiciatis-49' LIMIT 1  (0.0ms) 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", 93], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["description", "Occaecati molestiae delectus. Omnis et aut aliquam eligendi voluptas. Sequi asperiores tenetur ipsam."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et asperiores aut molestiae consectetur iusto."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = '' LIMIT 1  (0.5ms) 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.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", 95], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["description", "Impedit soluta est dolor commodi qui. Possimus magni omnis dolore non. Veritatis nulla dignissimos aliquid cum quo aut quasi. Aut hic perspiciatis eligendi."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ut vitae reprehenderit repudiandae odio quisquam."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'accusantium-distinctio-50' LIMIT 1  (0.4ms) 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", 97], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["description", "Minus earum est adipisci harum reiciendis. Velit natus accusamus cupiditate enim quo hic. Pariatur commodi similique error. Occaecati mollitia consequatur nobis. Aperiam sed eaque quasi eius recusandae repellendus eos."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Et qui quia et natus dolore."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'assumenda-asperiores-51' LIMIT 1  (0.5ms) 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", 99], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["description", "Maiores laboriosam porro aliquam veritatis. Voluptas fugit illum dolore. In minus asperiores. Ut facilis sed est fugit eum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Quibusdam aliquam quo exercitationem sit odit."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = '' LIMIT 1  (0.3ms) 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", 100], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["description", "Dolores doloribus et sunt voluptas tempore a voluptatem. Est consequatur autem ipsum sit. Sequi quidem sunt nihil ducimus expedita magnam. Officia et omnis enim atque odit aut asperiores. Aut natus magni."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Magni iusto rerum et."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:23 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'non-consequatur-52' LIMIT 1 SQL (0.5ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 101], ["blog_id", 1], ["body", "Quia est impedit inventore quibusdam. Deleniti dolore est sunt autem dicta recusandae. A ut non odit impedit ipsam voluptates consequuntur. Officia beatae nihil accusamus quae ut nisi soluta. Voluptates sapiente consequatur neque eveniet eligendi."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Et reprehenderit vel dolor."], ["published", true], ["slug", "non-consequatur-52"], ["title", "Quod quibusdam sint est illo."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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" = 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'commodi-id-53' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 102], ["blog_id", 1], ["body", "Quo labore quas. Ut officiis omnis. Fuga iure accusamus debitis et laudantium quibusdam voluptatem. Distinctio et illo consequatur qui possimus illum pariatur. Doloremque dolores commodi aut nemo. Est exercitationem hic sunt qui quos."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Inventore iure minima molestias quisquam sunt."], ["published", true], ["slug", "commodi-id-53"], ["title", "Voluptatem sint omnis hic fugit est in."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test55' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test55"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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.0ms) 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" = 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'et-ducimus-54' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 103], ["blog_id", 1], ["body", "Deserunt qui aut omnis. Quod dicta ipsa ab velit ea delectus sed. Quae at sunt. Veniam quisquam esse a ad nemo. Eligendi culpa eveniet. Id perferendis earum aliquam sed. Labore minus repellendus non."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Dolorum alias."], ["published", true], ["slug", "et-ducimus-54"], ["title", "Et non eos quia omnis quo."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test56"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.0ms) 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.1ms) 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" = 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'ullam-doloremque-55' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 104], ["blog_id", 1], ["body", "Omnis deserunt sint et. Consequatur est quam laudantium velit. Nam vel repellendus officiis necessitatibus numquam. Aliquam voluptas dignissimos eos. Et aut aliquam et doloremque deleniti. Veniam sunt esse alias placeat debitis voluptas vero. Libero qui dolorem aut."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Aut qui laboriosam eos ea doloribus."], ["published", true], ["slug", "ullam-doloremque-55"], ["title", "Perferendis temporibus error."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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" = 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'cumque-commodi-56' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 105], ["blog_id", 1], ["body", "Optio molestiae illum praesentium officia eos iusto est. Distinctio et a est odio tempore. Alias in sunt ea. Enim beatae distinctio rerum voluptatem fugiat. Quo nobis velit illum voluptates ut earum eos."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Et ex maxime aspernatur veritatis est."], ["published", true], ["slug", "cumque-commodi-56"], ["title", "In aliquam quo ullam odio sed est quia."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.0ms) 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" = 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'sint-reiciendis-57' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 106], ["blog_id", 1], ["body", "Facilis et eveniet et magnam fugiat voluptas. Sequi aliquid qui. Libero mollitia voluptatem voluptatum. Reprehenderit voluptate et tenetur in odio sint occaecati. Eaque sequi et et nulla vitae quis odio."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Nihil consectetur reiciendis tenetur eveniet."], ["published", true], ["slug", "sint-reiciendis-57"], ["title", "Ducimus eius quo voluptate."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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.0ms) 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" = 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'nulla-quibusdam-58' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 107], ["blog_id", 1], ["body", "Dolores non alias est illum atque accusamus. Sed omnis ducimus. Unde omnis debitis. Explicabo quam eos distinctio. Repellat dolorem ipsa vel nam consequuntur. Minus ut rerum quos fuga."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Deleniti."], ["published", true], ["slug", "nulla-quibusdam-58"], ["title", "Esse in aut nostrum ab iusto."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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" = '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.1ms) 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" = 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", Sat, 17 Nov 2012 00:18:23 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'fugit-voluptatem-59' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 108], ["blog_id", 1], ["body", "Quae qui reiciendis nobis eius. Autem reiciendis velit asperiores. Excepturi nisi ratione cupiditate dolor. Possimus ut inventore distinctio voluptate cupiditate dolorem omnis. Earum nulla beatae cumque asperiores est voluptatibus incidunt."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Laboriosam."], ["published", true], ["slug", "fugit-voluptatem-59"], ["title", "Quae nihil nam."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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.0ms) 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" = 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", Sat, 17 Nov 2012 00:18:23 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.2ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'amet-voluptatum-60' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 109], ["blog_id", 1], ["body", "Ab fugiat dolorum repudiandae. Excepturi et unde corporis est necessitatibus. Est laborum possimus corporis rerum. Non numquam dolore nobis dolores aut exercitationem architecto. Ut ullam nulla ut consequatur eligendi saepe."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Soluta enim maxime distinctio id dignissimos."], ["published", true], ["slug", "amet-voluptatum-60"], ["title", "Impedit recusandae molestiae nobis."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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.1ms) 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.1ms) 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" = 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'autem-consequatur-61' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 110], ["blog_id", 1], ["body", "Tempora ipsum omnis dolore. In possimus quasi nostrum illum modi sint omnis. Minus deleniti est. Nam quia rerum et. Animi et minus aperiam tenetur. Aliquid eligendi deserunt maiores nihil unde modi aut."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Praesentium molestiae aut."], ["published", true], ["slug", "autem-consequatur-61"], ["title", "Quod eos voluptates consequatur vero non at."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 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.4ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'qui-praesentium-62' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 111], ["blog_id", 1], ["body", "Dolorem voluptatem quod enim cupiditate. Dolorem culpa iure unde. Rem adipisci optio perspiciatis. Aut cum tenetur consequatur tempora voluptatem ullam. Quam voluptate necessitatibus. Quis praesentium provident architecto repudiandae sint delectus aspernatur. Qui error perspiciatis et est."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Unde et quia eum et quis."], ["published", false], ["slug", "qui-praesentium-62"], ["title", "Itaque iste quis consequatur quia fugiat placeat praesentium."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test64' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test64"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.1ms) 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" = 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'in-enim-63' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 112], ["blog_id", 1], ["body", "Inventore distinctio minus incidunt enim harum earum est. Voluptatem quo sit illo est suscipit ut consequatur. A nihil laborum ut eum rem quas veritatis. A voluptates vel eos itaque exercitationem esse magni. Deserunt voluptas saepe eum impedit aspernatur laboriosam natus. Rerum sed ullam pariatur ut sunt officia."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Repellendus rerum mollitia."], ["published", false], ["slug", "in-enim-63"], ["title", "Et est ullam ab corporis explicabo ut."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test65"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.1ms) 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" = 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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_f89f951 ON posts_taggings_f89f951.taggable_id = almanac_posts.id AND posts_taggings_f89f951.taggable_type = 'Almanac::Post' AND posts_taggings_f89f951.tag_id = 1 WHERE "almanac_posts"."published" = 't'  (0.6ms) 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", 113], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["description", "Nobis voluptatum quisquam. Repellat voluptatem ab quia. Molestias quasi sed temporibus mollitia cum."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ut aut."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:23 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'architecto-ad-64' LIMIT 1 SQL (0.4ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 114], ["blog_id", 1], ["body", "Aut consequuntur deserunt cupiditate occaecati voluptas. Officiis fuga rerum modi in. Animi ex a velit aut ea officiis laudantium. Qui necessitatibus rem fugiat consequatur. Eos aperiam sit expedita. Magni delectus eius reiciendis."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Tempora ipsum labore sed."], ["published", true], ["slug", "architecto-ad-64"], ["title", "Error voluptate eligendi suscipit in."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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" = '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" = '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" = 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'fugit-molestias-65' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 115], ["blog_id", 1], ["body", "Et itaque in adipisci facere rerum eum. Eaque occaecati voluptas consequuntur. Fuga enim ipsam quia tenetur. Corporis qui odit. Id delectus nisi similique ratione. Iusto aut fuga."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Deleniti ipsa."], ["published", true], ["slug", "fugit-molestias-65"], ["title", "Beatae ut provident quis quia."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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.0ms) 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" = 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'aut-saepe-66' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 116], ["blog_id", 1], ["body", "Enim aliquam at quis id. Officia in totam alias placeat molestias. A nisi rerum beatae modi sit quidem. Ipsa facere aliquid temporibus doloribus. In illo eligendi veritatis. Voluptate natus nihil veniam aspernatur. A placeat maiores."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Libero corrupti ducimus consectetur."], ["published", true], ["slug", "aut-saepe-66"], ["title", "Aut commodi debitis officia quam."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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" = 'test68' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test68"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.0ms) 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" = 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'architecto-numquam-67' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 117], ["blog_id", 1], ["body", "Et aliquam accusantium. Sunt et incidunt. Libero voluptatem voluptas. Nulla doloribus est ducimus nam et. Expedita ducimus commodi ipsa."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Quia incidunt nobis sed aut optio."], ["published", true], ["slug", "architecto-numquam-67"], ["title", "Enim est consectetur delectus."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test69' OR lower(name) = 'rspec69' OR lower(name) = 'ruby69' OR lower(name) = '#rails69') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test69' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test69"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec69' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec69"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby69' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby69"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails69' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails69"]] 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'similique-doloremque-68' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 118], ["blog_id", 1], ["body", "Nisi fugit quam alias molestiae. Aperiam odio qui dolor enim dicta sint. Ea eaque enim repellat rerum. Voluptatem est non dolores. Ut officia neque. Ipsum corrupti reprehenderit aperiam."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Ad saepe quis deserunt."], ["published", true], ["slug", "similique-doloremque-68"], ["title", "Molestiae dignissimos dolorem quia placeat et dolorum."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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" = 'test70' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test70"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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" = 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'vel-numquam-69' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 119], ["blog_id", 1], ["body", "Consequuntur sint ea voluptatem sed saepe quam a. Qui molestias ea esse illo. Animi laboriosam veritatis culpa ad debitis eum. Distinctio est impedit voluptatibus perferendis molestiae qui eos. Earum modi velit fuga saepe adipisci voluptas."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Aut ea est accusamus ipsam."], ["published", true], ["slug", "vel-numquam-69"], ["title", "Excepturi incidunt enim cum necessitatibus perferendis."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test71' OR lower(name) = 'rspec71' OR lower(name) = 'ruby71' OR lower(name) = '#rails71') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test71' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test71"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec71' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec71"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby71' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby71"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails71' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails71"]] 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'rerum-alias-70' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 120], ["blog_id", 1], ["body", "Mollitia pariatur nesciunt ut ut in. Officia nisi unde modi magni dolores. Suscipit dolorem quia beatae fugiat. Provident velit cupiditate quo laborum quam modi sit. Qui animi veritatis dolor repellat molestiae. Ut et explicabo nostrum."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Deleniti itaque."], ["published", true], ["slug", "rerum-alias-70"], ["title", "Velit quis perferendis qui delectus aut ducimus numquam."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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" = 'test72' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test72"]] ActsAsTaggableOn::Tag Exists (43.2ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec72' LIMIT 1 SQL (0.1ms) 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" = 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'nemo-ut-71' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 121], ["blog_id", 1], ["body", "Omnis aut unde voluptate doloremque atque. Cupiditate ut doloremque natus similique ad magnam illum. Error aut voluptatem. Et libero eaque expedita eos quam. Corporis voluptas non est ipsum expedita."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Enim accusamus."], ["published", true], ["slug", "nemo-ut-71"], ["title", "Perferendis aspernatur et aliquam distinctio alias."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] 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.0ms) 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" = 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'sed-id-72' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 122], ["blog_id", 1], ["body", "At dolorem libero atque beatae voluptas provident. Vero ipsam quaerat. Laborum non labore provident nihil. Quia non vel recusandae commodi distinctio. Reprehenderit voluptatem neque in. Doloremque quasi est quam."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Aut et rerum placeat laborum."], ["published", true], ["slug", "sed-id-72"], ["title", "Qui voluptatem omnis quia."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'autem-quis-73' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 123], ["blog_id", 1], ["body", "Fugit modi qui nihil neque ea in fugiat. Voluptate tempore ea quas fuga sunt esse cupiditate. Quas expedita minus id eveniet et. Accusantium ut sint aut. Qui vitae placeat itaque eum velit quo commodi."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Esse est et sit a nesciunt."], ["published", true], ["slug", "autem-quis-73"], ["title", "Et velit ab dolorem iure aut."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] 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.0ms) 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" = 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'eligendi-ex-74' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 124], ["blog_id", 1], ["body", "Qui non nihil vel dolor. Ea soluta temporibus suscipit dolore consequatur voluptas. Neque ut et laudantium quis facilis. Saepe natus voluptas. Explicabo sit iure asperiores omnis ut dignissimos. Delectus sunt et."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Rerum."], ["published", true], ["slug", "eligendi-ex-74"], ["title", "Ipsa non voluptatem nisi laboriosam maxime voluptas."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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.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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'officia-optio-75' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 125], ["blog_id", 1], ["body", "Consequatur corporis eum quod labore nesciunt modi. Ullam sapiente unde veniam vitae et quia. Pariatur accusamus excepturi vel necessitatibus expedita aut. Soluta quo inventore quibusdam beatae officiis. Optio cupiditate nemo consectetur dicta labore. Eveniet alias nihil non modi. Amet accusamus cumque repudiandae."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Quidem neque."], ["published", true], ["slug", "officia-optio-75"], ["title", "Ullam porro nemo aut inventore illum ipsa."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.2ms) 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.1ms) RELEASE SAVEPOINT active_record_1 ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common')  (0.2ms) SELECT COUNT(*) FROM "almanac_posts" JOIN taggings posts_taggings_6471262 ON posts_taggings_6471262.taggable_id = almanac_posts.id AND posts_taggings_6471262.taggable_type = 'Almanac::Post' AND posts_taggings_6471262.tag_id = 1 WHERE "almanac_posts"."published" = 't'  (0.7ms) 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", 126], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["description", "Atque non nihil dolores qui. Id impedit omnis consequatur dolor nihil nulla. Ullam repudiandae sit dolore deserunt accusantium."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Ex quia possimus voluptas tempore."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:23 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'voluptates-voluptas-76' LIMIT 1 SQL (0.5ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 127], ["blog_id", 1], ["body", "Non doloremque enim sit nostrum eveniet et occaecati. Qui temporibus est quae dicta quasi blanditiis quia. Voluptates molestiae sunt. Assumenda et aut voluptates placeat. Architecto voluptatum doloribus ipsa harum laudantium. Officia voluptatem qui et minima omnis. Et est et soluta sunt maiores voluptatibus quia."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Est ut reprehenderit et culpa."], ["published", true], ["slug", "voluptates-voluptas-76"], ["title", "Quaerat eum deleniti unde rerum."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test76' OR lower(name) = 'rspec76' OR lower(name) = 'ruby76' OR lower(name) = '#rails76') 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" = 'test76' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test76"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec76' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec76"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby76' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby76"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails76' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails76"]] 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'porro-ut-77' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 128], ["blog_id", 1], ["body", "Dolorum asperiores similique laboriosam id quasi accusamus. Id qui sunt in distinctio. Enim quidem nesciunt et. Explicabo ipsum occaecati eos autem. Doloremque quia natus saepe asperiores officiis quidem. Laudantium corporis occaecati culpa reprehenderit."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Consequatur cupiditate necessitatibus et."], ["published", true], ["slug", "porro-ut-77"], ["title", "Molestiae quae enim et excepturi."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test77' OR lower(name) = 'rspec77' OR lower(name) = 'ruby77' OR lower(name) = '#rails77') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test77' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test77"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec77' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec77"]] ActsAsTaggableOn::Tag Exists (0.0ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby77' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby77"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails77' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails77"]] 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'eos-molestiae-78' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 129], ["blog_id", 1], ["body", "Explicabo aut maxime modi qui voluptatem excepturi repellendus. Libero ut odit similique ratione nemo. Officia dolore blanditiis facere non. Quasi cum similique quis necessitatibus. Pariatur maiores sint ratione ea et incidunt asperiores. Maiores omnis eaque. A consequatur omnis dolorem."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Inventore voluptas architecto autem ex alias."], ["published", true], ["slug", "eos-molestiae-78"], ["title", "Corrupti voluptas vel voluptatem voluptas."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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.1ms) 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" = 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'tempora-qui-79' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 130], ["blog_id", 1], ["body", "In minus qui eos omnis excepturi doloribus. Blanditiis quis dolore. In mollitia eum quam qui voluptatem deleniti eligendi. Qui molestiae voluptates ad commodi voluptate dignissimos sit. Veniam nemo voluptatem tempora quis distinctio. Dolores facere quas voluptatem atque sapiente alias quisquam."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Sit voluptates."], ["published", false], ["slug", "tempora-qui-79"], ["title", "Officiis et occaecati sapiente nesciunt sint."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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.1ms) 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.1ms) 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" = 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'ullam-ut-80' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 131], ["blog_id", 1], ["body", "Voluptate voluptas nisi aspernatur voluptatem mollitia debitis aut. Nemo et debitis vitae iure aperiam. Natus tempora mollitia quod qui nostrum deleniti error. Alias quo assumenda itaque architecto amet animi dicta. Quo velit accusamus provident. Tenetur quo dignissimos occaecati. Et velit nostrum et et expedita atque."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Quis non."], ["published", false], ["slug", "ullam-ut-80"], ["title", "Quo aliquam eum fuga quisquam."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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" = 'test80' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test80"]] ActsAsTaggableOn::Tag Exists (0.1ms) 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.1ms) 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.1ms) 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" = 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'nisi-velit-81' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 132], ["blog_id", 1], ["body", "Voluptatem beatae nostrum alias amet et ut eligendi. Enim harum ratione vel est adipisci quod. Molestias earum nulla minus culpa aut aut non. Adipisci sit fugit eveniet asperiores quia. Odio quo sed similique vero molestiae ullam eos."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Mollitia quia qui consectetur et perspiciatis."], ["published", false], ["slug", "nisi-velit-81"], ["title", "Iste adipisci dolorum."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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 (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.1ms) 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.1ms) 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" = 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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'  (0.7ms) rollback transaction  (0.0ms) 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", 133], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["description", "Dolores doloribus et sunt voluptas tempore a voluptatem. Est consequatur autem ipsum sit. Sequi quidem sunt nihil ducimus expedita magnam. Officia et omnis enim atque odit aut asperiores. Aut natus magni."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Magni iusto rerum et."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:23 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::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'non-consequatur-82' LIMIT 1 SQL (0.5ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 134], ["blog_id", 1], ["body", "Quia est impedit inventore quibusdam. Deleniti dolore est sunt autem dicta recusandae. A ut non odit impedit ipsam voluptates consequuntur. Officia beatae nihil accusamus quae ut nisi soluta. Voluptates sapiente consequatur neque eveniet eligendi."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Et reprehenderit vel dolor."], ["published", true], ["slug", "non-consequatur-82"], ["title", "Quod quibusdam sint est illo."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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.1ms) 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.1ms) 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'commodi-id-83' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 135], ["blog_id", 1], ["body", "Quo labore quas. Ut officiis omnis. Fuga iure accusamus debitis et laudantium quibusdam voluptatem. Distinctio et illo consequatur qui possimus illum pariatur. Doloremque dolores commodi aut nemo. Est exercitationem hic sunt qui quos."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Inventore iure minima molestias quisquam sunt."], ["published", true], ["slug", "commodi-id-83"], ["title", "Voluptatem sint omnis hic fugit est in."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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" = 'test83' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test83"]] ActsAsTaggableOn::Tag Exists (0.0ms) 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" = 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'et-ducimus-84' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 136], ["blog_id", 1], ["body", "Deserunt qui aut omnis. Quod dicta ipsa ab velit ea delectus sed. Quae at sunt. Veniam quisquam esse a ad nemo. Eligendi culpa eveniet. Id perferendis earum aliquam sed. Labore minus repellendus non."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Dolorum alias."], ["published", true], ["slug", "et-ducimus-84"], ["title", "Et non eos quia omnis quo."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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.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" = 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'ullam-doloremque-85' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 137], ["blog_id", 1], ["body", "Omnis deserunt sint et. Consequatur est quam laudantium velit. Nam vel repellendus officiis necessitatibus numquam. Aliquam voluptas dignissimos eos. Et aut aliquam et doloremque deleniti. Veniam sunt esse alias placeat debitis voluptas vero. Libero qui dolorem aut."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Aut qui laboriosam eos ea doloribus."], ["published", true], ["slug", "ullam-doloremque-85"], ["title", "Perferendis temporibus error."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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" = '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.1ms) 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" = 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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.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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'cumque-commodi-86' LIMIT 1 SQL (0.2ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 138], ["blog_id", 1], ["body", "Optio molestiae illum praesentium officia eos iusto est. Distinctio et a est odio tempore. Alias in sunt ea. Enim beatae distinctio rerum voluptatem fugiat. Quo nobis velit illum voluptates ut earum eos."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Et ex maxime aspernatur veritatis est."], ["published", false], ["slug", "cumque-commodi-86"], ["title", "In aliquam quo ullam odio sed est quia."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 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" = '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" = 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'sint-reiciendis-87' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 139], ["blog_id", 1], ["body", "Facilis et eveniet et magnam fugiat voluptas. Sequi aliquid qui. Libero mollitia voluptatem voluptatum. Reprehenderit voluptate et tenetur in odio sint occaecati. Eaque sequi et et nulla vitae quis odio."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Nihil consectetur reiciendis tenetur eveniet."], ["published", false], ["slug", "sint-reiciendis-87"], ["title", "Ducimus eius quo voluptate."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test87' OR lower(name) = 'rspec87' OR lower(name) = 'ruby87' OR lower(name) = '#rails87') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test87' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test87"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec87' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec87"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby87' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby87"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails87' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails87"]] 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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", Sat, 17 Nov 2012 00:18:23 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 Almanac::Post Exists (0.1ms) SELECT 1 AS one FROM "almanac_posts" WHERE "almanac_posts"."slug" = 'nulla-quibusdam-88' LIMIT 1 SQL (0.3ms) INSERT INTO "almanac_posts" ("author_id", "blog_id", "body", "created_at", "excerpt", "published", "slug", "title", "updated_at", "written_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_id", 140], ["blog_id", 1], ["body", "Dolores non alias est illum atque accusamus. Sed omnis ducimus. Unde omnis debitis. Explicabo quam eos distinctio. Repellat dolorem ipsa vel nam consequuntur. Minus ut rerum quos fuga."], ["created_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["excerpt", "Deleniti."], ["published", false], ["slug", "nulla-quibusdam-88"], ["title", "Esse in aut nostrum ab iusto."], ["updated_at", Sat, 17 Nov 2012 00:18:23 UTC +00:00], ["written_at", Fri, 16 Nov 2012]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (lower(name) = 'common' OR lower(name) = 'test88' OR lower(name) = 'rspec88' OR lower(name) = 'ruby88' OR lower(name) = '#rails88') ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'test88' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "test88"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'rspec88' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "rspec88"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = 'ruby88' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "ruby88"]] ActsAsTaggableOn::Tag Exists (0.1ms) SELECT 1 AS one FROM "tags" WHERE "tags"."name" = '#rails88' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "#rails88"]] 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", Sat, 17 Nov 2012 00:18:24 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", Sat, 17 Nov 2012 00:18:24 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", Sat, 17 Nov 2012 00:18:24 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", Sat, 17 Nov 2012 00:18:24 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", Sat, 17 Nov 2012 00:18:24 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'  (36.0ms) 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", 141], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:24 UTC +00:00], ["description", "Autem illo blanditiis corrupti cupiditate expedita vero dolor. Rerum vel voluptatem eos omnis sit vel dicta. Impedit velit sit praesentium molestiae voluptatem vel."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Omnis ducimus voluptas."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:24 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) 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", 144], ["background_blur", 0], ["background_tile", true], ["background_uid", nil], ["created_at", Sat, 17 Nov 2012 00:18:24 UTC +00:00], ["description", "Corporis cum aperiam non. Fugit consequatur tenetur optio sequi sed adipisci. Voluptatem officia voluptatem qui dolorum. Modi omnis itaque soluta eos sit ut sed."], ["footer", nil], ["google_analytics", nil], ["logo_uid", nil], ["rakismet_key", nil], ["rakismet_url", nil], ["title", "Officia beatae nihil accusamus quae ut nisi."], ["twitter", nil], ["updated_at", Sat, 17 Nov 2012 00:18:24 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